From e65e50142c7deb2ffbc3945d7152a98ed5bd5dde Mon Sep 17 00:00:00 2001 From: Ross McIlroy Date: Fri, 12 Apr 2019 18:10:39 +0100 Subject: [PATCH] [Test] Re-enable math-floor-global.js on gc-stress Should no longer be flaky since bug is fixed. BUG=v8:8964 TBR=machenbach@chromium.org Change-Id: I3fc124aca8bcfc16ddf7560d48d84dc01d4ce332 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1564069 Reviewed-by: Ross McIlroy Commit-Queue: Ross McIlroy Auto-Submit: Ross McIlroy Cr-Commit-Position: refs/heads/master@{#60833} --- test/mjsunit/mjsunit.status | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status index 678702e2e1..a29c8ebd9e 100644 --- a/test/mjsunit/mjsunit.status +++ b/test/mjsunit/mjsunit.status @@ -962,9 +962,6 @@ # skip assertion tests since the stack trace is broken if mjsunit is # included in the snapshot 'mjsunit-assertion-error' : [SKIP], - - # https://crbug.com/v8/8964 - 'compiler/math-floor-global': [PASS, ['gc_stress', SKIP]] }], # no_harness ##############################################################################