Title: [109758] releases/WebKitGTK/webkit-1.8/Tools
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 <[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-05 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: 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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes