| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index aecd30f7170fe2a80e83fa241379dfea4b7bebf0..9e352877c1e4526b0de17ea47211911b9bdb691e 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -100,9 +100,11 @@
|
|
|
| # BUG(2999).
|
| 'test-cpu-profiler/CollectCpuProfile': [PASS, FAIL],
|
| - 'test-cpu-profiler/JsNative1JsNative2JsSample': [PASS, FLAKY],
|
| '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],
|
| }], # 'system == windows'
|
| @@ -125,6 +127,9 @@
|
| 'test-serialize/DeserializeAndRunScript2': [SKIP],
|
| 'test-serialize/DeserializeFromSecondSerialization': [SKIP],
|
|
|
| + # BUG(2999).
|
| + 'test-cpu-profiler/CollectCpuProfile': [PASS, FLAKY],
|
| +
|
| ############################################################################
|
| # Slow tests.
|
| 'test-api/Threading1': [PASS, SLOW],
|
|
|