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

Unified Diff: SConstruct

Issue 7833022: Disable fault_injection tests which appear to be flakey on chromium nacl_integration (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 1f05eafe72f6f7f892f2e8b21df825e3e45510a9..50852b1a344561c68a3ab6ce0a21faaf5ab9c5ce 100755
--- a/SConstruct
+++ b/SConstruct
@@ -2859,7 +2859,8 @@ irt_variant_tests = [
'tests/dynamic_linking/nacl.scons',
'tests/egyptian_cotton/nacl.scons',
'tests/environment_variables/nacl.scons',
- 'tests/fault_injection/nacl.scons',
+# Disabled by Brad Chen 4 Sep to try to green Chromium nacl_integrationt tests
+# 'tests/fault_injection/nacl.scons',
'tests/fib/nacl.scons',
'tests/file/nacl.scons',
'tests/gc_instrumentation/nacl.scons',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698