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

Side by Side 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 issues in patch set 4. 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 unified diff | Download patch
OLDNEW
(Empty)
1 # -*- Python -*-
2 #
3 # This directory contains reader tests that require the ability to dump parsed
4 # IR.
5
6 if not 'allow_dump' in config.root.available_features:
7 config.unsupported = True
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698