[webkit-changes] [WebKit/WebKit] 3e883e: Move macOS specific ipc/restrictedendpoint tests t...
Gavin
noreply at github.com
Wed Nov 1 08:24:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3e883e709890a6f0537289dc2248f52a084f6a54
https://github.com/WebKit/WebKit/commit/3e883e709890a6f0537289dc2248f52a084f6a54
Author: Gavin Phillips <gavin.p at apple.com>
Date: 2023-11-01 (Wed, 01 Nov 2023)
Changed paths:
M LayoutTests/TestExpectations
R LayoutTests/ipc/restrictedendpoints/allow-access-modelElement-expected.txt
R LayoutTests/ipc/restrictedendpoints/allow-access-modelElement.html
R LayoutTests/ipc/restrictedendpoints/deny-access-modelElement-expected.txt
R LayoutTests/ipc/restrictedendpoints/deny-access-modelElement.html
A LayoutTests/ipc/restrictedendpoints/mac/allow-access-modelElement-expected.txt
A LayoutTests/ipc/restrictedendpoints/mac/allow-access-modelElement.html
A LayoutTests/ipc/restrictedendpoints/mac/deny-access-modelElement-expected.txt
A LayoutTests/ipc/restrictedendpoints/mac/deny-access-modelElement.html
M LayoutTests/platform/mac-wk2/TestExpectations
M LayoutTests/platform/wk2/TestExpectations
Log Message:
-----------
Move macOS specific ipc/restrictedendpoint tests to a mac test subdirectory
https://bugs.webkit.org/show_bug.cgi?id=263972
rdar://114223021
Reviewed by Ryan Haddad.
Move macOS specific ipc/restrictedendpoint tests to a mac test subdirectory.
This prevents unexpected constant failures on non-mac platforms.
* LayoutTests/TestExpectations:
* LayoutTests/ipc/restrictedendpoints/mac/allow-access-modelElement-expected.txt: Renamed from LayoutTests/ipc/restrictedendpoints/allow-access-modelElement-expected.txt.
* LayoutTests/ipc/restrictedendpoints/mac/allow-access-modelElement.html: Renamed from LayoutTests/ipc/restrictedendpoints/allow-access-modelElement.html.
* LayoutTests/ipc/restrictedendpoints/mac/deny-access-modelElement-expected.txt: Renamed from LayoutTests/ipc/restrictedendpoints/deny-access-modelElement-expected.txt.
* LayoutTests/ipc/restrictedendpoints/mac/deny-access-modelElement.html: Renamed from LayoutTests/ipc/restrictedendpoints/deny-access-modelElement.html.
* LayoutTests/platform/mac-wk2/TestExpectations:
* LayoutTests/platform/wk2/TestExpectations:
Canonical link: https://commits.webkit.org/270056@main
More information about the webkit-changes
mailing list