Mark media loading tests as only flaky on Sierra.
https://bugs.webkit.org/show_bug.cgi?id=178272
* platform/mac-wk1/TestExpectations:
In r224267 I marked a bunch of tests as flaky on WebKit1.
They are media-related tests, and they are only failing on Sierra WK1,
so mark them as such so we will notice regressions in new operating systems.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@224304 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/LayoutTests/platform/mac-wk1/TestExpectations b/LayoutTests/platform/mac-wk1/TestExpectations
index 44f3b57..448096d 100644
--- a/LayoutTests/platform/mac-wk1/TestExpectations
+++ b/LayoutTests/platform/mac-wk1/TestExpectations
@@ -74,20 +74,19 @@
webkit.org/b/172092 [ Debug ] fast/parser/adoption-agency-unload-iframe-4.html [ Pass Timeout ]
-# webkit.org/b/178272
-http/tests/media/video-redirect.html [ Pass Failure ]
-http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html [ Pass Failure ]
-http/tests/security/contentSecurityPolicy/video-redirect-allowed.html [ Pass Failure ]
-http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Pass Failure ]
-http/tests/security/local-video-source-from-remote.html [ Pass Failure ]
-http/tests/security/video-cross-origin-accesssameorigin.html [ Pass Failure ]
-http/tests/canvas/webgl/origin-clean-conformance.html [ Pass Timeout ]
-http/tests/media/autoplay-if-audio-is-playing.html [ Pass Timeout ]
-http/tests/media/video-load-twice.html [ Pass Timeout ]
-http/tests/media/video-play-progress.html [ Pass Timeout ]
-http/tests/security/canvas-remote-read-remote-video-localhost.html [ Pass Timeout ]
-http/tests/security/canvas-remote-read-remote-video-redirect.html [ Pass Timeout ]
-http/tests/security/video-cross-origin-caching.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/media/video-redirect.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/contentSecurityPolicy/audio-redirect-allowed.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/contentSecurityPolicy/video-redirect-allowed.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/contentSecurityPolicy/video-with-http-url-allowed-by-csp-media-src-star.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/local-video-source-from-remote.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/video-cross-origin-accesssameorigin.html [ Pass Failure ]
+webkit.org/b/178272 [ Sierra ] http/tests/canvas/webgl/origin-clean-conformance.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/media/autoplay-if-audio-is-playing.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/media/video-load-twice.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/media/video-play-progress.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/canvas-remote-read-remote-video-localhost.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/canvas-remote-read-remote-video-redirect.html [ Pass Timeout ]
+webkit.org/b/178272 [ Sierra ] http/tests/security/video-cross-origin-caching.html [ Pass Timeout ]
### END OF (1) Failures with bug reports
########################################