Changeset 271419 in webkit


Ignore:
Timestamp:
Jan 12, 2021 3:13:15 PM (3 years ago)
Author:
mmaxfield@apple.com
Message:

Make fast/text/international/complex-character-based-fallback.html more robust by migrating it to be a reftest instead of a DRT test
https://bugs.webkit.org/show_bug.cgi?id=220488
<rdar://problem/70556068>

Reviewed by Darin Adler.

Reference tests are more robust than render-tree dump tests.

  • fast/text/international/complex-character-based-fallback-expected.html: Added.
  • fast/text/international/complex-character-based-fallback.html:
  • platform/gtk/fast/text/international/complex-character-based-fallback-expected.png: Removed.
  • platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
  • platform/ios/TestExpectations:
  • platform/ios/fast/text/international/complex-character-based-fallback-expected.png: Removed.
  • platform/ios/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
  • platform/mac/TestExpectations:
  • platform/mac/fast/text/international/complex-character-based-fallback-expected.png: Removed.
  • platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
  • platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed.
  • platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
  • platform/wincairo/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
  • platform/wpe/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
Location:
trunk/LayoutTests
Files:
1 added
10 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r271416 r271419  
     12021-01-12  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Make fast/text/international/complex-character-based-fallback.html more robust by migrating it to be a reftest instead of a DRT test
     4        https://bugs.webkit.org/show_bug.cgi?id=220488
     5        <rdar://problem/70556068>
     6
     7        Reviewed by Darin Adler.
     8
     9        Reference tests are more robust than render-tree dump tests.
     10
     11        * fast/text/international/complex-character-based-fallback-expected.html: Added.
     12        * fast/text/international/complex-character-based-fallback.html:
     13        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.png: Removed.
     14        * platform/gtk/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     15        * platform/ios/TestExpectations:
     16        * platform/ios/fast/text/international/complex-character-based-fallback-expected.png: Removed.
     17        * platform/ios/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     18        * platform/mac/TestExpectations:
     19        * platform/mac/fast/text/international/complex-character-based-fallback-expected.png: Removed.
     20        * platform/mac/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     21        * platform/win/fast/text/international/complex-character-based-fallback-expected.png: Removed.
     22        * platform/win/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     23        * platform/wincairo/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     24        * platform/wpe/fast/text/international/complex-character-based-fallback-expected.txt: Removed.
     25
    1262021-01-12  Chris Fleizach  <cfleizach@apple.com>
    227
  • trunk/LayoutTests/platform/ios/TestExpectations

    r271142 r271419  
    34803480fast/forms/defaultValue-clobbering.html [ Failure ]
    34813481
    3482 webkit.org/b/219105 fast/text/international/complex-character-based-fallback.html [ Failure ]
    34833482webkit.org/b/219105 platform/ios/ios/fast/text/opticalFontWithTextStyle.html [ Failure ]
    34843483
  • trunk/LayoutTests/platform/mac/TestExpectations

    r271413 r271419  
    22312231[ BigSur+ ] imported/w3c/web-platform-tests/mathml/relations/html5-tree/dynamic-childlist-001.html [ Failure ]
    22322232
    2233 # rdar://70556068 REGRESSION: [ Big Sur ] fast/text/international/complex-character-based-fallback.html is a constant failure
    2234 [ BigSur+ ] fast/text/international/complex-character-based-fallback.html [ Pass Failure ]
    2235 
    22362233# Mojave doesn't support COLR fonts.
    22372234webkit.org/b/218346 [ Mojave ] fast/text/canvas-color-fonts [ Skip ]
Note: See TracChangeset for help on using the changeset viewer.