Chromium Code Reviews| Index: tests_lit/reader_tests/nacl-fake-intrinsic.ll |
| diff --git a/tests_lit/reader_tests/nacl-fake-intrinsic.ll b/tests_lit/reader_tests/nacl-fake-intrinsic.ll |
| index c827fe87649a4ddfbb000cdcd3a7f68b2ab3b2ad..b3d89ff211e9d3ef9df9b18851aa6967ec7a9e6e 100644 |
| --- a/tests_lit/reader_tests/nacl-fake-intrinsic.ll |
| +++ b/tests_lit/reader_tests/nacl-fake-intrinsic.ll |
| @@ -3,26 +3,12 @@ |
| ; TODO(kschimpf) Find way to run this through p2i. Note: Can't do this |
| ; currently because run-llvm2ice.py raises exception on error, |
| ; and output is lost. |
| -; RUN: %if --need=allow_dump --command \ |
|
jvoung (off chromium)
2014/11/17 22:16:10
Similar comment about error messages, except I gue
Karl
2014/11/19 18:34:10
Moved this to parse-errs directory, and added test
|
| -; RUN: llvm-as < %s \ |
| -; RUN: | %if --need=allow_dump --command \ |
| -; RUN: pnacl-freeze -allow-local-symbol-tables \ |
| -; RUN: | %if --need=allow_dump --command \ |
| -; RUN: not %llvm2ice -notranslate -verbose=inst -build-on-read \ |
| +; RUN: llvm-as < %s \ |
| +; RUN: | pnacl-freeze -allow-local-symbol-tables \ |
| +; RUN: | not %llvm2ice -notranslate -verbose=inst -build-on-read \ |
| ; RUN: -allow-pnacl-reader-error-recovery \ |
| ; RUN: -allow-local-symbol-tables \ |
| -; RUN: | %if --need=allow_dump --command \ |
| -; RUN: FileCheck %s |
| - |
| -; RUN: %if --need=no_dump --command \ |
| -; RUN: llvm-as < %s \ |
| -; RUN: | %if --need=no_dump --command \ |
| -; RUN: pnacl-freeze -allow-local-symbol-tables \ |
| -; RUN: | %if --need=no_dump --command \ |
| -; RUN: not %llvm2ice -notranslate -verbose=inst -build-on-read \ |
| -; RUN: -allow-pnacl-reader-error-recovery -allow-local-symbol-tables \ |
| -; RUN: | %if --need=no_dump --command \ |
| -; RUN: FileCheck --check-prefix=MIN %s |
| +; RUN: | FileCheck %s |
| declare i32 @llvm.fake.i32(i32) |
| @@ -32,5 +18,4 @@ define i32 @testFake(i32 %v) { |
| } |
| ; CHECK: Error: ({{.*}}) Invalid PNaCl intrinsic call to llvm.fake.i32 |
| -; MIN: Error: ({{.*}}) Invalid input record |