| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 60baaca081caedc70b366b6295998e97c9a0fa14..d45e34f295a130da2784c4b40553af24ebee69e3 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -75,18 +75,14 @@
|
| # BUG(2999). (test/cpu-profiler/CollectCpuProfile)
|
| # BUG(3287). (test-cpu-profiler/SampleWhenFrameIsNotSetup)
|
| 'test-cpu-profiler/*': [PASS, FLAKY],
|
| + 'test-cpu-profiler/*': [SKIP],
|
|
|
| ##############################################################################
|
| # TurboFan compiler failures.
|
|
|
| # TODO(mstarzinger): These need investigation and are not categorized yet.
|
| - 'test-cpu-profiler/*': [SKIP],
|
| 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],
|
|
|
| - # TODO(mstarzinger/verwaest): This access check API is borked.
|
| - 'test-api/TurnOnAccessCheck': [PASS, NO_VARIANTS],
|
| - 'test-api/TurnOnAccessCheckAndRecompile': [PASS, NO_VARIANTS],
|
| -
|
| # TODO(mstarzinger): Sometimes the try-catch blacklist fails.
|
| 'test-debug/DebugEvaluateWithoutStack': [PASS, NO_VARIANTS],
|
| 'test-debug/MessageQueues': [PASS, NO_VARIANTS],
|
| @@ -100,7 +96,6 @@
|
|
|
| # Some tests are just too slow to run for now.
|
| 'test-api/Threading*': [PASS, NO_VARIANTS],
|
| - 'test-api/RequestInterruptTestWithMathAbs': [PASS, NO_VARIANTS],
|
| 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS],
|
| 'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
|
| 'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
|
|
|