Changeset 249713 in webkit


Ignore:
Timestamp:
Sep 10, 2019 7:45:41 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Ensure tests for legacy features are in LayoutTests/mathml
https://bugs.webkit.org/show_bug.cgi?id=201604

Patch by Frederic Wang <fwang@igalia.com> on 2019-09-10
Reviewed by Rob Buis.

This patch copies MathML WPT tests verifying legacy support for features removed from MathML
Core. These tests will be overriden or removed in a future WPT synchronization, so we need
to keep local copies to check these legacy features when the "MathML Core" option is
disabled.

  • TestExpectations: Copy expectation.
  • mathml/non-core/frac-linethickness-001-expected.html: Added.
  • mathml/non-core/frac-linethickness-001.html: Added.
  • mathml/non-core/frac-linethickness-002-expected.html: Added.
  • mathml/non-core/frac-linethickness-002.html: Added.
  • mathml/non-core/frac-numalign-denomalign-001-expected.html: Added.
  • mathml/non-core/frac-numalign-denomalign-001.html: Added.
  • mathml/non-core/lengths-1-expected.html: Added.
  • mathml/non-core/lengths-1.html: Added.
  • mathml/non-core/lengths-2-expected.html: Added.
  • mathml/non-core/lengths-2.html: Added.
  • mathml/non-core/lengths-3-expected.txt: Added.
  • mathml/non-core/lengths-3.html: Added.
  • platform/gtk/TestExpectations: Copy expectation.
  • platform/win/TestExpectations: Add failure expectations.
Location:
trunk/LayoutTests
Files:
13 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r249709 r249713  
     12019-09-10  Frederic Wang  <fwang@igalia.com>
     2
     3        Ensure tests for legacy features are in LayoutTests/mathml
     4        https://bugs.webkit.org/show_bug.cgi?id=201604
     5
     6        Reviewed by Rob Buis.
     7
     8        This patch copies MathML WPT tests verifying legacy support for features removed from MathML
     9        Core. These tests will be overriden or removed in a future WPT synchronization, so we need
     10        to keep local copies to check these legacy features when the "MathML Core" option is
     11        disabled.
     12
     13        * TestExpectations: Copy expectation.
     14        * mathml/non-core/frac-linethickness-001-expected.html: Added.
     15        * mathml/non-core/frac-linethickness-001.html: Added.
     16        * mathml/non-core/frac-linethickness-002-expected.html: Added.
     17        * mathml/non-core/frac-linethickness-002.html: Added.
     18        * mathml/non-core/frac-numalign-denomalign-001-expected.html: Added.
     19        * mathml/non-core/frac-numalign-denomalign-001.html: Added.
     20        * mathml/non-core/lengths-1-expected.html: Added.
     21        * mathml/non-core/lengths-1.html: Added.
     22        * mathml/non-core/lengths-2-expected.html: Added.
     23        * mathml/non-core/lengths-2.html: Added.
     24        * mathml/non-core/lengths-3-expected.txt: Added.
     25        * mathml/non-core/lengths-3.html: Added.
     26        * platform/gtk/TestExpectations: Copy expectation.
     27        * platform/win/TestExpectations: Add failure expectations.
     28
    1292019-09-10  Ryosuke Niwa  <rniwa@webkit.org>
    230
  • trunk/LayoutTests/TestExpectations

    r249672 r249713  
    951951# These MathML WPT tests fail.
    952952webkit.org/b/180013 imported/w3c/web-platform-tests/mathml/relations/css-styling/lengths-2.html [ ImageOnlyFailure ]
     953webkit.org/b/180013 mathml/non-core/lengths-2.html [ ImageOnlyFailure ]
    953954webkit.org/b/194952 imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-bar-001.html [ ImageOnlyFailure ]
    954955webkit.org/b/194952 imported/w3c/web-platform-tests/mathml/presentation-markup/fractions/frac-color-001.html  [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r249626 r249713  
    37193719
    37203720webkit.org/b/195133 imported/w3c/web-platform-tests/mathml/relations/css-styling/lengths-3.html [ Failure ]
     3721webkit.org/b/195133 mathml/non-core/lengths-3.html [ Failure ]
    37213722
    37223723webkit.org/b/195134 inspector/cpu-profiler/threads.html [ Failure ]
  • trunk/LayoutTests/platform/win/TestExpectations

    r249522 r249713  
    20292029mathml/presentation/mathvariant-tokens.html [ ImageOnlyFailure ]
    20302030mathml/presentation/tokenElements-mathvariant.html [ ImageOnlyFailure ]
     2031mathml/non-core/lengths-1.html [ ImageOnlyFailure ]
     2032mathml/non-core/lengths-3.html [ Failure ]
    20312033################################################################################
    20322034#################          End MathML Issues                ####################
Note: See TracChangeset for help on using the changeset viewer.