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

Unified Diff: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons

Issue 11613012: NaCl: Move all browser tests into nacl_irt_test_env (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rerun try Created 7 years, 11 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 | « ppapi/native_client/chrome_main.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
diff --git a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
index 33ed84448ddeb331bf11f2cdfe79c120e480ca1d..4dd2d7aeae7a2cc6e3537e725038a29cca2b4917 100644
--- a/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
+++ b/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/nacl.scons
@@ -48,7 +48,6 @@ def AddTest(env, test_name, exe_list, parallel=False):
# Disabled on Valgrind because of multiple nexes.
# TODO(eugenis): enable when Valgrind learns to autodetect the nexe name
env.AddNodeToTestSuite(node, ['chrome_browser_tests'], test_name,
- disable_irt_suffix=True,
is_broken=env.PPAPIBrowserTesterIsBroken() or
env.Bit('running_on_valgrind') or
# inbrowser_test_runner_parallel is flaky on 32 bit windows
« no previous file with comments | « ppapi/native_client/chrome_main.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698