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

Unified Diff: test/cctest/cctest.status

Issue 1802983002: [test] Remove feature to mark flaky tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | test/mjsunit/mjsunit.status » ('j') | 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 ea785c5e4acc1631dcec6794e8ba809729b873c7..0d42074e2f15de69bf190bc29fbc740ee4332775 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -75,10 +75,6 @@
'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP],
'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP],
- # BUG(3525). Test crashes flakily.
- 'test-debug/RecursiveBreakpoints': [PASS, FLAKY],
- 'test-debug/RecursiveBreakpointsGlobal': [PASS, FLAKY],
-
# BUG(v8:4358). Hangs flakily.
'test-debug/ProcessDebugMessagesThreaded': [SKIP],
@@ -134,9 +130,6 @@
'test-api/Threading4': [PASS, ['mode == debug', SLOW]],
'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
-
- # TODO(machenbach, mvstanton): Flaky in debug on all platforms.
- 'test-lockers/LockerUnlocker': [PASS, ['mode == debug', FLAKY]],
}], # ALWAYS
##############################################################################
@@ -245,15 +238,6 @@
}], # 'system == windows'
##############################################################################
-['system == macos', {
-
- # BUG(3125).
- 'test-debug/DebugGetLoadedScripts': [PASS, FLAKY],
- 'test-debug/DebugStepLinear': [PASS, FLAKY],
- 'test-debug/DebuggerClearMessageHandler': [PASS, FLAKY],
-}], # 'system == macos'
-
-##############################################################################
['byteorder == big', {
# TODO(mips-team): Fix Wasm for big-endian.
'test-run-wasm-module/Run_WasmModule_CallAdd': [SKIP],
@@ -303,10 +287,6 @@
'test-api/Threading2': [PASS, SLOW],
'test-api/Threading3': [PASS, SLOW],
'test-api/Threading4': [PASS, SLOW],
-
- # Crashes due to OOM in simulator.
- 'test-types/Distributivity1': [PASS, FLAKY],
- 'test-types/Distributivity2': [PASS, FLAKY],
}], # 'arch == arm'
##############################################################################
« no previous file with comments | « no previous file | test/mjsunit/mjsunit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698