| Index: test/cctest/cctest.status
|
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
|
| index b5154a84983fb077e84643f8bf23a780d6e88296..59bf8268e988a976a351b2125d5207cb1d57244c 100644
|
| --- a/test/cctest/cctest.status
|
| +++ b/test/cctest/cctest.status
|
| @@ -56,8 +56,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
|
|
|
| ##############################################################################
|
|
|