Bug 78237

Summary: [Qt][ARM] REGRESSION(r107126): It broke zillion tests
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Critical CC: barraclough, loki, oliver, ossy, pvarga, rgabor, zherczeg
Priority: P1 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 78145, 79666    

Comment 1 Oliver Hunt 2012-02-27 08:14:01 PST
What endianness does the Qt ARM bot use?
Comment 2 Gabor Rapcsanyi 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?
Comment 3 Csaba Osztrogonác 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.
Comment 4 Oliver Hunt 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.
Comment 5 Csaba Osztrogonác 2013-06-13 03:02:21 PDT
It seems it works now.