Title: [213511] trunk/LayoutTests
Revision
213511
Author
r...@igalia.com
Date
2017-03-07 05:05:51 -0800 (Tue, 07 Mar 2017)

Log Message

[css-grid] Mark a few tests from the W3C suite as pass after r213480
https://bugs.webkit.org/show_bug.cgi?id=169270

Unreviewed test gardening.

r213480 was porting some Blink patches that makes these tests to pass now.
Check the following bugs for more information:
- http://webkit.org/b/169197
- http://webkit.org/b/169198


* TestExpectations: Mark grid-minimum-size-grid-items-007.xht and
grid-minimum-size-grid-items-009.xht as passing.
Keep grid-items-sizing-alignment-001.html as failure but now for a different issue
(see http://webkit.org/b/169271).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (213510 => 213511)


--- trunk/LayoutTests/ChangeLog	2017-03-07 12:46:57 UTC (rev 213510)
+++ trunk/LayoutTests/ChangeLog	2017-03-07 13:05:51 UTC (rev 213511)
@@ -1,3 +1,20 @@
+2017-03-07  Manuel Rego Casasnovas  <r...@igalia.com>
+
+        [css-grid] Mark a few tests from the W3C suite as pass after r213480
+        https://bugs.webkit.org/show_bug.cgi?id=169270
+
+        Unreviewed test gardening.
+
+        r213480 was porting some Blink patches that makes these tests to pass now.
+        Check the following bugs for more information:
+        - http://webkit.org/b/169197
+        - http://webkit.org/b/169198
+
+        * TestExpectations: Mark grid-minimum-size-grid-items-007.xht and
+        grid-minimum-size-grid-items-009.xht as passing.
+        Keep grid-items-sizing-alignment-001.html as failure but now for a different issue
+        (see http://webkit.org/b/169271).
+
 2017-03-07  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         [GTK] ECDH tests from imported/w3c/web-platform-tests/WebCryptoAPI/generateKey fail.

Modified: trunk/LayoutTests/TestExpectations (213510 => 213511)


--- trunk/LayoutTests/TestExpectations	2017-03-07 12:46:57 UTC (rev 213510)
+++ trunk/LayoutTests/TestExpectations	2017-03-07 13:05:51 UTC (rev 213511)
@@ -277,11 +277,8 @@
 webkit.org/b/169195 imported/w3c/csswg-test/css-grid-1/grid-definition/grid-support-grid-template-columns-rows-001.xht [ Failure ]
 webkit.org/b/169195 imported/w3c/csswg-test/css-grid-1/grid-definition/grid-support-named-grid-lines-001.xht [ Failure ]
 webkit.org/b/169195 imported/w3c/csswg-test/css-grid-1/grid-definition/grid-support-repeat-001.xht [ Failure ]
-webkit.org/b/169198 imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-sizing-alignment-001.html [ ImageOnlyFailure ]
-webkit.org/b/169197 imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-007.xht [ ImageOnlyFailure ]
-webkit.org/b/169197 imported/w3c/csswg-test/css-grid-1/grid-items/grid-minimum-size-grid-items-009.xht [ ImageOnlyFailure ]
+webkit.org/b/169271 imported/w3c/csswg-test/css-grid-1/grid-items/grid-items-sizing-alignment-001.html [ ImageOnlyFailure ]
 
-
 # nth-child tests takes long time and Debug build sometimes timeouts because there are many test cases.
 webkit.org/b/137149 fast/selectors/nth-child-of-basics.html [ Slow ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to