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 |