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

Unified Diff: test/cctest/cctest.status

Issue 2033773003: Disable flaky JsNativeJsSample on Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index b51dd543e713497b6b75d099f37393ef2153906a..a73271eadff51f5a50e7427d2b279ed8517a528e 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -177,8 +177,8 @@
'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [PASS, NO_IGNITION],
'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [PASS, NO_IGNITION],
- # BUG(4751). Flaky with ignition and tsan.
- 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', NO_IGNITION]],
+ # BUG(4751). Flaky with ignition.
+ 'test-cpu-profiler/JsNativeJsSample': [PASS, NO_IGNITION],
}], # ALWAYS
##############################################################################
@@ -572,8 +572,8 @@
# TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
- # BUG(4751). Flaky with ignition and tsan.
- 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
+ # BUG(4751). Flaky with Ignition.
+ 'test-cpu-profiler/JsNativeJsSample': [SKIP],
}], # ignition or ignition_turbofan
]
« 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