It is true for the first test and the first test in the second running: http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r96391%20%2812609%29/results.html - http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r96391%20(12609)/http/tests/cache/post-redirect-get-pretty-diff.html - http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20WebKit2/r96391%20(12609)/fast/text/text-between-two-brs-in-nowrap-overflow-pretty-diff.html +Successfully connected to display :7.0 + +Information of screen 253: + width.........: 1024 + height........: 768 + depth.........: 24 + white pixel...: ffffff + black pixel...: 0 +
This is due to printfs in the Qt xcb platform plugin. I've talked to Samuel about replacing them with qDebug() so we can intercept them with our message handler.
Fix for Qt in the review pipeline, but we need some changes in DRT/WTR as well. Patch coming.
Created attachment 109298 [details] Patch
Created attachment 109326 [details] Patch
Comment on attachment 109326 [details] Patch Hmm, webkit-patch didn't behave like expected :/
Landed in r96417
Actually, we still need to wait for the fix in Qt
(In reply to comment #7) > Actually, we still need to wait for the fix in Qt Please let me know if "git submodule foreach update" will give us a Qt revision with fix for this bug.
(In reply to comment #8) > (In reply to comment #7) > > Actually, we still need to wait for the fix in Qt > > Please let me know if "git submodule foreach update" will give us a Qt revision with fix for this bug. It hasn't propagated to the mother-repo yet, but you can checkout 95dfb6e668e88d006b00b69917c34ef07bdf8830 in qtbasae.
*** Bug 69420 has been marked as a duplicate of this bug. ***
The bot was updated, and the Qt fix works.