Commit d6ba5200 authored by bmeurer's avatar bmeurer Committed by Commit bot

[test] Skip mjsunit/array-constructor in arm-sim.

Looks like the removal of %_FastOneByteArrayJoin flushes out a bug in
arm w/ the simulator.

R=machenbach@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#34148}
parent 2ae5894d
...@@ -207,7 +207,8 @@ ...@@ -207,7 +207,8 @@
'regress/regress-crbug-491062': [PASS, NO_VARIANTS], 'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
# Issue 488: this test sometimes times out. # Issue 488: this test sometimes times out.
'array-constructor': [PASS, TIMEOUT], # TODO(arm): This seems to flush out a bug on arm with simulator.
'array-constructor': [PASS, TIMEOUT, ['arch == arm and simulator == True', SKIP]],
# Issue 4413: this test sometimes times out with TSAN because we trigger # Issue 4413: this test sometimes times out with TSAN because we trigger
# the slow path in C++ with holey arrays in Function.prototype.apply. # the slow path in C++ with holey arrays in Function.prototype.apply.
......
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