Title: [260357] trunk/Tools
- Revision
- 260357
- Author
- [email protected]
- Date
- 2020-04-20 02:20:30 -0700 (Mon, 20 Apr 2020)
Log Message
[WebXR][WPE] Let XR_RUNTIME_JSON environment variable go through for testing
https://bugs.webkit.org/show_bug.cgi?id=210738
Reviewed by Žan Doberšek.
The OpenXR loader might be instructed to load a specific runtime by
using the XR_RUNTIME_JSON environment variable. Let it get in for testing.
* Scripts/webkitpy/port/wpe.py:
(WPEPort.setup_environ_for_server): Copy XR_RUNTIME_JSON if set.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (260356 => 260357)
--- trunk/Tools/ChangeLog 2020-04-20 08:33:58 UTC (rev 260356)
+++ trunk/Tools/ChangeLog 2020-04-20 09:20:30 UTC (rev 260357)
@@ -1,3 +1,16 @@
+2020-04-20 Sergio Villar Senin <[email protected]>
+
+ [WebXR][WPE] Let XR_RUNTIME_JSON environment variable go through for testing
+ https://bugs.webkit.org/show_bug.cgi?id=210738
+
+ Reviewed by Žan Doberšek.
+
+ The OpenXR loader might be instructed to load a specific runtime by
+ using the XR_RUNTIME_JSON environment variable. Let it get in for testing.
+
+ * Scripts/webkitpy/port/wpe.py:
+ (WPEPort.setup_environ_for_server): Copy XR_RUNTIME_JSON if set.
+
2020-04-20 Carlos Garcia Campos <[email protected]>
[GTK][WPE] Enable resource load statistics
Modified: trunk/Tools/Scripts/webkitpy/port/wpe.py (260356 => 260357)
--- trunk/Tools/Scripts/webkitpy/port/wpe.py 2020-04-20 08:33:58 UTC (rev 260356)
+++ trunk/Tools/Scripts/webkitpy/port/wpe.py 2020-04-20 09:20:30 UTC (rev 260357)
@@ -85,6 +85,7 @@
self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_FILE')
self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_NO_COLOR')
self._copy_value_from_environ_if_set(environment, 'LIBGL_ALWAYS_SOFTWARE')
+ self._copy_value_from_environ_if_set(environment, 'XR_RUNTIME_JSON')
return environment
def show_results_html_file(self, results_filename):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes