| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 087b833dd73c91bef3c5876b4072007093efaf29..8da357ff4e594871f3f2b7c95c069134fe54f01f 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -73,6 +73,8 @@
|
| 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
|
| # BUG(3287).
|
| 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [PASS, FLAKY],
|
| + # BUG(3055).
|
| + 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, FAIL],
|
|
|
| ############################################################################
|
| # Slow tests.
|
| @@ -148,9 +150,6 @@
|
| 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
|
| 'test-cpu-profiler/JsNativeJsSample': [PASS, FLAKY],
|
|
|
| - # BUG(3055).
|
| - 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, ['mode == release', FAIL], ['mode == debug', FLAKY]],
|
| -
|
| # BUG(3005).
|
| 'test-alloc/CodeRange': [PASS, FAIL],
|
|
|
|
|