]> granicus.if.org Git - clang/commitdiff
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.

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

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

index a96cd5c8f6d3c30a15d8c5143a810c52538cb812..8a1d1669240eefff197c0c320462abd07844fc6e 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 d79ed8cb602415a4d4963ac2ae202986c4570621..1916d3463de5f343a8d1b50e887b5f8c5446864c 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}}