Title: [154918] trunk/LayoutTests
Revision
154918
Author
[email protected]
Date
2013-08-30 16:34:48 -0700 (Fri, 30 Aug 2013)

Log Message

http://webkit.org/b/120490
Skip some XML namespace serialization tests temporarily.

* TestExpectations: Skip these on debug builds:
fast/dom/XMLSerializer-attribute-namespace-prefix-conflicts.html
fast/dom/XMLSerializer-same-prefix-different-namespaces-conflict.html
fast/dom/XMLSerializer-setAttributeNS-namespace-no-prefix.html
svg/custom/xlink-prefix-generation-in-attributes.html

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (154917 => 154918)


--- trunk/LayoutTests/ChangeLog	2013-08-30 23:13:57 UTC (rev 154917)
+++ trunk/LayoutTests/ChangeLog	2013-08-30 23:34:48 UTC (rev 154918)
@@ -1,3 +1,14 @@
+2013-08-30  Dean Jackson  <[email protected]>
+
+        http://webkit.org/b/120490
+        Skip some XML namespace serialization tests temporarily.
+
+        * TestExpectations: Skip these on debug builds:
+        fast/dom/XMLSerializer-attribute-namespace-prefix-conflicts.html
+        fast/dom/XMLSerializer-same-prefix-different-namespaces-conflict.html
+        fast/dom/XMLSerializer-setAttributeNS-namespace-no-prefix.html
+        svg/custom/xlink-prefix-generation-in-attributes.html
+
 2013-08-30  Oliver Hunt  <[email protected]>
 
         Implement ES6 Set class

Modified: trunk/LayoutTests/TestExpectations (154917 => 154918)


--- trunk/LayoutTests/TestExpectations	2013-08-30 23:13:57 UTC (rev 154917)
+++ trunk/LayoutTests/TestExpectations	2013-08-30 23:34:48 UTC (rev 154918)
@@ -38,4 +38,8 @@
 # This test will run slowly in debug mode, but is plenty fast in release.
 [ Debug ] fast/js/regress/emscripten-memops.html [ Skip ]
 
-webkit.org/b/120490 fast/dom/XMLSerializer-attribute-namespace-prefix-conflicts.html [ Pass Failure ]
+[ Debug ] webkit.org/b/120490 fast/dom/XMLSerializer-attribute-namespace-prefix-conflicts.html [ Skip ]
+[ Debug ] webkit.org/b/120490 fast/dom/XMLSerializer-same-prefix-different-namespaces-conflict.html [ Skip ]
+[ Debug ] webkit.org/b/120490 fast/dom/XMLSerializer-setAttributeNS-namespace-no-prefix.html [ Skip ]
+[ Debug ] webkit.org/b/120490 svg/custom/xlink-prefix-generation-in-attributes.html [ Skip ]
+
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to