r209148 - Removing an XFAIL which shouldn't apply. We no longer care about MSVC 9, and this test probably should not have been XFAILed everywhere regardless. The test passes on Windows with MSVC 12.

Aaron Ballman aaron at aaronballman.com
Mon May 19 10:58:28 PDT 2014


Author: aaronballman
Date: Mon May 19 12:58:28 2014
New Revision: 209148

URL: http://llvm.org/viewvc/llvm-project?rev=209148&view=rev
Log:
Removing an XFAIL which shouldn't apply. We no longer care about MSVC 9, and this test probably should not have been XFAILed everywhere regardless. The test passes on Windows with MSVC 12.

Modified:
    cfe/trunk/test/PCH/pr4489.c

Modified: cfe/trunk/test/PCH/pr4489.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/pr4489.c?rev=209148&r1=209147&r2=209148&view=diff
==============================================================================
--- cfe/trunk/test/PCH/pr4489.c (original)
+++ cfe/trunk/test/PCH/pr4489.c Mon May 19 12:58:28 2014
@@ -2,12 +2,6 @@
 // RUN: echo > %t.empty.c
 // RUN: %clang -include %t -x c %t.empty.c -emit-llvm -S -o -
 
-// FIXME: This test is forcibly disabled, it is flaky on the clang-i686-xp-msvc9
-// buildbot.
-//
-// RUN: false
-// XFAIL: *
-
 // PR 4489: Crash with PCH
 // PR 4492: Crash with PCH (round two)
 // PR 4509: Crash with PCH (round three)





More information about the cfe-commits mailing list