Title: [109758] releases/WebKitGTK/webkit-1.8/Tools
Revision
109758
Author
mrobin...@webkit.org
Date
2012-03-05 09:47:49 -0800 (Mon, 05 Mar 2012)

Log Message

Merging r109722

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-1.8/Tools/ChangeLog (109757 => 109758)


--- releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-03-05 17:47:05 UTC (rev 109757)
+++ releases/WebKitGTK/webkit-1.8/Tools/ChangeLog	2012-03-05 17:47:49 UTC (rev 109758)
@@ -1,5 +1,19 @@
 2012-03-05  Martin Robinson  <mrobin...@igalia.com>
 
+        [GTK] Unit tests are noisy when run under jhbuild
+        https://bugs.webkit.org/show_bug.cgi?id=80241
+
+        Reviewed by Philippe Normand.
+
+        Force the 'memory' backend in GSettings so that each unit
+        test doesn't produce a warning when it's forced to fall back
+        to the 'memory' backend.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner.run): Force the 'memory' backend.
+
+2012-03-05  Martin Robinson  <mrobin...@igalia.com>
+
         [GTK] "Console: undefined @0: ReferenceError: Can't find variable: WebInspector" during testwebinspector
         https://bugs.webkit.org/show_bug.cgi?id=80235
 

Modified: releases/WebKitGTK/webkit-1.8/Tools/Scripts/run-gtk-tests (109757 => 109758)


--- releases/WebKitGTK/webkit-1.8/Tools/Scripts/run-gtk-tests	2012-03-05 17:47:05 UTC (rev 109757)
+++ releases/WebKitGTK/webkit-1.8/Tools/Scripts/run-gtk-tests	2012-03-05 17:47:49 UTC (rev 109758)
@@ -90,6 +90,7 @@
         test_env = os.environ
         test_env["DISPLAY"] = ":55"
         test_env["WEBKIT_INSPECTOR_PATH"] = os.path.abspath(os.path.join(self._programs_path, 'resources', 'inspector'))
+        test_env['GSETTINGS_BACKEND'] = 'memory'
 
         exit_status = [0]
         def _error_handler(error):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to