Title: [231584] trunk/Tools
- Revision
- 231584
- Author
- [email protected]
- Date
- 2018-05-09 12:14:02 -0700 (Wed, 09 May 2018)
Log Message
[tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
https://bugs.webkit.org/show_bug.cgi?id=185481
Patch by Thibault Saunier <[email protected]> on 2018-05-09
Reviewed by Philippe Normand.
[tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
* Scripts/webkitpy/port/gtk.py:
(GtkPort.setup_environ_for_server):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (231583 => 231584)
--- trunk/Tools/ChangeLog 2018-05-09 19:08:30 UTC (rev 231583)
+++ trunk/Tools/ChangeLog 2018-05-09 19:14:02 UTC (rev 231584)
@@ -1,3 +1,15 @@
+2018-05-09 Thibault Saunier <[email protected]>
+
+ [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
+ https://bugs.webkit.org/show_bug.cgi?id=185481
+
+ Reviewed by Philippe Normand.
+
+ [tests][GStreamer]: Pass USE_PLAYBIN3 to the tests subprocess
+
+ * Scripts/webkitpy/port/gtk.py:
+ (GtkPort.setup_environ_for_server):
+
2018-05-09 Leo Balter <[email protected]>
Set build.webkit.org to use the new Test262-runner
Modified: trunk/Tools/Scripts/webkitpy/port/gtk.py (231583 => 231584)
--- trunk/Tools/Scripts/webkitpy/port/gtk.py 2018-05-09 19:08:30 UTC (rev 231583)
+++ trunk/Tools/Scripts/webkitpy/port/gtk.py 2018-05-09 19:14:02 UTC (rev 231584)
@@ -122,6 +122,7 @@
environment['TEST_RUNNER_INJECTED_BUNDLE_FILENAME'] = self._build_path('lib', 'libTestRunnerInjectedBundle.so')
environment['TEST_RUNNER_TEST_PLUGIN_PATH'] = self._build_path('lib', 'plugins')
self._copy_value_from_environ_if_set(environment, 'WEBKIT_OUTPUTDIR')
+ self._copy_value_from_environ_if_set(environment, 'USE_PLAYBIN3')
self._copy_value_from_environ_if_set(environment, 'GST_DEBUG')
self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_DUMP_DOT_DIR')
self._copy_value_from_environ_if_set(environment, 'GST_DEBUG_FILE')
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes