From dcfea5b358b8119f6113d839ce18608555c07059 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Fri, 6 Apr 2018 14:24:29 +0200 Subject: [PATCH] [test] Mark slow tests NOTRY=true TBR=clemensh@chromium.org Change-Id: Ifc171886d122ca19230a3099cf14f13a4bfcabb1 Reviewed-on: https://chromium-review.googlesource.com/999515 Reviewed-by: Michael Achenbach Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/master@{#52439} --- test/mjsunit/mjsunit.status | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index d3e265d36e..05f8285dd9 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -152,6 +152,8 @@ 'asm/sqlite3/*': [PASS, SLOW, NO_VARIANTS], # Slow tests. + 'compiler/osr-one': [PASS, SLOW], + 'compiler/osr-two': [PASS, SLOW], 'copy-on-write-assert': [PASS, SLOW], 'es6/typedarray-construct-offset-not-smi': [PASS, SLOW], 'harmony/regexp-property-script-extensions': [PASS, SLOW], @@ -162,6 +164,7 @@ 'regress/regress-655573': [PASS, SLOW], 'regress/regress-1200351': [PASS, SLOW], 'wasm/embenchen/*': [PASS, SLOW], + 'wasm/grow-memory': [PASS, SLOW], 'wasm/unreachable-validation': [PASS, SLOW], # case-insensitive unicode regexp relies on case mapping provided by ICU. @@ -424,11 +427,6 @@ # Flaky with baseline? 'regress/regress-2185-2': [SKIP], - # Slow tests with --noopt. - 'compiler/osr-one': [PASS, SLOW], - 'compiler/osr-two': [PASS, SLOW], - 'wasm/grow-memory': [PASS, SLOW], - # https://bugs.chromium.org/p/v8/issues/detail?id=7102 # Flaky due to huge string allocation. 'regress/regress-748069': [SKIP], @@ -725,7 +723,6 @@ 'regress/regress-91008': [PASS, SLOW], 'harmony/regexp-property-lu-ui': [PASS, SLOW], 'whitespaces': [PASS, SLOW], - 'wasm/grow-memory': [PASS, SLOW], }], # 'arch == ppc and simulator_run' ##############################################################################