| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 107c0bb4e7f427e6d8b370fb7d11f593f0202af0..74ed668e3febe2e1c08b486f8afa956cac1c3ddf 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -99,6 +99,9 @@
|
|
|
| # BUG(v8:3247).
|
| 'test-mark-compact/NoPromotion': [SKIP],
|
| +
|
| + # BUG(v8:3434)
|
| + ' test-api/LoadICFastApi_DirectCall_GCMoveStubWithProfiler': [SKIP]
|
| }], # 'arch == arm64'
|
|
|
| ['arch == arm64 and simulator_run == True', {
|
| @@ -156,6 +159,9 @@
|
| # BUG(3331). Fails on windows.
|
| 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
|
|
|
| + # BUG(v8:3433). Crashes on windows.
|
| + 'test-cpu-profiler/FunctionApplySample': [SKIP],
|
| +
|
| }], # 'system == windows'
|
|
|
| ##############################################################################
|
|
|