From 56dd1fec8b38f6c343d8d8c650d0741e9e5cc9b4 Mon Sep 17 00:00:00 2001 From: Igor Sheludko Date: Wed, 6 Nov 2019 14:53:41 +0100 Subject: [PATCH] [tests] Skip tests that timeouts with --force-slow-path No-Tree-Checks: true No-Try: true Change-Id: Ibf9af30908eac161827b77052582c5c8a86ce401 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1900463 Reviewed-by: Jakob Gruber Commit-Queue: Jakob Gruber Commit-Queue: Igor Sheludko Cr-Commit-Position: refs/heads/master@{#64803} --- test/mjsunit/mjsunit.status | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index a67e2a492b..bddcd5280c 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -1072,10 +1072,14 @@ # Slow tests. 'regress/regress-crbug-493779': [SKIP], 'string-replace-gc': [SKIP], + 'wasm/stack': [SKIP], }], # variant == slow_path and gc_stress ############################################################################## ['variant == slow_path', { + # Slow tests. + 'regress/wasm/regress-9759': [SKIP], + # Tests that are not compatible with the --force-slow-path mode. 'filter-element-kinds': [SKIP], }], # variant == slow_path