Commit e110a2a8 authored by yangguo's avatar yangguo Committed by Commit bot

Make mjsunit/random-bit-correlations more predictable.

R=machenbach@chromium.org
BUG=v8:4588
LOG=N

Review URL: https://codereview.chromium.org/1508583002

Cr-Commit-Position: refs/heads/master@{#32730}
parent 2f9c68cf
......@@ -426,9 +426,6 @@
# BUG(v8:4016)
'regress/regress-crbug-467047': [SKIP],
# BUG(v8:4588).
'random-bit-correlations': [SKIP],
# Slow tests.
'array-concat': [PASS, SLOW],
'array-constructor': [PASS, SLOW],
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Flags: --random-seed=12
// Flags: --random-seed=12 --nostress-opt --noalways-opt --predictable
(function() {
var kHistory = 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment