Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Test gardening for GTK.
https://bugs.webkit.org/show_bug.cgi?id=181477 Unreviewed test gardening. Tools: * TestWebKitAPI/Tests/WebKitGLib/TestAuthentication.cpp: Correct the file name. * TestWebKitAPI/Tests/WebKitGLib/TestConsoleMessage.cpp: Adjust the expected console message. LayoutTests: * http/tests/performance/performance-resource-timing-cached-entries-expected.txt: * http/tests/performance/performance-resource-timing-cached-entries.html: The code to debug this test's flakiness made it more flaky, as the resources are not logged in a consistent order. This ensures they are logged only in case of failure. * platform/gtk/TestExpectations: - svg/custom/non-scaling-stroke.svg was fixed in r226443. - imported/w3c/web-platform-tests/css/css-shapes-1/shape-outside/values/shape-margin-001.html was fixed in r226404. Canonical link: https://commits.webkit.org/197397@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@226782 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
45 additions
and 22 deletions.
- +17 −0 LayoutTests/ChangeLog
- +1 −4 LayoutTests/http/tests/performance/performance-resource-timing-cached-entries-expected.txt
- +6 −4 LayoutTests/http/tests/performance/performance-resource-timing-cached-entries.html
- +0 −3 LayoutTests/platform/gtk/TestExpectations
- +10 −0 Tools/ChangeLog
- +10 −10 Tools/TestWebKitAPI/Tests/WebKitGLib/TestAuthentication.cpp
- +1 −1 Tools/TestWebKitAPI/Tests/WebKitGLib/TestConsoleMessage.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,6 +1,3 @@ | ||
CONSOLE MESSAGE: line 9: current entries: 0 | ||
PASS foundResources.length is 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters