Changeset 123502 in webkit


Ignore:
Timestamp:
Jul 24, 2012 11:55:32 AM (12 years ago)
Author:
commit-queue@webkit.org
Message:

[Qt] Re-skip failing tests for Qt 4.8 platform
https://bugs.webkit.org/show_bug.cgi?id=92119

Patch by Bruno de Oliveira Abinader <Bruno de Oliveira Abinader> on 2012-07-24
Reviewed by Alexis Menard.

The following tests, after unskipping, are now passing on Qt-5.0 build bot
variations, but still failing for Qt-4.8 ones:

Regressions: Unexpected text diff mismatch : (1)

http/tests/misc/acid3.html = TEXT

Regressions: Unexpected image mismatch : (2)

fast/css/tab-size.html = IMAGE
fast/text/international/bdi-dir-default-to-auto.html = IMAGE

This patch adds these to Skipped list of qt-4.8 platform.

  • platform/qt-4.8/Skipped: Added 3 layout tests.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r123499 r123502  
     12012-07-24  Bruno de Oliveira Abinader  <bruno.abinader@basyskom.com>
     2
     3        [Qt] Re-skip failing tests for Qt 4.8 platform
     4        https://bugs.webkit.org/show_bug.cgi?id=92119
     5
     6        Reviewed by Alexis Menard.
     7
     8        The following tests, after unskipping, are now passing on Qt-5.0 build bot
     9        variations, but still failing for Qt-4.8 ones:
     10
     11        Regressions: Unexpected text diff mismatch : (1)
     12          http/tests/misc/acid3.html = TEXT
     13
     14        Regressions: Unexpected image mismatch : (2)
     15          fast/css/tab-size.html = IMAGE
     16          fast/text/international/bdi-dir-default-to-auto.html = IMAGE
     17
     18        This patch adds these to Skipped list of qt-4.8 platform.
     19
     20        * platform/qt-4.8/Skipped: Added 3 layout tests.
     21
    1222012-07-24  Tommy Widenflycht  <tommyw@google.com>
    223
  • trunk/LayoutTests/platform/qt-4.8/Skipped

    r123337 r123502  
    20172017editing/pasteboard/copy-element-with-conflicting-background-color-from-rule.html
    20182018fast/text/font-kerning.html
     2019
     2020# [Qt] Re-skip failing tests for Qt 4.8 platform
     2021# https://bugs.webkit.org/show_bug.cgi?id=92119
     2022http/tests/misc/acid3.html
     2023fast/css/tab-size.html
     2024fast/text/international/bdi-dir-default-to-auto.html
Note: See TracChangeset for help on using the changeset viewer.