Changeset 251660 in webkit


Ignore:
Timestamp:
Oct 28, 2019 11:26:40 AM (4 years ago)
Author:
achristensen@apple.com
Message:

Remove flaky debug log from WK1 expectations after r251582
https://bugs.webkit.org/show_bug.cgi?id=203383

  • platform/mac-wk1/TestExpectations:
  • platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:

The important part of this test is that there are 3 PASSes, not that the console log is consistent.

Location:
trunk/LayoutTests
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r251658 r251660  
     12019-10-28  Alex Christensen  <achristensen@webkit.org>
     2
     3        Remove flaky debug log from WK1 expectations after r251582
     4        https://bugs.webkit.org/show_bug.cgi?id=203383
     5
     6        * platform/mac-wk1/TestExpectations:
     7        * platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt:
     8        The important part of this test is that there are 3 PASSes, not that the console log is consistent.
     9
    1102019-10-28  Antoine Quint  <graouts@apple.com>
    211
  • trunk/LayoutTests/platform/mac-wk1/TestExpectations

    r251641 r251660  
    467467imported/w3c/web-platform-tests/html/browsers/history/the-location-interface/assign_before_load.html [ Pass Failure ]
    468468
     469# Console logs are flaky.
     470imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity.html [ DumpJSConsoleLogInStdErr ]
     471
    469472# MathML WPT tests failing on WK1
    470473webkit.org/b/201680 imported/w3c/web-platform-tests/mathml/relations/css-styling/displaystyle-013.html [ ImageOnlyFailure ]
  • trunk/LayoutTests/platform/mac-wk1/imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/module/integrity-expected.txt

    r251596 r251660  
    1 CONSOLE MESSAGE: line 1: TypeError: Cannot load script http://localhost:8800/html/semantics/scripting-1/the-script-element/module/integrity-mismatches.js. Failed integrity metadata check. Content length: 93, Expected content length: 93, Expected metadata: sha384-doesnotmatch
    21
    32PASS The integrity attribute must have no affect on inline module scripts
Note: See TracChangeset for help on using the changeset viewer.