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

Unified Diff: ppapi/native_client/tests/ppapi_browser/bad/nacl.scons

Issue 8101007: Turn off tests that are failing on Windows. (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | ppapi/native_client/tests/ppapi_browser/crash/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
diff --git a/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons b/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
index e99ff4be035dc36013825e166902108a0fb90d4e..bae23f4db325979e0de2c92a9980f9365016b1d8 100644
--- a/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
+++ b/ppapi/native_client/tests/ppapi_browser/bad/nacl.scons
@@ -65,13 +65,13 @@ node = env.PPAPIBrowserTester(
files=[env.File(f) for f in ppapi_bad_files],
args=['--allow_404'])
-# This test is timing out with glibc on Windows 7:
-# http://code.google.com/p/nativeclient/issues/detail?id=2191
+# This test is failing on Windows:
+# crbug.com/98720
env.AddNodeToTestSuite(node,
['chrome_browser_tests'],
'run_ppapi_bad_browser_test',
is_broken=env.PPAPIBrowserTesterIsBroken() or
- (env.Bit('nacl_glibc') and env.Bit('windows')))
+ env.Bit('host_windows'))
# Bad nexe tests that won't work in PNaCl (native)
« no previous file with comments | « no previous file | ppapi/native_client/tests/ppapi_browser/crash/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698