[llvm-commits] [llvm] r98476 - in /llvm/trunk/test/MC: AsmParser/X86/x86_32-bit.s AsmParser/X86/x86_32-bit_cat.s AsmParser/X86/x86_32-encoding.s MachO/Darwin/x86_32_diff_as.s

Alastair Lynn arplynn at gmail.com
Sat Mar 13 23:43:21 PST 2010


Hello-

On 14 Mar 2010, at 07:32, Chris Lattner wrote:
> 
> --- llvm/trunk/test/MC/MachO/Darwin/x86_32_diff_as.s (original)
> +++ llvm/trunk/test/MC/MachO/Darwin/x86_32_diff_as.s Sun Mar 14 01:32:48 2010
> @@ -1,6 +1,7 @@
> // Validate that we can assemble this file exactly like the platform
> // assembler.
> //
> +// RUN: 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
> 

Should this not be just
// XFAIL: *
rather than
// RUN: XFAIL: *?

Alastair
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100314/6c915014/attachment.html>


More information about the llvm-commits mailing list