Bug 31192 - [Qt] fast/parser/xml-declaration-missing-ending-mark.html needs the platform-specific result
Summary: [Qt] fast/parser/xml-declaration-missing-ending-mark.html needs the platform-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P3 Normal
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks:
 
Reported: 2009-11-05 15:45 PST by Jakub Wieczorek
Modified: 2010-03-11 07:14 PST (History)
1 user (show)

See Also:


Attachments
patch (3.24 KB, patch)
2009-11-05 15:50 PST, Jakub Wieczorek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Wieczorek 2009-11-05 15:45:34 PST
Even though it is a plain text test, it needs an exception result for the Qt port, because the error messages that QXmlStreamReader provides differ from those that are produced by the libxml2 version of XMLTokenizer.

https://bugs.webkit.org/show_bug.cgi?id=31144 needs to be resolved before the test can be unskipped though.
Comment 1 Jakub Wieczorek 2009-11-05 15:50:32 PST
Created attachment 42607 [details]
patch

Add the correct result and unskip the test.

Depends on https://bugs.webkit.org/show_bug.cgi?id=31144.
Comment 2 Tor Arne Vestbø 2010-03-10 06:37:27 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs.

See http://trac.webkit.org/wiki/QtWebKitBugs

Specifically:

  - The 'QtWebKit' component should only be used for bugs/features in the
    public QtWebKit API layer, not to signify that the bug is specific to
    the Qt port of WebKit

      http://trac.webkit.org/wiki/QtWebKitBugs#Component

  - Add the keyword 'Qt' to signal that it's a Qt-related bug

      http://trac.webkit.org/wiki/QtWebKitBugs#Keywords
Comment 3 Kent Hansen 2010-03-11 07:10:00 PST
What's the status of this patch?
Comment 4 Jakub Wieczorek 2010-03-11 07:14:42 PST
(In reply to comment #3)
> What's the status of this patch?

The test result has been updated as part of https://bugs.webkit.org/show_bug.cgi?id=31144, so this bug can be closed.