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

Unified Diff: tests_lit/reader_tests/lit.local.cfg

Issue 735513002: Create local config file for subzero reader tests. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nit. 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/lit.local.cfg
diff --git a/tests_lit/reader_tests/lit.local.cfg b/tests_lit/reader_tests/lit.local.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..2e0b56967f7f0821c4f590e4ac61f5834be95136
--- /dev/null
+++ b/tests_lit/reader_tests/lit.local.cfg
@@ -0,0 +1,8 @@
+# -*- Python -*-
+#
+# This directory contain reader tests that require the ability to dump
Jim Stichnoth 2014/11/18 16:04:59 contains
Karl 2014/11/19 18:34:09 Done.
+# parsed
jvoung (off chromium) 2014/11/17 22:16:10 could merge line 4 and 5 ?
Jim Stichnoth 2014/11/18 16:04:59 How about 3, 4, and 5? :)
Karl 2014/11/19 18:34:09 Can't merge all three lines, goes over 80 columns
Karl 2014/11/19 18:34:10 Done.
+# IR.
+
+if not 'allow_dump' in config.root.available_features:
+ config.unsupported = True

Powered by Google App Engine
This is Rietveld 408576698