Fail these tests in a way that doesn't cause unexpected successes, per Daniel's
authorChad Rosier <mcrosier@apple.com>
Thu, 24 Jan 2013 20:46:39 +0000 (20:46 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 24 Jan 2013 20:46:39 +0000 (20:46 +0000)
suggestion.

llvm-svn: 173367

clang/test/Parser/MicrosoftExtensions.c
clang/test/Sema/ms-inline-asm.c

index a96cd5c..8a1d166 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: disabled
 // RUN: %clang_cc1 -triple i386-mingw32 -fsyntax-only -verify -fms-extensions  -Wno-missing-declarations -x objective-c++ %s
 __stdcall int func0();
 int __stdcall func();
index d79ed8c..1916d34 100644 (file)
@@ -1,6 +1,5 @@
-// REQUIRES: x86-64-registered-target
+// REQUIRES: disabled
 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft -verify -fsyntax-only
-// XFAIL: *
 
 void t1(void) { 
  __asm __asm // expected-error {{__asm used with no assembly instructions}}