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

Unified Diff: tests_lit/reader_tests/binops.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: 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
« pydir/buildatts.py ('K') | « tests_lit/lit.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/reader_tests/binops.ll
diff --git a/tests_lit/reader_tests/binops.ll b/tests_lit/reader_tests/binops.ll
index 5fde67c619c3ec7e579afb25c70f43bf4588fee1..a3e531e540935b79385bfd85a07ba31fd18917bc 100644
--- a/tests_lit/reader_tests/binops.ll
+++ b/tests_lit/reader_tests/binops.ll
@@ -1,6 +1,9 @@
; Tests if we can read binary operators.
+; RUN: %m2i -i %s --insts | %ifm FileCheck %s
; RUN: %p2i -i %s --insts | FileCheck %s
+; RUN: %l2i -i %s --insts | FileCheck %s
+; RUN: %lc2i -i %s --insts | FileCheck %s
; TODO(kschimpf): add i8/i16. Needs bitcasts.
« pydir/buildatts.py ('K') | « tests_lit/lit.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698