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

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 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 unified diff | Download patch
OLDNEW
(Empty)
1 # -*- Python -*-
2 #
3 # 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.
4 # 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.
5 # IR.
6
7 if not 'allow_dump' in config.root.available_features:
8 config.unsupported = True
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698