Title: [270366] trunk/Tools
- Revision
- 270366
- Author
- [email protected]
- Date
- 2020-12-02 13:39:41 -0800 (Wed, 02 Dec 2020)
Log Message
Enable UI-side compositing on the GPU Process layout tests bot
https://bugs.webkit.org/show_bug.cgi?id=219450
Reviewed by Simon Fraser.
* CISupport/build-webkit-org/config.json:
GPU Process without UI-side compositing is not a valid configuration.
Modified Paths
Diff
Modified: trunk/Tools/CISupport/build-webkit-org/config.json (270365 => 270366)
--- trunk/Tools/CISupport/build-webkit-org/config.json 2020-12-02 21:03:17 UTC (rev 270365)
+++ trunk/Tools/CISupport/build-webkit-org/config.json 2020-12-02 21:39:41 UTC (rev 270366)
@@ -168,7 +168,7 @@
{ "name": "Apple-Catalina-Debug-WK2-GPUProcess-Tests", "factory": "TestAllButJSCFactory", "builddir": "catalina-debug-tests-wk2-gpuprocess",
"platform": "mac-catalina", "configuration": "debug", "architectures": ["x86_64"],
- "additionalArguments": ["--no-retry-failures", "--use-gpu-process"],
+ "additionalArguments": ["--no-retry-failures", "--use-gpu-process", "--remote-layer-tree"],
"workernames": ["bot260"]
},
{ "name": "Apple-Catalina-Release-Build", "factory": "BuildFactory", "builddir": "catalina-release",
Modified: trunk/Tools/ChangeLog (270365 => 270366)
--- trunk/Tools/ChangeLog 2020-12-02 21:03:17 UTC (rev 270365)
+++ trunk/Tools/ChangeLog 2020-12-02 21:39:41 UTC (rev 270366)
@@ -1,3 +1,13 @@
+2020-12-02 Tim Horton <[email protected]>
+
+ Enable UI-side compositing on the GPU Process layout tests bot
+ https://bugs.webkit.org/show_bug.cgi?id=219450
+
+ Reviewed by Simon Fraser.
+
+ * CISupport/build-webkit-org/config.json:
+ GPU Process without UI-side compositing is not a valid configuration.
+
2020-12-02 Jonathan Bedard <[email protected]>
[webkitscmpy] Json encode Contributor
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes