| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 85661098b2a285d35a1776ea2e1e6330c24f5c84..eb02169b1bbba5b8dd2037196560dc2acadfd9ab 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -28,7 +28,7 @@
|
| prefix cctest
|
|
|
| # All tests prefixed with 'Bug' are expected to fail.
|
| -test-api/Bug*: FAIL
|
| +test-api/Bug*: CRASH
|
|
|
| ##############################################################################
|
| # BUG(382): Weird test. Can't guarantee that it never times out.
|
| @@ -40,21 +40,21 @@ test-api/InitializeAndDisposeMultiple: SKIP
|
|
|
| # These tests always fail. They are here to test test.py. If
|
| # they don't fail then test.py has failed.
|
| -test-serialize/TestThatAlwaysFails: FAIL
|
| -test-serialize/DependentTestThatAlwaysFails: FAIL
|
| +test-serialize/TestThatAlwaysFails: CRASH
|
| +test-serialize/DependentTestThatAlwaysFails: CRASH
|
|
|
| # This test always fails. It tests that LiveEdit causes abort when turned off.
|
| -test-debug/LiveEditDisabled: FAIL
|
| +test-debug/LiveEditDisabled: CRASH
|
|
|
| # TODO(gc): Temporarily disabled in the GC branch.
|
| -test-log/EquivalenceOfLoggingAndTraversal: PASS || FAIL
|
| +test-log/EquivalenceOfLoggingAndTraversal: PASS || CRASH
|
|
|
| # We do not yet shrink weak maps after they have been emptied by the GC
|
| -test-weakmaps/Shrinking: FAIL
|
| -test-weaksets/WeakSet_Shrinking: FAIL
|
| +test-weakmaps/Shrinking: CRASH
|
| +test-weaksets/WeakSet_Shrinking: CRASH
|
|
|
| # Boot up memory use is bloated in debug mode.
|
| -test-mark-compact/BootUpMemoryUse: PASS, PASS || FAIL if $mode == debug
|
| +test-mark-compact/BootUpMemoryUse: PASS, PASS || CRASH if $mode == debug
|
|
|
| # Some CPU profiler tests are flaky.
|
| test-cpu-profiler/*: PASS || FLAKY
|
|
|