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

Unified Diff: tests/inbrowser_test_runner/nacl.scons

Issue 7745047: Enable browser tests with glibc. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 4 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 | « tests/inbrowser_crash_test/nacl.scons ('k') | tests/manifest_file/irt_manifest_file.nmf » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/inbrowser_test_runner/nacl.scons
===================================================================
--- tests/inbrowser_test_runner/nacl.scons (revision 6583)
+++ tests/inbrowser_test_runner/nacl.scons (working copy)
@@ -8,7 +8,6 @@
env.ComponentLibrary('testrunner', ['test_runner.c'])
-
if env.Bit('bitcode'):
# The test is disabled for ARM/PNaCl because dynamic_load_test.nexe
# was disabled for ARM/PNaCl. TODO(mseaborn): Re-enable both.
@@ -35,10 +34,15 @@
node = env.PPAPIBrowserTester(
'inbrowser_test_runner.out', url='test_runner.html',
+ nmfs=[
+ '${SCONSTRUCT_DIR}/tests/dynamic_code_loading/dynamic_load_test.nmf',
+ '${SCONSTRUCT_DIR}/tests/dynamic_code_loading/dynamic_modify_test.nmf',
+ '${SCONSTRUCT_DIR}/tests/imc_shm_mmap/imc_shm_mmap_test.nmf'],
files=[env.File('test_runner.html')] + test_files,
args=['--enable_experimental_js'])
env.AddNodeToTestSuite(node, ['chrome_browser_tests'],
'run_inbrowser_test_runner',
is_flaky=True, # Don't subject Chrome to our problems.
- is_broken=env.PPAPIBrowserTesterIsBroken())
+ is_broken=env.PPAPIBrowserTesterIsBroken() or
+ env.Bit('nacl_glibc'))
« no previous file with comments | « tests/inbrowser_crash_test/nacl.scons ('k') | tests/manifest_file/irt_manifest_file.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698