| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index 65e1642193ab58179ddc70027589e0a107c33e14..c32fdc2610eba0cb7f6fa18b761a4a9ce7aa4336 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -57,8 +57,10 @@
|
| # Boot up memory use is bloated in debug mode.
|
| 'test-mark-compact/BootUpMemoryUse': [PASS, PASS, ['mode == debug', FAIL]],
|
|
|
| - # Some CPU profiler tests are flaky.
|
| - 'test-cpu-profiler/*': [PASS, FLAKY],
|
| + # This tests only that the preparser and parser agree, so there is no point in
|
| + # running several variants. Note that this still takes ages, because there
|
| + # are actually 13 * 38 * 5 * 128 = 316160 individual tests hidden here.
|
| + 'test-parsing/ParserSync': [PASS, NO_VARIANTS],
|
| }], # ALWAYS
|
|
|
| ##############################################################################
|
|
|