Status: New
Owner: ----
CC: [email protected], [email protected], [email protected], [email protected]
Labels: Type-Bug Priority-Medium Harmony HW-ARM

New issue 4126 by [email protected]: mjsunit/harmony/rest-params is flaky w.r.t. relative paths to d8
https://code.google.com/p/v8/issues/detail?id=4126

This test fails dependent on the path to the mjsunit file. Repro (also repros with other revisions - didn't bisect):

git checkout 8bc3dc0372283eaaadc20efeaf9909c3e493b2f7

GYP_GENERATORS=ninja GYP_DEFINES="use_goma=1 target_arch=x64 v8_enable_slow_dchecks=1 v8_optimized_debug=1 v8_target_arch=arm64 v8_use_snapshot=false" gclient runhooks

ninja -C out/Debug -j1000

out/Debug/d8 --test --random-seed=840485575 --stress-opt --always-opt --nohard-abort --nodead-code-elimination --nofold-constants --enable-slow-asserts --debug-code --verify-heap --harmony-rest-parameters --harmony-classes /usr/local/google/home/machenbach/tmp/clo/v8/test/mjsunit/mjsunit.js test/mjsunit/harmony/rest-params.js


============ Stress 1/2 ============
============ Stress 2/2 ============
test/mjsunit/harmony/rest-params.js:19: illegal access
function strictTest(a, b, ...c) {
                   ^

But:

out/Debug/d8 --test --random-seed=840485575 --stress-opt --always-opt --nohard-abort --nodead-code-elimination --nofold-constants --enable-slow-asserts --debug-code --verify-heap --harmony-rest-parameters --harmony-classes test/mjsunit/mjsunit.js test/mjsunit/harmony/rest-params.js

Does not fail.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to