| Index: test/cctest/cctest.status
|
| ===================================================================
|
| --- test/cctest/cctest.status (revision 6904)
|
| +++ test/cctest/cctest.status (working copy)
|
| @@ -42,9 +42,6 @@
|
| # when snapshot is on, so I am marking it PASS || FAIL
|
| test-heap-profiler/HeapSnapshotsDiff: PASS || FAIL
|
|
|
| -# BUG(3260336): Flaky test. May be timing related.
|
| -test-profile-generator/RecordStackTraceAtStartProfiling: PASS || FAIL
|
| -
|
| # 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
|
| @@ -81,6 +78,17 @@
|
|
|
|
|
| ##############################################################################
|
| +[ $arch == arm && $crankshaft ]
|
| +
|
| +# Tests that fail with crankshaft.
|
| +test-deoptimization/DeoptimizeBinaryOperationMOD: FAIL
|
| +
|
| +# Tests that time out with crankshaft.
|
| +test-debug/ThreadedDebugging: SKIP
|
| +test-debug/DebugBreakLoop: SKIP
|
| +
|
| +
|
| +##############################################################################
|
| [ $arch == mips ]
|
| test-accessors: SKIP
|
| test-alloc: SKIP
|
|
|