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

Unified Diff: tests_lit/reader_tests/insertextract-err.ll

Issue 686913005: Turn off dump/emit routines when building minimal subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 6 years, 1 month 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
Index: tests_lit/reader_tests/insertextract-err.ll
diff --git a/tests_lit/reader_tests/insertextract-err.ll b/tests_lit/reader_tests/insertextract-err.ll
index 9902c26526f26493b775a57524c8b8def6107536..e3f9b72935e7a989be375b6ab0a9b767669450c8 100644
--- a/tests_lit/reader_tests/insertextract-err.ll
+++ b/tests_lit/reader_tests/insertextract-err.ll
@@ -2,7 +2,9 @@
; errors when malformed. Note: We can only test literal indexing since
; llvm-as will not allow other bad forms of these instructions.
-; RUN: llvm-as < %s | pnacl-freeze | not %llvm2ice -notranslate \
+; REQUIRES: allow_dump
+; RUN: llvm-as < %s | pnacl-freeze \
+; RUN: | not %llvm2ice -notranslate -build-on-read \
; RUN: -allow-pnacl-reader-error-recovery | FileCheck %s
define void @ExtractV4xi1(<4 x i1> %v, i32 %i) {

Powered by Google App Engine
This is Rietveld 408576698