Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium
New issue 2173 by [email protected]: mjsunit/packed-elements broken on
ARM without snapshot
http://code.google.com/p/v8/issues/detail?id=2173
Repro: tools/test.py --simulator=arm mjsunit/packed-elements
...
=== release packed-elements ===
Path: mjsunit/packed-elements
/foo/bar/v8/test/mjsunit/mjsunit.js:166: Failure: expected <true> found
<false>
throw new MjsUnitAssertionError(message);
^
Error
at new MjsUnitAssertionError (/foo/bar/v8/test/mjsunit/mjsunit.js:31:16)
at fail (/foo/bar/v8/test/mjsunit/mjsunit.js:166:11)
at assertEquals (/foo/bar/v8/test/mjsunit/mjsunit.js:237:7)
at assertTrue (/foo/bar/v8/test/mjsunit/mjsunit.js:275:5)
at test1 (/foo/bar/v8/test/mjsunit/packed-elements.js:35:3)
at test_with_optimization
(/foo/bar/v8/test/mjsunit/packed-elements.js:99:32)
at /foo/bar/v8/test/mjsunit/packed-elements.js:105:3
Command: /foo/bar/v8/build-arm/d8 --nobreak-on-abort --allow-natives-syntax
--smi-only-arrays --packed-arrays /foo/bar/v8/test/mjsunit/mjsunit.js
/foo/bar/v8/test/mjsunit/packed-elements.js --test
Everything works with --snapshot.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev