Title: [217983] trunk/LayoutTests
Revision
217983
Author
[email protected]
Date
2017-06-09 09:11:32 -0700 (Fri, 09 Jun 2017)

Log Message

[GTK] Fix test linter reported errors
https://bugs.webkit.org/show_bug.cgi?id=173160

Unreviewed gardening.

webrtc/audio-peer-connection-webaudio.html failed ambiguity checks, it typically fails
   in release and times out in debug, but it could have bother outcomes in both build
   configurations, so removing the first instance seems like the right approach.
   See: https://bugs.webkit.org/show_bug.cgi?id=169110
https://bugs.webkit.org/show_bug.cgi?id=131218 no longer crashing
https://bugs.webkit.org/show_bug.cgi?id=131216 no longer crashing
https://bugs.webkit.org/show_bug.cgi?id=119255 no longer flaky, stablized at r195130.

Linter is now quiet, aside from non-existent path errors,
which I think is tracked by https://bugs.webkit.org/show_bug.cgi?id=172471

Patch by Charlie Turner <[email protected]> on 2017-06-09

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (217982 => 217983)


--- trunk/LayoutTests/ChangeLog	2017-06-09 15:55:50 UTC (rev 217982)
+++ trunk/LayoutTests/ChangeLog	2017-06-09 16:11:32 UTC (rev 217983)
@@ -1,3 +1,23 @@
+2017-06-09  Charlie Turner  <[email protected]>
+
+        [GTK] Fix test linter reported errors
+        https://bugs.webkit.org/show_bug.cgi?id=173160
+
+        Unreviewed gardening.
+
+        webrtc/audio-peer-connection-webaudio.html failed ambiguity checks, it typically fails
+           in release and times out in debug, but it could have bother outcomes in both build
+           configurations, so removing the first instance seems like the right approach.
+           See: https://bugs.webkit.org/show_bug.cgi?id=169110
+        https://bugs.webkit.org/show_bug.cgi?id=131218 no longer crashing
+        https://bugs.webkit.org/show_bug.cgi?id=131216 no longer crashing
+        https://bugs.webkit.org/show_bug.cgi?id=119255 no longer flaky, stablized at r195130.
+
+        Linter is now quiet, aside from non-existent path errors,
+        which I think is tracked by https://bugs.webkit.org/show_bug.cgi?id=172471
+
+        * platform/gtk/TestExpectations:
+
 2017-06-09  Claudio Saavedra  <[email protected]>
 
         [GTK] Add baseline for media/media-fullscreen-inline-expected.html

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (217982 => 217983)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-06-09 15:55:50 UTC (rev 217982)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-06-09 16:11:32 UTC (rev 217983)
@@ -627,7 +627,6 @@
 webrtc/no-port-zero-in-upd-candidates.html [ Timeout ]
 webrtc/video-disabled-black.html [ Failure ]
 webrtc/video.html [ Failure ]
-webrtc/audio-peer-connection-webaudio.html [ Failure ]
 webrtc/peer-connection-audio-mute.html [ Failure ]
 webrtc/peer-connection-audio-mute2.html [ Crash Failure ]
 webrtc/peer-connection-remote-audio-mute.html [ Failure ]
@@ -1308,9 +1307,6 @@
 
 webkit.org/b/118902 svg/animations/svgenum-animation-6.html [ Crash Pass ]
 
-# Crashing after the FTL merge
-webkit.org/b/119255 [ Debug ] fast/workers/stress-js-execution.html [ Crash Pass ]
-
 webkit.org/b/120200 [ Debug ] http/tests/security/XFrameOptions/x-frame-options-allowall.html [ Crash Pass ]
 
 Bug(GTK) plugins/document-open.html [ Crash Timeout ]
@@ -1319,15 +1315,6 @@
 
 webkit.org/b/131221 [ Debug ] fast/css/object-fit/object-fit-embed.html [ Crash ]
 
-webkit.org/b/131218 [ Debug ] fast/events/touch/multi-touch-inside-nested-iframes.html [ Crash ]
-webkit.org/b/131218 [ Debug ] fast/events/touch/multi-touch-inside-iframes.html [ Crash ]
-webkit.org/b/131218 [ Debug ] fast/events/touch/frame-hover-update.html [ Crash ]
-webkit.org/b/131218 [ Debug ] fast/events/touch/basic-multi-touch-events.html [ Crash ]
-
-webkit.org/b/131216 [ Debug ] http/tests/multipart/invalid-image-data.html [ Crash ]
-webkit.org/b/131216 [ Debug ] http/tests/multipart/multipart-html.php [ Crash ]
-webkit.org/b/131216 [ Debug ] http/tests/multipart/stop-crash.html [ Crash Pass ]
-
 webkit.org/b/131219 [ Debug ] http/tests/xmlhttprequest/access-control-repeated-failed-preflight-crash.html [ Crash ]
 
 webkit.org/b/131222 [ Debug ] media/video-currentsrc-cleared.html [ Crash Pass ]
@@ -1816,8 +1803,6 @@
 
 webkit.org/b/145258 media/video-controller-child-rate.html [ Failure Pass ]
 
-webkit.org/b/145261 fast/workers/stress-js-execution.html [ Failure Pass ]
-
 # Some tests will fail after the visual overflow patch, they will be fixed shortly.
 webkit.org/b/118665 fast/regions/counters/extract-ordered-lists-in-regions-explicit-counters-005.html [ ImageOnlyFailure Pass ]
 webkit.org/b/118665 fast/regions/floats-basic-in-variable-width-regions.html [ ImageOnlyFailure Pass ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to