Bug 36390

Summary: [GTK] suppress (un)desired launcher output that can make layout test to fail with stderr
Product: WebKit Reporter: Martin Robinson <mrobinson>
Component: WebKitGTKAssignee: Martin Robinson <mrobinson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch for this issue
eric: review-, mrobinson: commit-queue-
Patch for this issue (rev2) zecke: review+, mrobinson: commit-queue-

Description Martin Robinson 2010-03-19 14:19:40 PDT
Very similar to: https://bugs.webkit.org/show_bug.cgi?id=27215

The Totem plugin, in particular can cause spurious failures when it uses the GLib logger.
Comment 1 Martin Robinson 2010-03-19 14:29:40 PDT
Created attachment 51188 [details]
Patch for this issue
Comment 2 Eric Seidel (no email) 2010-03-25 00:51:49 PDT
Comment on attachment 51188 [details]
Patch for this issue

We need a comment in the code, otherwise the next person to look at this will have no clue what this is for.
Comment 3 Martin Robinson 2010-03-25 09:12:07 PDT
Created attachment 51645 [details]
Patch for this issue (rev2)

Sounds good. Update attached.
Comment 4 Holger Freyther 2010-03-28 19:39:15 PDT
Comment on attachment 51645 [details]
Patch for this issue (rev2)

Yes, this will work for the totem plugin. Some how my memory tells me we had a patch to run-webkit-test to filter out certain output but my memory seems to play tricks...
Comment 5 Martin Robinson 2010-03-29 21:04:52 PDT
Committed r56760: <http://trac.webkit.org/changeset/56760>