Changeset 196710 in webkit


Ignore:
Timestamp:
Feb 17, 2016 12:19:32 PM (8 years ago)
Author:
Chris Dumez
Message:

Import W3C HTML reflection tests
https://bugs.webkit.org/show_bug.cgi?id=154310
<rdar://problem/24685826>

Reviewed by Ryosuke Niwa.

LayoutTests/imported/w3c:

Import W3C HTML reflection tests from:
https://github.com/w3c/web-platform-tests/tree/master/html/dom

This improves our test coverage.

  • web-platform-tests/html/dom/reflection-embedded-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-embedded.html: Added.
  • web-platform-tests/html/dom/reflection-forms-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-forms.html: Added.
  • web-platform-tests/html/dom/reflection-grouping-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-grouping.html: Added.
  • web-platform-tests/html/dom/reflection-metadata-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-metadata.html: Added.
  • web-platform-tests/html/dom/reflection-misc-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-misc.html: Added.
  • web-platform-tests/html/dom/reflection-obsolete-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-obsolete.html: Added.
  • web-platform-tests/html/dom/reflection-sections-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-sections.html: Added.
  • web-platform-tests/html/dom/reflection-tabular-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-tabular.html: Added.
  • web-platform-tests/html/dom/reflection-text-expected.txt: Added.
  • web-platform-tests/html/dom/reflection-text.html: Added.

LayoutTests:

Skip newly imported tests in Debug builds because they are slow.

Location:
trunk/LayoutTests
Files:
18 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r196707 r196710  
     12016-02-17  Chris Dumez  <cdumez@apple.com>
     2
     3        Import W3C HTML reflection tests
     4        https://bugs.webkit.org/show_bug.cgi?id=154310
     5        <rdar://problem/24685826>
     6
     7        Reviewed by Ryosuke Niwa.
     8
     9        Skip newly imported tests in Debug builds because they are slow.
     10
     11        * TestExpectations:
     12
    1132016-02-17  Alex Christensen  <achristensen@webkit.org>
    214
  • trunk/LayoutTests/TestExpectations

    r196664 r196710  
    282282webkit.org/b/148736 [ Debug ] imported/w3c/web-platform-tests/html/dom/interfaces.html [ Skip ]
    283283webkit.org/b/148822 [ Debug ] imported/w3c/web-platform-tests/html/semantics/interfaces.html [ Skip ]
     284webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-embedded.html [ Skip ]
     285webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-forms.html [ Skip ]
     286webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-grouping.html [ Skip ]
     287webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-metadata.html [ Skip ]
     288webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-misc.html [ Skip ]
     289webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-obsolete.html [ Skip ]
     290webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-sections.html [ Skip ]
     291webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-tabular.html [ Skip ]
     292webkit.org/b/154310 [ Debug ] imported/w3c/web-platform-tests/html/dom/reflection-text.html  [ Skip ]
    284293
    285294# WPT tests that fail after doing full test repository reimport and need further investigation
  • trunk/LayoutTests/imported/w3c/ChangeLog

    r196690 r196710  
     12016-02-17  Chris Dumez  <cdumez@apple.com>
     2
     3        Import W3C HTML reflection tests
     4        https://bugs.webkit.org/show_bug.cgi?id=154310
     5        <rdar://problem/24685826>
     6
     7        Reviewed by Ryosuke Niwa.
     8
     9        Import W3C HTML reflection tests from:
     10        https://github.com/w3c/web-platform-tests/tree/master/html/dom
     11
     12        This improves our test coverage.
     13
     14        * web-platform-tests/html/dom/reflection-embedded-expected.txt: Added.
     15        * web-platform-tests/html/dom/reflection-embedded.html: Added.
     16        * web-platform-tests/html/dom/reflection-forms-expected.txt: Added.
     17        * web-platform-tests/html/dom/reflection-forms.html: Added.
     18        * web-platform-tests/html/dom/reflection-grouping-expected.txt: Added.
     19        * web-platform-tests/html/dom/reflection-grouping.html: Added.
     20        * web-platform-tests/html/dom/reflection-metadata-expected.txt: Added.
     21        * web-platform-tests/html/dom/reflection-metadata.html: Added.
     22        * web-platform-tests/html/dom/reflection-misc-expected.txt: Added.
     23        * web-platform-tests/html/dom/reflection-misc.html: Added.
     24        * web-platform-tests/html/dom/reflection-obsolete-expected.txt: Added.
     25        * web-platform-tests/html/dom/reflection-obsolete.html: Added.
     26        * web-platform-tests/html/dom/reflection-sections-expected.txt: Added.
     27        * web-platform-tests/html/dom/reflection-sections.html: Added.
     28        * web-platform-tests/html/dom/reflection-tabular-expected.txt: Added.
     29        * web-platform-tests/html/dom/reflection-tabular.html: Added.
     30        * web-platform-tests/html/dom/reflection-text-expected.txt: Added.
     31        * web-platform-tests/html/dom/reflection-text.html: Added.
     32
    1332016-02-17  Chris Dumez  <cdumez@apple.com>
    234
Note: See TracChangeset for help on using the changeset viewer.