Title: [109722] trunk/Tools
Revision
109722
Author
[email protected]
Date
2012-03-05 00:42:06 -0800 (Mon, 05 Mar 2012)

Log Message

[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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (109721 => 109722)


--- trunk/Tools/ChangeLog	2012-03-05 08:37:51 UTC (rev 109721)
+++ trunk/Tools/ChangeLog	2012-03-05 08:42:06 UTC (rev 109722)
@@ -1,5 +1,19 @@
 2012-03-04  Martin Robinson  <[email protected]>
 
+        [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-04  Martin Robinson  <[email protected]>
+
         [GTK] "Console: undefined @0: ReferenceError: Can't find variable: WebInspector" during testwebinspector
         https://bugs.webkit.org/show_bug.cgi?id=80235
 

Modified: trunk/Tools/Scripts/run-gtk-tests (109721 => 109722)


--- trunk/Tools/Scripts/run-gtk-tests	2012-03-05 08:37:51 UTC (rev 109721)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-03-05 08:42:06 UTC (rev 109722)
@@ -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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to