summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-01-24 20:46:39 +0000
committerChad Rosier <mcrosier@apple.com>2013-01-24 20:46:39 +0000
commit879edcd1a400f2924c8087960b5ec61394074b5c (patch)
treecb15c74272f291cc21f0c95ba1c51ca36acd6155 /clang/test
parent41176f43c4878f7508e62a8a64c10a92a867efdd (diff)
downloadbcm5719-llvm-879edcd1a400f2924c8087960b5ec61394074b5c.tar.gz
bcm5719-llvm-879edcd1a400f2924c8087960b5ec61394074b5c.zip
Fail these tests in a way that doesn't cause unexpected successes, per Daniel's
suggestion. llvm-svn: 173367
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Parser/MicrosoftExtensions.c1
-rw-r--r--clang/test/Sema/ms-inline-asm.c3
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Parser/MicrosoftExtensions.c b/clang/test/Parser/MicrosoftExtensions.c
index a96cd5c8f6d..8a1d1669240 100644
--- a/clang/test/Parser/MicrosoftExtensions.c
+++ b/clang/test/Parser/MicrosoftExtensions.c
@@ -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();
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c
index d79ed8cb602..1916d3463de 100644
--- a/clang/test/Sema/ms-inline-asm.c
+++ b/clang/test/Sema/ms-inline-asm.c
@@ -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}}
OpenPOWER on IntegriCloud