Bug 60073 - [Qt][WK2]
Summary: [Qt][WK2]
Status: RESOLVED DUPLICATE of bug 60074
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2011-05-03 15:43 PDT by Csaba Osztrogonác
Modified: 2011-05-03 15:44 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-05-03 15:43:07 PDT
http/tests/security/contentSecurityPolicy/eval-blocked.html 
introduced in http://trac.webkit.org/changeset/85388 and
fails on Qt WK2, because of incorrect line number dumping:

--- /home/webkitbuildbot/slaves/release32bitWebKit2/buildslave/qt-linux-32-release-webkit2/build/layout-test-results/http/tests/security/contentSecurityPolicy/eval-blocked-expected.txt	2011-05-03 15:29:21.765560356 -0700
+++ /home/webkitbuildbot/slaves/release32bitWebKit2/buildslave/qt-linux-32-release-webkit2/build/layout-test-results/http/tests/security/contentSecurityPolicy/eval-blocked-actual.txt	2011-05-03 15:29:21.765560356 -0700
@@ -1,3 +1,3 @@
-CONSOLE MESSAGE: line 12: EvalError: Eval is disabled
-CONSOLE MESSAGE: line 15: EvalError: Eval is disabled
+CONSOLE MESSAGE: line 0: EvalError: Eval is disabled
+CONSOLE MESSAGE: line 0: EvalError: Eval is disabled
Comment 1 Csaba Osztrogonác 2011-05-03 15:44:05 PDT

*** This bug has been marked as a duplicate of bug 60074 ***