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

Unified Diff: native_client/tests/ppapi_browser/crash/nacl.scons

Issue 7781009: Disabling some tests that seem to be broken by nmf change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/ppapi/
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: native_client/tests/ppapi_browser/crash/nacl.scons
===================================================================
--- native_client/tests/ppapi_browser/crash/nacl.scons (revision 98619)
+++ native_client/tests/ppapi_browser/crash/nacl.scons (working copy)
@@ -54,4 +54,7 @@
['chrome_browser_tests'],
'run_ppapi_crash_browser_test',
is_broken=env.PPAPIBrowserTesterIsBroken() or
- env.Bit('nacl_glibc'))
+ env.Bit('nacl_glibc') or
+# TODO(halyavin): re-enable this when fixed.
+ True
+)
« no previous file with comments | « native_client/tests/ppapi_browser/bad/nacl.scons ('k') | native_client/tests/ppapi_browser/ppb_file_system/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698