Bug 108487 - REGRESSION(r141222): It made 2 JSC test fail on ARM traditional
Summary: REGRESSION(r141222): It made 2 JSC test fail on ARM traditional
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Critical
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 108645 79666 108292
  Show dependency treegraph
 
Reported: 2013-01-31 07:52 PST by Csaba Osztrogonác
Modified: 2013-02-15 03:33 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2013-01-31 07:52:57 PST
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
Comment 1 Csaba Osztrogonác 2013-02-01 03:47:18 PST
These tests fail on ARM Thumb2 too (at least on QtWebKit) on r141222
(and other 64 tests too ...)
Comment 2 Csaba Osztrogonác 2013-02-08 02:35:10 PST
(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.
Comment 3 Csaba Osztrogonác 2013-02-15 03:33:37 PST
There aren't any failing JSC test on ARM Thumb2, except https://bugs.webkit.org/show_bug.cgi?id=108632