[webkit-changes] [WebKit/WebKit] 53b6ae: Use unique test names for http/tests/security/cont...
Fujii Hironori
noreply at github.com
Thu Feb 27 13:12:07 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 53b6ae6db078dd0bf5861c0f0b15f0bb102ba0db
https://github.com/WebKit/WebKit/commit/53b6ae6db078dd0bf5861c0f0b15f0bb102ba0db
Author: Fujii Hironori <Hironori.Fujii at sony.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https-expected.txt
M LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https.html
M LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https-expected.txt
M LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https.html
M LayoutTests/platform/mac-wk1/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https-expected.txt
M LayoutTests/platform/mac-wk1/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https-expected.txt
Log Message:
-----------
Use unique test names for http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-{cross,same}-origin-https.html tests
https://bugs.webkit.org/show_bug.cgi?id=288460
Reviewed by Chris Dumez.
report-frame-ancestors-same-origin.html and
report-frame-ancestors-same-origin-https.html tests used the same test
name for save-report.py. So, they created a temp file *.csp-report.txt
with the same filename.
report-frame-ancestors-cross-origin{,-https}.html tests had the same
problem.
Use unique test names for those tests.
* LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https-expected.txt:
* LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https.html:
* LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https-expected.txt:
* LayoutTests/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https.html:
* LayoutTests/platform/mac-wk1/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-cross-origin-https-expected.txt:
* LayoutTests/platform/mac-wk1/http/tests/security/contentSecurityPolicy/1.1/frame-ancestors/report-frame-ancestors-same-origin-https-expected.txt:
Canonical link: https://commits.webkit.org/291249@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list