]> granicus.if.org Git - clang/commitdiff
Try harder to supress the test from r212975 on Windows
authorBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 21:14:28 +0000 (21:14 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 21:14:28 +0000 (21:14 +0000)
The attempt in r212980 was broken because we might not fail if
LLVM_ON_UNIX is enabled for cross compiling to Windows, and it didn't
consider mingw either.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212989 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/inferred-framework-case.m

index a38a08d1dbe7de5819b11423ce855fa358f31993..e511155de9efc494c8edbc4bc3315165bafce7d1 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: rm -rf %t
 // RUN: %clang_cc1 -fmodules-cache-path=%t -fmodules -F %S/Inputs %s -verify -DA
-// FIXME: getCanonicalName() is not implemented on Windows.
-// XFAIL: win32
+// FIXME: PR20299 - getCanonicalName() is not implemented on Windows.
+// REQUIRES: shell
 
 @import MOdule; // expected-error{{module 'MOdule' not found}}
 @import Module;