⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 277419 in webkit


Ignore:
Timestamp:
May 12, 2021, 8:46:57 PM (5 years ago)
Author:
Diego Pino Garcia
Message:

[GLIB] http/tests/security/contentSecurityPolicy/report-only-from-header.py is a flaky text failure

Unreviewed test gardening.

Sometimes there's an extra console log error message. Dump all JS console output and emit new baseline.

  • platform/glib/TestExpectations:
  • platform/glib/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Added.
Location:
trunk/LayoutTests
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r277412 r277419  
     12021-05-12  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [GLIB] http/tests/security/contentSecurityPolicy/report-only-from-header.py is a flaky text failure
     4
     5        Unreviewed test gardening.
     6
     7        Sometimes there's an extra console log error message. Dump all JS console output and emit new baseline.
     8
     9        * platform/glib/TestExpectations:
     10        * platform/glib/http/tests/security/contentSecurityPolicy/report-only-from-header-expected.txt: Added.
     11
    1122021-05-12  Amir Mark Jr  <amir_mark@apple.com>
    213
  • trunk/LayoutTests/platform/glib/TestExpectations

    r277368 r277419  
    849849
    850850webkit.org/b/224626 http/tests/security/contentSecurityPolicy/report-only-connect-src-xmlhttprequest-redirect-to-blocked.py [ Failure Pass ]
     851
     852# Sometimes there's an extra error message:
     853# - [Report Only] Refused to connect to http://localhost:8000/security/contentSecurityPolicy/resources/echo-report.py
     854# because it does not appear in the connect-src directive of the Content Security Policy.
     855http/tests/security/contentSecurityPolicy/report-only-from-header.py [ DumpJSConsoleLogInStdErr ]
    851856
    852857#////////////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.