xfail properly

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98479 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-03-14 07:55:34 +00:00
parent 9a38e67590
commit 3b39f89006

View File

@ -1,7 +1,7 @@
// Validate that we can assemble this file exactly like the platform
// assembler.
//
// RUN: XFAIL: *
// XFAIL: *
// RUN: llvm-mc -filetype=obj -triple i386-unknown-unknown -o %t.mc.o %s
// RUN: as -arch i386 -o %t.as.o %s
// RUN: diff %t.mc.o %t.as.o