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 / TestsAssignee: 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    

Description Nandor Huszka 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?
Comment 1 Nandor Huszka 2012-10-26 00:37:33 PDT
Skipped on Qt by http://trac.webkit.org/changeset/132577. Please unskip it with the proper fix.
Comment 2 Csaba Osztrogonác 2012-10-29 07:37:04 PDT
ping?
Comment 3 Csaba Osztrogonác 2012-10-30 09:34:18 PDT
ping?
Comment 4 Csaba Osztrogonác 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)