Title: [227056] trunk/Tools
Revision
227056
Author
[email protected]
Date
2018-01-17 02:04:14 -0800 (Wed, 17 Jan 2018)

Log Message

[GTK][WPE] Propagate the parameters when restarting glib api tests after a crash
https://bugs.webkit.org/show_bug.cgi?id=181722

Reviewed by Žan Doberšek.

I forgot to pass the parameters to run() when restarting.

* glib/glib_test_runner.py:
(GLibTestRunner.run):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (227055 => 227056)


--- trunk/Tools/ChangeLog	2018-01-17 09:35:58 UTC (rev 227055)
+++ trunk/Tools/ChangeLog	2018-01-17 10:04:14 UTC (rev 227056)
@@ -1,3 +1,15 @@
+2018-01-17  Carlos Garcia Campos  <[email protected]>
+
+        [GTK][WPE] Propagate the parameters when restarting glib api tests after a crash
+        https://bugs.webkit.org/show_bug.cgi?id=181722
+
+        Reviewed by Žan Doberšek.
+
+        I forgot to pass the parameters to run() when restarting.
+
+        * glib/glib_test_runner.py:
+        (GLibTestRunner.run):
+
 2018-01-16  Fujii Hironori  <[email protected]>
 
         [CMake] Remove WebCoreDerivedSources library target

Modified: trunk/Tools/glib/glib_test_runner.py (227055 => 227056)


--- trunk/Tools/glib/glib_test_runner.py	2018-01-17 09:35:58 UTC (rev 227055)
+++ trunk/Tools/glib/glib_test_runner.py	2018-01-17 10:04:14 UTC (rev 227056)
@@ -266,7 +266,7 @@
         self._stderr_fd = None
 
         if need_restart:
-            self.run()
+            self.run(subtests, skipped, env)
 
         return self._results
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to