Title: [187265] trunk/LayoutTests
Revision
187265
Author
[email protected]
Date
2015-07-23 15:53:12 -0700 (Thu, 23 Jul 2015)

Log Message

Windows test result gardening after Mac libxml changes.

* platform/win/fast/dom/adopt-attribute-crash-expected.txt: Added.
* platform/win/fast/parser/xml-colon-entity-expected.txt: Added.
* platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
* platform/win/svg/custom/bug78807-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (187264 => 187265)


--- trunk/LayoutTests/ChangeLog	2015-07-23 22:32:51 UTC (rev 187264)
+++ trunk/LayoutTests/ChangeLog	2015-07-23 22:53:12 UTC (rev 187265)
@@ -1,3 +1,12 @@
+2015-07-23  Alexey Proskuryakov  <[email protected]>
+
+        Windows test result gardening after Mac libxml changes.
+
+        * platform/win/fast/dom/adopt-attribute-crash-expected.txt: Added.
+        * platform/win/fast/parser/xml-colon-entity-expected.txt: Added.
+        * platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt: Added.
+        * platform/win/svg/custom/bug78807-expected.txt: Added.
+
 2015-07-19  Matt Rajca  <[email protected]>
 
         Media Session: add support for ducking media elements

Added: trunk/LayoutTests/platform/win/fast/dom/adopt-attribute-crash-expected.txt (0 => 187265)


--- trunk/LayoutTests/platform/win/fast/dom/adopt-attribute-crash-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/dom/adopt-attribute-crash-expected.txt	2015-07-23 22:53:12 UTC (rev 187265)
@@ -0,0 +1,8 @@
+ALERT: Tests adopting two Attr nodes of the same qualified name. WebKit shouldn't crash or assert.
+This page contains the following errors:
+
+error on line 3 at column 35: Namespaced Attribute href in 'http://www.w3.org/1999/xlink' redefined
+error on line 18 at column 10: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Property changes on: trunk/LayoutTests/platform/win/fast/dom/adopt-attribute-crash-expected.txt
___________________________________________________________________

Added: svn:mime-type

Added: svn:eol-style

Added: trunk/LayoutTests/platform/win/fast/parser/xml-colon-entity-expected.txt (0 => 187265)


--- trunk/LayoutTests/platform/win/fast/parser/xml-colon-entity-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/parser/xml-colon-entity-expected.txt	2015-07-23 22:53:12 UTC (rev 187265)
@@ -0,0 +1,14 @@
+CRASH: malformed entity of &: in xml causes access violation.
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 2 at column 13: Entity ':' not defined
+error on line 5 at column 1: AttValue: ' expected
+Below is a rendering of the page up to the first error.
Property changes on: trunk/LayoutTests/platform/win/fast/parser/xml-colon-entity-expected.txt
___________________________________________________________________

Added: svn:mime-type

Added: svn:eol-style

Added: trunk/LayoutTests/platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt (0 => 187265)


--- trunk/LayoutTests/platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt	2015-07-23 22:53:12 UTC (rev 187265)
@@ -0,0 +1,16 @@
+CRASH: Omitting terminal question mark in <?xml...?> declaration (above) causes access violation.
+
+This tests the both the HTML parser (.html extension), which is where the crash was observed, and the XML parser (in an iframe).
+See https://bugs.webkit.org/show_bug.cgi?id=17814
+
+If you don't crash, you pass. A parsing error in the "xml-parser" subframe is expected.
+
+
+
+--------
+Frame: 'xml-parser'
+--------
+This page contains the following errors:
+
+error on line 1 at column 19: Blank needed here
+Below is a rendering of the page up to the first error.
Property changes on: trunk/LayoutTests/platform/win/fast/parser/xml-declaration-missing-ending-mark-expected.txt
___________________________________________________________________

Added: svn:mime-type

Added: svn:eol-style

Added: trunk/LayoutTests/platform/win/svg/custom/bug78807-expected.txt (0 => 187265)


--- trunk/LayoutTests/platform/win/svg/custom/bug78807-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/svg/custom/bug78807-expected.txt	2015-07-23 22:53:12 UTC (rev 187265)
@@ -0,0 +1,6 @@
+This page contains the following errors:
+
+error on line 11 at column 19: Extra content at the end of the document
+Below is a rendering of the page up to the first error.
+
+
Property changes on: trunk/LayoutTests/platform/win/svg/custom/bug78807-expected.txt
___________________________________________________________________

Added: svn:mime-type

Added: svn:eol-style

_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to