Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(562)

Unified Diff: test/NaCl/Bitcode/pnacl-bcdis/invalid.test

Issue 1310883003: Install notion of diagnostic handler into PNaCl bitcode readers. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-llvm.git@master
Patch Set: Fix issues in patch set 2. Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/NaCl/Bitcode/invalid.test ('k') | tools/llvm-dis/llvm-dis.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/NaCl/Bitcode/pnacl-bcdis/invalid.test
diff --git a/test/NaCl/Bitcode/pnacl-bcdis/invalid.test b/test/NaCl/Bitcode/pnacl-bcdis/invalid.test
index f7d0486b79abdfba10d93eb290d3e9e9adde66a0..50488379e611c6aa5e45ef626459020ab4ea99f4 100644
--- a/test/NaCl/Bitcode/pnacl-bcdis/invalid.test
+++ b/test/NaCl/Bitcode/pnacl-bcdis/invalid.test
@@ -12,13 +12,13 @@ BAD-LLVM-DIS: Invalid RET record
RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/too-many-bbs-declared.tbc \
RUN: -output - \
-RUN: | not pnacl-thaw --verbose-parse-errors -o /dev/null 2>&1 \
+RUN: | not pnacl-thaw -o /dev/null 2>&1 \
RUN: | FileCheck -check-prefix=TOO-MANY-BBS-DECLARED %s
TOO-MANY-BBS-DECLARED: Declared 2 basic blocks. Found: 1
RUN: pnacl-bcfuzz -bitcode-as-text %p/Inputs/bad-switch-case.tbc -output - \
-RUN: | not pnacl-thaw --verbose-parse-errors -o /dev/null 2>&1 \
+RUN: | not pnacl-thaw -o /dev/null 2>&1 \
RUN: | FileCheck -check-prefix=BAD-SWITCH-CASE %s
BAD-SWITCH-CASE: Invalid branch in SWITCH case
« no previous file with comments | « test/NaCl/Bitcode/invalid.test ('k') | tools/llvm-dis/llvm-dis.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698