Bug 100474 - New fast/js/dfg-arrayify-elimination.html introduced in r132554 fails on 32 bit platforms
Summary: New fast/js/dfg-arrayify-elimination.html introduced in r132554 fails on 32 b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 87008 100441
  Show dependency treegraph
 
Reported: 2012-10-26 00:16 PDT by Nandor Huszka
Modified: 2012-11-05 09:26 PST (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)