Test for invalid constant expr addition - bad octal constant.
[oota-llvm.git] / test / MC / AsmParser / exprs-invalid.s
index 5358fc5d7535db71b5d827f2d9fe9a917944a80d..5baa9dd4c3793aaba1e043b0f01d1ccdcd3a5dfc 100644 (file)
@@ -1,13 +1,5 @@
-// RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
-// RUN: FileCheck -input-file %t %s
-
-// Currently XFAIL'ed, since the front-end isn't validating this. Figure out the
-// right resolution.
-//
-// XFAIL: *
-
-        .text
-a:
-        .data
-// CHECK: expected relocatable expression
-        .long -(0 + a)
+// RUN: not llvm-mc -triple x86_64-apple-darwin10 %s 2> %t.err | FileCheck %s
+// RUN: FileCheck --check-prefix=CHECK-ERRORS %s < %t.err
+// CHECK:      .section        __TEXT,__text,regular,pure_instructions
+// CHECK-ERRORS: error: Invalid octal number
+.long 80+08