Title: [139453] trunk/Tools
- Revision
- 139453
- Author
- [email protected]
- Date
- 2013-01-11 09:28:12 -0800 (Fri, 11 Jan 2013)
Log Message
[GTK] Disable the unit tests timeout when running from make check
https://bugs.webkit.org/show_bug.cgi?id=106670
Patch by Carlos Garcia Campos <[email protected]> on 2013-01-11
Reviewed by Philippe Normand.
* GNUmakefile.am: Pass --timeout=-1 to run-gtk-test.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (139452 => 139453)
--- trunk/Tools/ChangeLog 2013-01-11 17:09:21 UTC (rev 139452)
+++ trunk/Tools/ChangeLog 2013-01-11 17:28:12 UTC (rev 139453)
@@ -1,3 +1,12 @@
+2013-01-11 Carlos Garcia Campos <[email protected]>
+
+ [GTK] Disable the unit tests timeout when running from make check
+ https://bugs.webkit.org/show_bug.cgi?id=106670
+
+ Reviewed by Philippe Normand.
+
+ * GNUmakefile.am: Pass --timeout=-1 to run-gtk-test.
+
2013-01-11 Raphael Kubo da Costa <[email protected]>
Yet another unreviewed fix after r139431.
Modified: trunk/Tools/GNUmakefile.am (139452 => 139453)
--- trunk/Tools/GNUmakefile.am 2013-01-11 17:09:21 UTC (rev 139452)
+++ trunk/Tools/GNUmakefile.am 2013-01-11 17:28:12 UTC (rev 139453)
@@ -290,7 +290,7 @@
endif
check-local:
- $(top_srcdir)/Tools/Scripts/run-gtk-tests
+ $(top_srcdir)/Tools/Scripts/run-gtk-tests --timeout=-1
EXTRA_DIST += \
Tools/gtk/common.py \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes