Changeset 64769 in webkit


Ignore:
Timestamp:
Aug 5, 2010 12:11:56 PM (14 years ago)
Author:
Martin Robinson
Message:

2010-08-05 Martin Robinson <mrobinson@igalia.com>

[GTK] Some sputnik tests fail
https://bugs.webkit.org/show_bug.cgi?id=43568

Unskip the majority of the Sputnik tests. Most of them are passing
and a few just needed GTK+ baselines showing that they pass.

  • platform/gtk/Skipped: Skip remaining failures.
  • platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt.
  • platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt.
  • platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt.
Location:
trunk/LayoutTests
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64766 r64769  
     12010-08-05  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] Some sputnik tests fail
     4        https://bugs.webkit.org/show_bug.cgi?id=43568
     5
     6        Unskip the majority of the Sputnik tests. Most of them are passing
     7        and a few just needed GTK+ baselines showing that they pass.
     8
     9        * platform/gtk/Skipped: Skip remaining failures.
     10        * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.2-expected.txt.
     11        * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T1-expected.txt.
     12        * platform/gtk/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt: Copied from LayoutTests/platform/win/fast/js/sputnik/Unicode/Unicode_510/S7.6_A5.3_T2-expected.txt.
     13
    1142010-08-05  Jian Li  <jianli@chromium.org>
    215
  • trunk/LayoutTests/platform/gtk/Skipped

    r64766 r64769  
    56305630scrollbars/scrollbar-click-does-not-blur-content.html
    56315631
    5632 # multiple tests fail on different platforms, need to find the cause(s)
    5633 fast/js/sputnik
    5634 
    56355632# https://bugs.webkit.org/show_bug.cgi?id=38509
    56365633inspector/timeline-parse-html.html
     
    58675864# https://bugs.webkit.org/show_bug.cgi?id=43540
    58685865fast/parser/residual-style-hang.html
     5866
     5867# Remaining Sputnik failures
     5868# https://bugs.webkit.org/show_bug.cgi?id=43568
     5869fast/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
     5870fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.16_sin/S15.8.2.16_A7.html
     5871fast/js/sputnik/Conformance/15_Native_Objects/15.8_Math/15.8.2/15.8.2.18_tan/S15.8.2.18_A7.htm
     5872fast/js/sputnik/Unicode/Unicode_510/S7.6_A3.1.html
Note: See TracChangeset for help on using the changeset viewer.