Bug 43568
Summary: | [GTK] Some sputnik tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Martin Robinson <mrobinson> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, allan.jensen, eric, tmpsantos, webkit.review.bot, zan |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Martin Robinson
A few of the sputnik tests fail:
fast/js/sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html
fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.htm
fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1.html
This bug will track these failures.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Martin Robinson
Committed r64769: <http://trac.webkit.org/changeset/64769>
WebKit Review Bot
http://trac.webkit.org/changeset/64769 might have broken GTK Linux 64-bit Debug
Martin Robinson
Committed r64774: <http://trac.webkit.org/changeset/64774>
WebKit Review Bot
http://trac.webkit.org/changeset/64774 might have broken GTK Linux 64-bit Debug
Martin Robinson
Committed r64781: <http://trac.webkit.org/changeset/64781>
Zan Dobersek
The following tests were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt:
sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html
Their expectations were removed in r116122[1] (covered by bug #85591). Tests that are covered by this bug and are still failing are the following:
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
sputnik/Unicode/Unicode_510/S7.6_A3.1.html
1: http://trac.webkit.org/changeset/116122
Thiago Marcos P. Santos
(In reply to comment #6)
> The following tests were found to be passing consistently after moving from using the Skipped list to using test_expectations.txt:
> sputnik/Conformance/15_Native_Objects/15.4_Array/15.4.4/15.4.4.12_Array_prototype_splice/S15.4.4.12_A2.1_T3.html
>
> Their expectations were removed in r116122[1] (covered by bug #85591). Tests that are covered by this bug and are still failing are the following:
> sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
> sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
> sputnik/Unicode/Unicode_510/S7.6_A3.1.html
>
> 1: http://trac.webkit.org/changeset/116122
I have these two conformance tests failing on my machine (32-bits) for the EFL port, but it passes on the build bot (64-bits). IMO probably due to rounding.
Csaba Osztrogonác
The following tests fail on Qt too, but only on 32 bit:
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.html
See https://bugs.webkit.org/show_bug.cgi?id=88519 for details.
Could you confirm if these tests fail on GTK in the same way?
Allan Sandfeld Jensen
*** This bug has been marked as a duplicate of bug 88519 ***