Bug 80241 - [GTK] Unit tests are noisy when run under jhbuild
Summary: [GTK] Unit tests are noisy when run under jhbuild
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-04 23:19 PST by Martin Robinson
Modified: 2012-03-05 09:49 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2012-03-04 23:22 PST, Martin Robinson
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2012-03-04 23:19:52 PST
Running the unit tests under jhbuild often forces the GSettings me mory backend to 'memory.' When it's forced this way it produces a warning:

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.

This makes it very hard to read the test output.
Comment 1 Martin Robinson 2012-03-04 23:22:58 PST
Created attachment 130058 [details]
Patch
Comment 2 WebKit Review Bot 2012-03-05 00:17:13 PST
Comment on attachment 130058 [details]
Patch

Rejecting attachment 130058 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
orce', u'--reviewer', u'Philippe N..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Parsed 2 diffs from patch file(s).
patching file Tools/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Tools/Scripts/run-gtk-tests
Hunk #1 FAILED at 90.
1 out of 1 hunk FAILED -- saving rejects to file Tools/Scripts/run-gtk-tests.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Philippe N..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/11808413
Comment 3 Martin Robinson 2012-03-05 00:42:23 PST
Committed r109722: <http://trac.webkit.org/changeset/109722>