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

Unified Diff: tests/srpc_hw/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/srpc/nacl.scons ('k') | tools/browser_tester/browser_tester.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/srpc_hw/nacl.scons
===================================================================
--- tests/srpc_hw/nacl.scons (revision 6583)
+++ tests/srpc_hw/nacl.scons (working copy)
@@ -17,7 +17,6 @@
env.Publish(srpc_hw_nexe_name, 'run',
['srpc_hw.html',
- 'srpc_hw.nmf',
'srpc_hw_data.html'])
srpc_hw_nonbrowser = env.ComponentProgram('srpc_hw_nonbrowser',
@@ -41,6 +40,7 @@
node = env.PPAPIBrowserTester(
'srpc_hw_browser_test.out',
url='srpc_hw.html',
+ nmfs=['srpc_hw.nmf'],
files=env.ExtractPublishedFiles(srpc_hw_nexe_name),
args=['--debug', '--enable_experimental_js'])
@@ -53,6 +53,7 @@
node = env.PPAPIBrowserTester(
'srpc_hw_data_browser_test.out',
url='srpc_hw_data.html',
+ nmfs=['srpc_hw.nmf'],
files=env.ExtractPublishedFiles(srpc_hw_nexe_name),
# have to hardcode the port so the data URI can encode an absolute path
args=['--debug', '--enable_experimental_js'])
@@ -60,4 +61,5 @@
env.AddNodeToTestSuite(node,
['chrome_browser_tests'],
'run_srpc_hw_data_chrome_browser_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
+ is_broken=env.PPAPIBrowserTesterIsBroken() or
+ env.Bit('nacl_glibc'))
« no previous file with comments | « tests/srpc/nacl.scons ('k') | tools/browser_tester/browser_tester.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698