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

Unified Diff: tests/ppapi_gles_book/nacl.scons

Issue 7631010: NaCl Proxy for graphics3d. (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
Index: tests/ppapi_gles_book/nacl.scons
===================================================================
--- tests/ppapi_gles_book/nacl.scons (revision 6482)
+++ tests/ppapi_gles_book/nacl.scons (working copy)
@@ -70,14 +70,17 @@
env.Publish(nexe_name, 'run',
['ppapi_gles_book.html',
nmf_name])
- test = env.PPAPIBrowserTester('ppapi_gles_book_' + demo + '.out',
- url='ppapi_gles_book.html?manifest='
- + nmf_name,
- files=[nexe,
- env.File(nmf_name),
- env.File('ppapi_gles_book.html')],
- args=['--enable_experimental_js'])
- env.AddNodeToTestSuite(test,
- ['chrome_browser_tests'],
- 'run_ppapi_gles_book_' + demo + '_test',
- is_broken=env.PPAPIBrowserTesterIsBroken())
+ test = env.PPAPIBrowserTester(
+ 'ppapi_gles_book_' + demo + '.out',
+ url='ppapi_gles_book.html?manifest=' + nmf_name,
+ files=[nexe,
+ env.File(nmf_name),
+ env.File('ppapi_gles_book.html')],
+ args=['--enable_experimental_js'],
+ browser_flags=['--enable_accelerated_plugins'])
+ env.AddNodeToTestSuite(
+ test,
+ ['chrome_browser_tests'],
+ 'run_ppapi_gles_book_' + demo + '_test',
+ is_broken=env.PPAPIBrowserTesterIsBroken() or
+ env.PPAPIGraphics3DIsBroken())
« no previous file with comments | « tests/ppapi_browser/ppb_graphics3d/ppapi_ppb_graphics3d.nmf ('k') | tests/ppapi_test_lib/get_browser_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698