RESOLVED FIXED 100474
New fast/js/dfg-arrayify-elimination.html introduced in r132554 fails on 32 bit platforms
https://bugs.webkit.org/show_bug.cgi?id=100474
Summary New fast/js/dfg-arrayify-elimination.html introduced in r132554 fails on 32 b...
Nandor Huszka
Reported 2012-10-26 00:16:10 PDT
This test fails on 32 bit platforms, on GTK, Qt. --- /ramdisk/qt-linux-release/build/layout-test-results/fast/js/dfg-arrayify-elimination-expected.txt +++ /ramdisk/qt-linux-release/build/layout-test-results/fast/js/dfg-arrayify-elimination-actual.txt @@ -1,9 +1,9 @@ PASS array is [,42,43,44] -PASS array is [52,42,43,44] -PASS array is [,42,43,44] -PASS array is [52,42,43,44] -PASS array is [,42,43,44] -PASS array is [52,42,43,44] +FAIL array should be 52,42,43,44. Was 52,42,43,44,,,,,,,,,,,,,,,,,,,,,,,,,. +PASS array is [,42,43,44] +FAIL array should be 52,42,43,44. Was 52,42,43,44,,,,,,,,,,,,,,,,,,,,,,,,,. +PASS array is [,42,43,44] +FAIL array should be 52,42,43,44. Was 52,42,43,44,,,,,,,,,,,,,,,,,,,,,,,,,. PASS array is [,42,43,44] PASS array is [52,42,43,44] PASS array is [,42,43,44] Could you check it please?
Attachments
Nandor Huszka
Comment 1 2012-10-26 00:37:33 PDT
Skipped on Qt by http://trac.webkit.org/changeset/132577. Please unskip it with the proper fix.
Csaba Osztrogonác
Comment 2 2012-10-29 07:37:04 PDT
ping?
Csaba Osztrogonác
Comment 3 2012-10-30 09:34:18 PDT
ping?
Csaba Osztrogonác
Comment 4 2012-11-05 09:26:16 PST
It passes now, so I unskipped it - r133487. (But I have no idea who and when fixed it)
Note You need to log in before you can comment on or make changes to this bug.