Title: [220072] trunk/LayoutTests
Revision
220072
Author
pvol...@apple.com
Date
2017-07-31 11:36:54 -0700 (Mon, 31 Jul 2017)

Log Message

Do not mark all web-platform tests as slow, as this increases time spent on layout tests.
Only mark individual web-platform tests as slow.

Unreviewed test gardening.

* platform/win/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (220071 => 220072)


--- trunk/LayoutTests/ChangeLog	2017-07-31 18:05:09 UTC (rev 220071)
+++ trunk/LayoutTests/ChangeLog	2017-07-31 18:36:54 UTC (rev 220072)
@@ -1,3 +1,12 @@
+2017-07-31  Per Arne Vollan  <pvol...@apple.com>
+
+        Do not mark all web-platform tests as slow, as this increases time spent on layout tests.
+        Only mark individual web-platform tests as slow.
+
+        Unreviewed test gardening.
+
+        * platform/win/TestExpectations:
+
 2017-07-31  Yusuke Suzuki  <utatane....@gmail.com>
 
         [JSC] Support optional catch binding

Modified: trunk/LayoutTests/platform/win/TestExpectations (220071 => 220072)


--- trunk/LayoutTests/platform/win/TestExpectations	2017-07-31 18:05:09 UTC (rev 220071)
+++ trunk/LayoutTests/platform/win/TestExpectations	2017-07-31 18:36:54 UTC (rev 220072)
@@ -4062,6 +4062,8 @@
 
 webkit.org/b/93589 svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg [ Pass Timeout ]
 
-# Many web-platform tests are slow on Windows.
-imported/w3c/web-platform-tests [ Slow ]
+imported/w3c/web-platform-tests/cors/allow-headers.htm [ Slow ]
+imported/w3c/web-platform-tests/cors/simple-requests.htm [ Slow ]
+imported/w3c/web-platform-tests/fetch/api/basic/accept-header.any.html [ Slow ]
+imported/w3c/web-platform-tests/fetch/api/cors/cors-basic.any.html [ Slow ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to