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

Unified Diff: tests_lit/llvm2ice_tests/invalid.test

Issue 1209083005: Fix invalid tests to not run when minimal. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/invalid.test
diff --git a/tests_lit/llvm2ice_tests/invalid.test b/tests_lit/llvm2ice_tests/invalid.test
index e6ec2ed1d04b6115a6fce14616d39a9bccecaad2..8cca52054e2823f8d579cc77149eda84077de4bd 100644
--- a/tests_lit/llvm2ice_tests/invalid.test
+++ b/tests_lit/llvm2ice_tests/invalid.test
@@ -1,6 +1,11 @@
; Test that we handle functions that don't end with a terminator instruction.
; See issue: https://code.google.com/p/nativeclient/issues/detail?id=4214
+; Don't run in minimal build, since error messages are in generic form
+ when minimal.
+
+; REQUIRES: no_minimal_build
+
RUN: %p2i --expect-fail --tbc -i %p/Input/no-terminator-inst.tbc --insts \
RUN: | FileCheck --check-prefix=NO-TERM-INST %s
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698