Bug 72252 - [Qt] new test http/tests/misc/xslt-bad-import.html is failing
Summary: [Qt] new test http/tests/misc/xslt-bad-import.html is failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 87008
  Show dependency treegraph
 
Reported: 2011-11-14 01:43 PST by Tamas Czene
Modified: 2012-10-04 06:46 PDT (History)
4 users (show)

See Also:


Attachments
Add http/tests/misc/xslt-bad-import.html to Skipped (1.15 KB, patch)
2011-11-14 01:49 PST, Tamas Czene
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tamas Czene 2011-11-14 01:43:41 PST
new test added r99982

--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/misc/xslt-bad-import-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/misc/xslt-bad-import-actual.txt 
@@ -1,2 +1,4 @@
+CONSOLE MESSAGE: line 2: <html xmlns='http://www.w3.org/1999/xhtml/'><body><p>Running an XSL-T 1.0 stylesheet with a 2.0 processor.</p></body></html>
+CONSOLE MESSAGE: line 5: <html xmlns='http://www.w3.org/1999/xhtml/'><body><p>The element with local name <span class='XQuery-keyword'>apply-imports</span> does not exist in XSL-T.</p></body></html>
  
 This test passes if it does not crash.
Comment 1 Tamas Czene 2011-11-14 01:49:03 PST
Created attachment 114901 [details]
Add http/tests/misc/xslt-bad-import.html to Skipped
Comment 2 Csaba Osztrogonác 2011-11-14 01:53:57 PST
Could you guys confirm if this additinal console message on Qt is correct or not?
Comment 3 Gavin Peters 2011-11-14 04:15:23 PST
I find the message a bit inscrutible, and I'm confused.  I believe xsl:apply-imports was in xsl-t 1.0: http://www.w3.org/TR/xslt#apply-imports and it's also in 2.0: http://www.w3.org/TR/xslt20/#element-apply-imports

Am I missing something?
Comment 4 Csaba Osztrogonác 2011-11-14 08:23:39 PST
I skipped it until fix to make buildbot happy: http://trac.webkit.org/changeset/100144
Comment 5 Ádám Kallai 2012-09-26 06:12:55 PDT
Now this test is working on Qt. I'm going to remove from Qt skipped list and close the bug.
Comment 6 Ádám Kallai 2012-10-04 06:46:36 PDT
I unskipped it: Committed r130385: <http://trac.webkit.org/changeset/130385>
Closing bug.