Bug 100474
Summary: | New fast/js/dfg-arrayify-elimination.html introduced in r132554 fails on 32 bit platforms | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nandor Huszka <hnandor> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, fpizlo, gaborb, galpeter, loki, oliver, ossy, zan, zherczeg |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 87008, 100441 |
Nandor Huszka
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nandor Huszka
Skipped on Qt by http://trac.webkit.org/changeset/132577. Please unskip it with the proper fix.
Csaba Osztrogonác
ping?
Csaba Osztrogonác
ping?
Csaba Osztrogonác
It passes now, so I unskipped it - r133487. (But I have no idea who and when fixed it)