Changeset 281015 in webkit
- Timestamp:
- Aug 13, 2021, 7:40:23 AM (5 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
TestWebKitAPI/Tests/WebKitGLib/TestWebExtensions.cpp (modified) (1 diff)
-
TestWebKitAPI/glib/TestExpectations.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r281010 r281015 1 2021-08-13 Lauro Moura <lmoura@igalia.com> 2 3 [WPE] WebExtension API test /webkit/WebKitWebView/web-process-crashed is flaky failing 4 https://bugs.webkit.org/show_bug.cgi?id=229067 5 6 Reviewed by Carlos Garcia Campos. 7 8 * TestWebKitAPI/Tests/WebKitGLib/TestWebExtensions.cpp: 9 (testWebKitWebViewProcessCrashed): Make warnings non-fatal while waiting for the crash. 10 * TestWebKitAPI/glib/TestExpectations.json: Remove expectation 11 1 12 2021-08-13 Martin Robinson <mrobinson@webkit.org> 2 13 -
trunk/Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebExtensions.cpp
r279095 r281015 162 162 -1, 0, 0)); 163 163 g_assert_null(result); 164 Test::removeLogFatalFlag(G_LOG_LEVEL_WARNING); 164 165 g_main_loop_run(test->m_mainLoop); 166 Test::addLogFatalFlag(G_LOG_LEVEL_WARNING); 165 167 test->m_expectedWebProcessCrash = false; 166 168 } -
trunk/Tools/TestWebKitAPI/glib/TestExpectations.json
r281006 r281015 75 75 "TestWebExtensions": { 76 76 "subtests": { 77 "/webkit/WebKitWebView/web-process-crashed": {78 "expected": {"wpe": {"status": ["FAIL", "PASS"], "bug": ["webkit.org/b/229067"]}}79 },80 77 "/webkit/WebKitWebView/install-missing-plugins-permission-request": { 81 78 "expected": {"gtk": {"status": ["TIMEOUT", "FAIL"], "bug": ["webkit.org/b/147822", "webkit.org/b/210635"]}}
Note:
See TracChangeset
for help on using the changeset viewer.