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

Unified Diff: ppapi/native_client/tests/ppapi_test_lib/nacl.scons

Issue 7828045: NaCl Proxy Test: enable ppapi_ppb_fullscreen_browser_test except for Mac. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/tests/ppapi_browser/ppb_fullscreen/nacl.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/ppapi_test_lib/nacl.scons
===================================================================
--- ppapi/native_client/tests/ppapi_test_lib/nacl.scons (revision 99979)
+++ ppapi/native_client/tests/ppapi_test_lib/nacl.scons (working copy)
@@ -24,9 +24,8 @@
# tests when we have a common place to add these
# (e.g. ppapi/native_client/nacl.scons) included into native_client/SConstruct.
env_clone = env.Clone()
-# The test is flaky. Disable for now.
-#env_clone.SConscript('../ppapi_browser/ppb_fullscreen/nacl.scons',
-# exports=['env'])
+env_clone.SConscript('../ppapi_browser/ppb_fullscreen/nacl.scons',
+ exports=['env'])
env.Prepend(CPPDEFINES=['XP_UNIX'])
« no previous file with comments | « ppapi/native_client/tests/ppapi_browser/ppb_fullscreen/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698