Bug 80241

Summary: [GTK] Unit tests are noisy when run under jhbuild
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal CC: danw, gustavo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch webkit.review.bot: commit-queue-

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>