[Webkit-unassigned] [Bug 226884] New: REGRESSION: (r278650 - r278655) service-workers/service-worker/credentials.https.html and content-security-policy/reporting/report-only-in-meta.sub.html failing together constantly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 10 10:56:04 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=226884

            Bug ID: 226884
           Summary: REGRESSION: (r278650 - r278655)
                    service-workers/service-worker/credentials.https.html
                    and
                    content-security-policy/reporting/report-only-in-meta.
                    sub.html failing together constantly.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tsavell at apple.com

imported/w3c/web-platform-tests/service-workers/service-worker/credentials.https.html
imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub.html

these two tests began failing at the same time according to history. I am able to reproduce them with command:
run-webkit-tests imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub.html imported/w3c/web-platform-tests/service-workers/service-worker/credentials.https.html --iterations 50 -f


but they fail on every revision I test them on, so I can't find a solid bisection point

History:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fservice-worker%2Fcredentials.https.html&test=imported%2Fw3c%2Fweb-platform-tests%2Fcontent-security-policy%2Freporting%2Freport-only-in-meta.sub.html

Diffs:
--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/credentials.https-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/service-workers/service-worker/credentials.https-actual.txt
@@ -1,5 +1,5 @@

 PASS Set cookies as initialization
-PASS Main script should have credentials
-FAIL Imported script should have credentials promise_test: Unhandled rejection with value: object "TypeError: null is not an object (evaluating 'worker.postMessage')"
+FAIL Main script should have credentials assert_equals: new worker has credentials expected (string) "1" but got (undefined) undefined
+FAIL Imported script should have credentials assert_equals: new worker has credentials expected (string) "1" but got (undefined) undefined


--- /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub-expected.txt
+++ /Volumes/Data/worker/ios-simulator-14-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/content-security-policy/reporting/report-only-in-meta.sub-actual.txt
@@ -1,6 +1,7 @@

+
+Harness Error (FAIL), message = TypeError: undefined is not an object (evaluating 'cookies[i].split('=')[1].trim')

 PASS Image should load
 PASS checkReport tests loaded
-PASS Violation report status OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210610/7be2cde4/attachment-0001.htm>


More information about the webkit-unassigned mailing list