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

Unified Diff: tests_lit/lit.cfg

Issue 1776843002: Allow subzero tests to pass without le32-nacl-objdump. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Responses to code review Created 4 years, 9 months 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
« no previous file with comments | « pydir/run-pnacl-sz.py ('k') | tests_lit/llvm2ice_tests/elf_container.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/lit.cfg
diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg
index 53afcd38baf43366b1e3931548ad19b622d2aa98..1b94bd301c25162c26de96c2e362010e15b1c32a 100644
--- a/tests_lit/lit.cfg
+++ b/tests_lit/lit.cfg
@@ -111,7 +111,6 @@ config.substitutions.append(('%pnacl_sz', pnacl_sz_tool))
pnaclbintools = [r'\b' + x + r'\b' for x in
['FileCheck',
- 'le32-nacl-objdump',
'llvm-as',
'llvm-mc',
'llvm-readobj',
« no previous file with comments | « pydir/run-pnacl-sz.py ('k') | tests_lit/llvm2ice_tests/elf_container.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698