Title: [153833] trunk/LayoutTests
Revision
153833
Author
rwlb...@webkit.org
Date
2013-08-08 11:17:36 -0700 (Thu, 08 Aug 2013)

Log Message

svg/custom/use-href-update-crash.svg failing on certain platforms
https://bugs.webkit.org/show_bug.cgi?id=104054

Reviewed by Darin Adler.

Fix mistake in use-href-update-crash.svg which caused the gc() not found problem. Update the test expectations
that had this marked as failure, it passes after the test fix.

* platform/gtk/TestExpectations:
* platform/mac/TestExpectations:
* platform/qt/TestExpectations:
* platform/win/TestExpectations:
* svg/custom/use-href-update-crash.svg:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (153832 => 153833)


--- trunk/LayoutTests/ChangeLog	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/ChangeLog	2013-08-08 18:17:36 UTC (rev 153833)
@@ -1,3 +1,19 @@
+2013-08-08  Rob Buis  <rwlb...@webkit.org>
+
+        svg/custom/use-href-update-crash.svg failing on certain platforms
+        https://bugs.webkit.org/show_bug.cgi?id=104054
+
+        Reviewed by Darin Adler.
+
+        Fix mistake in use-href-update-crash.svg which caused the gc() not found problem. Update the test expectations
+        that had this marked as failure, it passes after the test fix.
+
+        * platform/gtk/TestExpectations:
+        * platform/mac/TestExpectations:
+        * platform/qt/TestExpectations:
+        * platform/win/TestExpectations:
+        * svg/custom/use-href-update-crash.svg:
+
 2013-08-08  Alexey Proskuryakov  <a...@apple.com>
 
         WTR::pathSuitableForTestResult should behave the same as _drt_descriptionSuitableForTestResult so we can unskip tests.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (153832 => 153833)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-08-08 18:17:36 UTC (rev 153833)
@@ -1262,8 +1262,6 @@
 webkit.org/b/102776 media/track/track-cue-rendering-horizontal.html [ Failure ]
 webkit.org/b/102776 media/track/track-cue-rendering-vertical.html [ Failure ]
 
-webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure ]
-
 webkit.org/b/104686 http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Failure ]
 
 webkit.org/b/98146 accessibility/svg-bounds.html [ Failure ]

Modified: trunk/LayoutTests/platform/mac/TestExpectations (153832 => 153833)


--- trunk/LayoutTests/platform/mac/TestExpectations	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2013-08-08 18:17:36 UTC (rev 153833)
@@ -948,9 +948,6 @@
 webkit.org/b/112518 [ Debug ] plugins/object-onfocus-mutation-crash.html [ Crash Pass ]
 webkit.org/b/112518 [ Debug ] plugins/npruntime/evaluate.html [ Crash Pass ]
 
-# https://bugs.webkit.org/show_bug.cgi?id=104054
-webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure Pass ]
-
 # Flakey plugin tests
 webkit.org/b/82752 plugins/netscape-dom-access-and-reload.html [ Failure Pass ]
 

Modified: trunk/LayoutTests/platform/qt/TestExpectations (153832 => 153833)


--- trunk/LayoutTests/platform/qt/TestExpectations	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/platform/qt/TestExpectations	2013-08-08 18:17:36 UTC (rev 153833)
@@ -1384,9 +1384,6 @@
 
 webkit.org/b/98718 svg/animations/animate-css-xml-attributeType.html [ Failure Pass ]
 
-# https://bugs.webkit.org/show_bug.cgi?id=104054
-webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure Pass ]
-
 # [Qt] svg/animations/animate-path-nested-transforms.html fails
 # https://bugs.webkit.org/show_bug.cgi?id=48987
 svg/animations/animate-text-nested-transforms.html

Modified: trunk/LayoutTests/platform/win/TestExpectations (153832 => 153833)


--- trunk/LayoutTests/platform/win/TestExpectations	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/platform/win/TestExpectations	2013-08-08 18:17:36 UTC (rev 153833)
@@ -258,9 +258,6 @@
 # https://bugs.webkit.org/show_bug.cgi?id=35013 (Impossible to test text-only-zoom from DRT on Windows)
 svg/zoom/text
 
-# https://bugs.webkit.org/show_bug.cgi?id=104054
-svg/custom/use-href-update-crash.svg
-
 # Crashes due to debug assert until we fix issues with style elements in SVG
 svg/custom/use-referencing-style-crash.svg
 

Modified: trunk/LayoutTests/svg/custom/use-href-update-crash.svg (153832 => 153833)


--- trunk/LayoutTests/svg/custom/use-href-update-crash.svg	2013-08-08 18:13:22 UTC (rev 153832)
+++ trunk/LayoutTests/svg/custom/use-href-update-crash.svg	2013-08-08 18:17:36 UTC (rev 153833)
@@ -4,7 +4,7 @@
   <use id="use" xlink:href=""
   <text>PASS: did not crash.</text>
 
-  <script src=""
+  <script xlink:href=""
   <script>
     var use = document.getElementById('use');
     use.setAttribute('xlink:href', 'bar.svg#bar');
@@ -15,5 +15,4 @@
     if (window.testRunner)
       testRunner.dumpAsText();
   </script>
-  <script src=""
 </svg>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to