Bug 69718 - [Qt] dumpAsText() output of Qt-DRT differs from other DRTs
Summary: [Qt] dumpAsText() output of Qt-DRT differs from other DRTs
Status: RESOLVED WONTFIX
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-10-09 03:13 PDT by Csaba Osztrogonác
Modified: 2012-11-22 03:28 PST (History)
2 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-10-09 03:13:33 PDT
This bug was revealed by https://bugs.webkit.org/show_bug.cgi?id=69700#c7

dumpAsText() output of the following text differs:
<body>
This test passes if it doesn't alert the contents of innocent-victim.html.
</body>

-This test passes if it doesn't alert the contents of innocent-victim.html.<SPACE><SPACE>
+This test passes if it doesn't alert the contents of innocent-victim.html.
Comment 1 Csaba Osztrogonác 2012-05-22 01:18:03 PDT
One more failing test because of this bug:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug86119-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/svg/custom/bug86119-actual.txt 
@@ -1,1 +1,1 @@
-Test for Bug 86119. Test passes if it does not crash and you see a green rectangle above this text. 
+Test for Bug 86119. Test passes if it does not crash and you see a green rectangle above this text.
Comment 2 Csaba Osztrogonác 2012-07-10 02:22:56 PDT
Only few tests are affected, and we couldn't find how to fix it. We can 
live with a dozen of Qt specific expected results because of this bug.