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

Unified Diff: tests_lit/llvm2ice_tests/fp.pnacl.ll

Issue 659513005: Allow conditional lit tests in Subzero, based on build flags. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix tests to handle MINIMAL builds. Created 6 years, 2 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
Index: tests_lit/llvm2ice_tests/fp.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/fp.pnacl.ll b/tests_lit/llvm2ice_tests/fp.pnacl.ll
index 474961a4b301e4d7d083bd3abbb687f3413141d8..ef40bae0b050fb5cb796dc20c0445fb8e8849426 100644
--- a/tests_lit/llvm2ice_tests/fp.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/fp.pnacl.ll
@@ -7,6 +7,7 @@
; doesn't know how to symbolize non-section-local functions.
; The newer LLVM 3.6 one does work, but watch out for other bugs.
+; REQUIRES: x86-32
jvoung (off chromium) 2014/10/15 21:57:06 Any reason this is considered REQUIRES: x86-32 vs
Karl 2014/10/16 16:51:48 The point of this change was to show that requires
jvoung (off chromium) 2014/10/20 17:36:00 A good example might be tests_lit/llvm2ice_tests/a
Karl 2014/10/20 21:00:42 Added "REQUIRES: x86-32" to test file, since it is
; RUN: %p2i -i %s --args -O2 --verbose none \
; RUN: | FileCheck --check-prefix=CALLTARGETS %s
; RUN: %p2i -i %s --args -O2 --verbose none \

Powered by Google App Engine
This is Rietveld 408576698