]> granicus.if.org Git - clang/commitdiff
XFAIL test that doesn't work on Windows yet
authorBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 20:36:40 +0000 (20:36 +0000)
committerBen Langmuir <blangmuir@apple.com>
Mon, 14 Jul 2014 20:36:40 +0000 (20:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212980 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/inferred-framework-case.m

index 0443bedcaf8629f7c3622def1785694f8006ae52..a38a08d1dbe7de5819b11423ce855fa358f31993 100644 (file)
@@ -1,5 +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
 
 @import MOdule; // expected-error{{module 'MOdule' not found}}
 @import Module;