From ac97d522f99b7780b0e41d71ea83efc6b52b7403 Mon Sep 17 00:00:00 2001 From: Michael Achenbach Date: Tue, 27 Nov 2018 10:07:48 +0100 Subject: [PATCH] [test] Skip tests unsuitable for gc fuzzing See: https://ci.chromium.org/p/v8/builders/luci.v8.ci/V8%20NumFuzz%20-%20TSAN/3778 TBR=mslekova@chromium.org NOTRY=true Change-Id: I655a251a8c2364d0bc69b9b2e612967c29d49541 Reviewed-on: https://chromium-review.googlesource.com/c/1350999 Reviewed-by: Michael Achenbach Commit-Queue: Michael Achenbach Cr-Commit-Position: refs/heads/master@{#57857} --- test/mjsunit/mjsunit.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 57633127dd..79701a1525 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -717,10 +717,12 @@ # Tests that fail some assertions due to checking internal state sensitive # to GC. We mark PASS,FAIL to not skip those tests on the endurance fuzzer. 'array-literal-feedback': [PASS, FAIL], + 'compiler/dataview-neutered': [PASS, FAIL], 'compiler/native-context-specialization-hole-check': [PASS, FAIL], 'elements-transition-hoisting': [PASS, FAIL], 'es6/collections-constructor-custom-iterator': [PASS, FAIL], 'harmony/weakrefs/clear-clears-factory-pointer': [PASS, FAIL], + 'ignition/throw-if-not-hole': [PASS, FAIL], 'keyed-load-with-symbol-key': [PASS, FAIL], 'object-seal': [PASS, FAIL], 'regress/regress-3709': [PASS, FAIL],