Bug 42869 - REGRESSION(r63924): Qt Linux DumpRenderTree generates two extra frame load callbacks when running http/tests/security/mixedContent/insecure-css-in-main-frame.html
Summary: REGRESSION(r63924): Qt Linux DumpRenderTree generates two extra frame load ca...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2010-07-22 21:32 PDT by Andy Estes
Modified: 2010-07-23 09:16 PDT (History)
1 user (show)

See Also:


Attachments
patch to add failing test to skipped list. (1.28 KB, patch)
2010-07-22 21:43 PDT, Andy Estes
no flags Details | Formatted Diff | Diff
patch to add failing test to skipped list. (1.28 KB, patch)
2010-07-22 21:47 PDT, Andy Estes
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Estes 2010-07-22 21:32:29 PDT
After http://trac.webkit.org/changeset/63924, the qt-linux build bot began failing on http/tests/security/mixedContent/insecure-css-in-main-frame.html.  The test reports two additional frame load callbacks that are not generated on other platforms.  This is the diff:

--- /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/http/tests/security/mixedContent/insecure-css-in-main-frame-expected.txt	2010-07-22 20:59:40.339314175 -0700
+++ /home/webkitbuildbot/slaves/release32bit/buildslave/qt-linux-release/build/layout-test-results/http/tests/security/mixedContent/insecure-css-in-main-frame-actual.txt	2010-07-22 20:59:40.336565357 -0700
@@ -5,4 +5,6 @@
 main frame - didCommitLoadForFrame
 didDisplayInsecureContent
 main frame - didFinishDocumentLoadForFrame
+main frame - didHandleOnloadEventsForFrame
+main frame - didFinishLoadForFrame
 This test opens a window that loads an insecure style sheet. We should trigger a mixed content callback because the main frame in the window is HTTPS but is displaying insecure content.
Comment 1 Andy Estes 2010-07-22 21:43:37 PDT
Created attachment 62378 [details]
patch to add failing test to skipped list.
Comment 2 WebKit Review Bot 2010-07-22 21:45:09 PDT
Attachment 62378 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1
LayoutTests/ChangeLog:7:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andy Estes 2010-07-22 21:47:00 PDT
Created attachment 62379 [details]
patch to add failing test to skipped list.
Comment 4 Andy Estes 2010-07-23 09:16:15 PDT
A platform-specific test result was committed in http://trac.webkit.org/changeset/63977.