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

Unified Diff: tests/browser_startup_time/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 | « ppapi.patch ('k') | tests/chrome_extension/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/browser_startup_time/nacl.scons
===================================================================
--- tests/browser_startup_time/nacl.scons (revision 6583)
+++ tests/browser_startup_time/nacl.scons (working copy)
@@ -22,7 +22,6 @@
env.Publish(nexe_name, 'run',
['browser_startup_time.html',
- 'browser_startup_time.nmf',
'browser_startup_time.js'])
test_name = 'browser_startup_time.out'
@@ -35,6 +34,7 @@
node = env.PPAPIBrowserTester(
test_name,
url='browser_startup_time.html',
+ nmfs=['browser_startup_time.nmf'],
files=env.ExtractPublishedFiles(nexe_name),
args=['--enable_experimental_js'],
process_output=output_processor,
« no previous file with comments | « ppapi.patch ('k') | tests/chrome_extension/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698