diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index a2b94eca06..46f1db0027 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -80,6 +80,9 @@ 'test-cpu-profiler/HotDeoptNoFrameEntry': [SKIP], 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [SKIP], + # BUG(v8:5193): Flaky. + 'test-cpu-profiler/FunctionApplySample': [SKIP], + # BUG(2340). Preprocessing stack traces is disabled at the moment. 'test-heap/PreprocessStackTrace': [FAIL], @@ -177,6 +180,12 @@ 'test-api/Threading*': [PASS, SLOW], }], # 'msan == True' +############################################################################## +['tsan == True', { + # BUG(v8:6133). + 'test-cpu-profiler/TickEvents': [SKIP], +}], # 'tsan == True' + ############################################################################## ['no_snap == True', { # Slow tests. @@ -217,9 +226,6 @@ 'test-cpu-profiler/JsNativeJsSample': [SKIP], 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], - # BUG(v8:5193): Flaky. - 'test-cpu-profiler/FunctionApplySample': [SKIP], - # BUG(5193): Flaky timeout. 'test-sampler/LibSamplerCollectSample': [PASS, ['arch == x64', SKIP]], @@ -230,7 +236,6 @@ ############################################################################## ['system == macos', { # BUG(v8:5193) Flaky failures. - 'test-cpu-profiler/FunctionApplySample': [SKIP], 'test-cpu-profiler/JsNativeJsSample': [SKIP], 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [SKIP], }], # 'system == macos' diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 3ca95db255..29fece700e 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -191,6 +191,8 @@ # BUG(v8:6101): This fails because of a hole deopt, need to investigate. 'getters-on-elements': [SKIP], + # BUG(v8:6113). + 'es6/array-iterator-turbo': [SKIP], }], # ALWAYS ['novfp3 == True', { @@ -691,6 +693,9 @@ 'math-*': [SKIP], 'unicode-test': [SKIP], 'whitespaces': [SKIP], + + # BUG(v8:6132). + 'wasm/grow-memory': [PASS, ['gc_stress', SKIP]], }], # variant == wasm_traps ]