After https://trac.webkit.org/changeset/140201 the following JSC tests started to fail on ARM traditional platform: - ecma/Expressions/11.7.1.js - ecma/Expressions/11.7.2.js last good revision(r140200): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7798 first bad revision(r140201): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7797
I tried Thumb2 too (with QtWebKit), but the results are chaotic: - r140200 - 67 fails - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7807 - r140201 - 73 fails - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7808 But the list of the failing tests are very different.
(In reply to comment #1) > I tried Thumb2 too (with QtWebKit), but the results are chaotic: > > - r140200 - 67 fails - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7807 > - r140201 - 73 fails - http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7808 > > But the list of the failing tests are very different. Thumb2 failuress are unrelated to this bug and all JSC tests pass on Thumb2 if you revert 2 patches. See https://bugs.webkit.org/show_bug.cgi?id=108632#c1 for details.
Fixed by http://trac.webkit.org/changeset/142544 *** This bug has been marked as a duplicate of bug 109491 ***