| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 0ade6b0dc18b1e3237f6d8d62f4ef52d11506c47..334efa8b38bae7ae639ed29878aa6fd6dcbd1a69 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -74,9 +74,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'
|
|
|