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..7781f86a2e48b7c58208a8bdc21f9c4b1e50a976 |
--- /dev/null |
+++ b/tests_lit/reader_tests/lit.local.cfg |
@@ -0,0 +1,7 @@ |
+# -*- Python -*- |
+# |
+# This directory contains reader tests that require the ability to dump parsed |
+# IR. |
+ |
+if not 'allow_dump' in config.root.available_features: |
+ config.unsupported = True |