Title: [283085] trunk/Tools
- Revision
- 283085
- Author
- [email protected]
- Date
- 2021-09-25 21:31:22 -0700 (Sat, 25 Sep 2021)
Log Message
[GLIB] Use less parallel webviews in the uri-scheme API test for WPE and debug builds
https://bugs.webkit.org/show_bug.cgi?id=230783
Reviewed by Michael Catanzaro.
The WPE bots are timing out due to the reasons already mentioned in
bug230556 and bug229116, and GTK-Debug is flaky timing out.
* TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp:
(testWebContextURIScheme):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (283084 => 283085)
--- trunk/Tools/ChangeLog 2021-09-25 22:00:38 UTC (rev 283084)
+++ trunk/Tools/ChangeLog 2021-09-26 04:31:22 UTC (rev 283085)
@@ -1,3 +1,16 @@
+2021-09-25 Lauro Moura <[email protected]>
+
+ [GLIB] Use less parallel webviews in the uri-scheme API test for WPE and debug builds
+ https://bugs.webkit.org/show_bug.cgi?id=230783
+
+ Reviewed by Michael Catanzaro.
+
+ The WPE bots are timing out due to the reasons already mentioned in
+ bug230556 and bug229116, and GTK-Debug is flaky timing out.
+
+ * TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp:
+ (testWebContextURIScheme):
+
2021-09-24 Jonathan Bedard <[email protected]>
[run-webkit-tests] Use Python 3 (Revert)
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp (283084 => 283085)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp 2021-09-25 22:00:38 UTC (rev 283084)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitGLib/TestWebKitWebContext.cpp 2021-09-26 04:31:22 UTC (rev 283085)
@@ -299,7 +299,7 @@
// Torture test time: make sure it still works if we issue a bunch of different requests all at
// once. Each request should finish and return exactly the same data.
- int numIterations = 50;
+ int numIterations = 25;
GRefPtr<WebKitWebView> views[numIterations];
test->m_uriSchemeRequestCallbackUsesTestWebView = false;
for (int i = 0; i < numIterations; i++) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes