Bug 108487
Summary: | REGRESSION(r141222): It made 2 JSC test fail on ARM traditional | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | fpizlo, gaborb, galpeter, ggaren, hausmann, loki, msaboff, ossy, rgabor, zherczeg |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 108645, 79666, 108292 |
Csaba Osztrogonác
After https://trac.webkit.org/changeset/141222 the following
JSC tests started to fail on ARM traditional platform:
- ecma/GlobalObject/15.1.2.4.js
- ecma/GlobalObject/15.1.2.5-1.js
last good revision(r141221): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7795
first bad revision(r141222): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7794
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
These tests fail on ARM Thumb2 too (at least on QtWebKit) on r141222
(and other 64 tests too ...)
Csaba Osztrogonác
(In reply to comment #0)
> After https://trac.webkit.org/changeset/141222 the following
> JSC tests started to fail on ARM traditional platform:
> - ecma/GlobalObject/15.1.2.4.js
> - ecma/GlobalObject/15.1.2.5-1.js
>
> last good revision(r141221): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7795
> first bad revision(r141222): http://build.webkit.sed.hu/builders/ARMv7%20Linux%20Qt5%20Release%20%28Test%29/builds/7794
These failures was fixed on ARM traditional by https://trac.webkit.org/changeset/142146. ARM Thumb2 might need fix too, but we should check if it is still valid
on it.
Csaba Osztrogonác
There aren't any failing JSC test on ARM Thumb2, except https://bugs.webkit.org/show_bug.cgi?id=108632