[llvm-branch-commits] [cfe-branch] r101829 - /cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c
Daniel Dunbar
daniel at zuster.org
Mon Apr 19 16:10:52 PDT 2010
Author: ddunbar
Date: Mon Apr 19 18:10:51 2010
New Revision: 101829
URL: http://llvm.org/viewvc/llvm-project?rev=101829&view=rev
Log:
XFAIL asm-errors.c, it isn't expected to work on Morbo.
Modified:
cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c
Modified: cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c?rev=101829&r1=101828&r2=101829&view=diff
==============================================================================
--- cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c (original)
+++ cfe/branches/Apple/williamson/test/CodeGen/asm-errors.c Mon Apr 19 18:10:51 2010
@@ -1,6 +1,9 @@
// RUN: not %clang_cc1 -triple i386-apple-darwin10 -emit-obj %s > %t 2>&1
// RUN: FileCheck %s < %t
+// Not expected to pass when using Morbo.
+// XFAIL: *
+
int test1(int X) {
// CHECK: error: unrecognized instruction
__asm__ ("abc incl %0" : "+r" (X));
More information about the llvm-branch-commits
mailing list