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

Unified Diff: test/webkit/testcfg.py

Issue 2141013002: [test] Remove NaCl support from test runner harness. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | « test/mjsunit/mjsunit.status ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/testcfg.py
diff --git a/test/webkit/testcfg.py b/test/webkit/testcfg.py
index 01a27133124f757bb7b6515c68d8bcbf1f1ea056..c18120ca18a6ef23de531a27070ee9ced0c89d00 100644
--- a/test/webkit/testcfg.py
+++ b/test/webkit/testcfg.py
@@ -106,12 +106,6 @@ class WebkitTestSuite(testsuite.TestSuite):
if not string: return True
return (string.startswith("==") or string.startswith("**") or
string.startswith("ANDROID") or
- # These five patterns appear in normal Native Client output.
- string.startswith("DEBUG MODE ENABLED") or
- string.startswith("tools/nacl-run.py") or
- string.find("BYPASSING ALL ACL CHECKS") > 0 or
- string.find("Native Client module will be loaded") > 0 or
- string.find("NaClHostDescOpen:") > 0 or
# FIXME(machenbach): The test driver shouldn't try to use slow
# asserts if they weren't compiled. This fails in optdebug=2.
string == "Warning: unknown flag --enable-slow-asserts." or
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | tools/run-deopt-fuzzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698