RESOLVED FIXED 78237
[Qt][ARM] REGRESSION(r107126): It broke zillion tests
https://bugs.webkit.org/show_bug.cgi?id=78237
Summary [Qt][ARM] REGRESSION(r107126): It broke zillion tests
Attachments
Oliver Hunt
Comment 1 2012-02-27 08:14:01 PST
What endianness does the Qt ARM bot use?
Gabor Rapcsanyi
Comment 2 2012-02-28 02:10:20 PST
We are using little endian (armel). (In reply to comment #1) > What endianness does the Qt ARM bot use?
Csaba Osztrogonác
Comment 3 2012-02-28 07:57:47 PST
Now tests work with a newer GCC, but it is paper overing the problem. Zoltán commented the original bug, why this change is serious, it is a time-bomb.
Oliver Hunt
Comment 4 2012-02-28 10:23:30 PST
(In reply to comment #3) > Now tests work with a newer GCC, but it is paper overing the problem. Zoltán commented the original bug, why this change is serious, it is a time-bomb. Oh right, see my reply to Zoltan -- it's a bug in the ARM assembler if you're planting different sized instructions in regions we expect to be repatched.
Csaba Osztrogonác
Comment 5 2013-06-13 03:02:21 PDT
It seems it works now.
Note You need to log in before you can comment on or make changes to this bug.