r212980 - XFAIL test that doesn't work on Windows yet

Ben Langmuir blangmuir at apple.com
Mon Jul 14 13:36:40 PDT 2014


Author: benlangmuir
Date: Mon Jul 14 15:36:40 2014
New Revision: 212980

URL: http://llvm.org/viewvc/llvm-project?rev=212980&view=rev
Log:
XFAIL test that doesn't work on Windows yet

Modified:
    cfe/trunk/test/Modules/inferred-framework-case.m

Modified: cfe/trunk/test/Modules/inferred-framework-case.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/inferred-framework-case.m?rev=212980&r1=212979&r2=212980&view=diff
==============================================================================
--- cfe/trunk/test/Modules/inferred-framework-case.m (original)
+++ cfe/trunk/test/Modules/inferred-framework-case.m Mon Jul 14 15:36:40 2014
@@ -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;





More information about the cfe-commits mailing list