Title: [281131] trunk/LayoutTests
Revision
281131
Author
[email protected]
Date
2021-08-16 23:59:30 -0700 (Mon, 16 Aug 2021)

Log Message

[GLIB] Unreviewed test gardening. Update baselines after r277970.

This change removes the remaining test failures filed under webkit.org/b/186638.

* platform/glib/TestExpectations:
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt:
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt.
* platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt:

Modified Paths

Added Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (281130 => 281131)


--- trunk/LayoutTests/ChangeLog	2021-08-17 06:50:16 UTC (rev 281130)
+++ trunk/LayoutTests/ChangeLog	2021-08-17 06:59:30 UTC (rev 281131)
@@ -1,5 +1,16 @@
 2021-08-16  Diego Pino Garcia  <[email protected]>
 
+        [GLIB] Unreviewed test gardening. Update baselines after r277970.
+
+        This change removes the remaining test failures filed under webkit.org/b/186638.
+
+        * platform/glib/TestExpectations:
+        * platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt:
+        * platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt: Renamed from LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt.
+        * platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt:
+
+2021-08-16  Diego Pino Garcia  <[email protected]>
+
         [GLIB][GTK] Unreviewed test gardening. Reassign bugs filed under webkit.org/b/186638.
 
         webkit.org/b/186638 was used to track tests failing in EWS-GTK, but

Modified: trunk/LayoutTests/platform/glib/TestExpectations (281130 => 281131)


--- trunk/LayoutTests/platform/glib/TestExpectations	2021-08-17 06:50:16 UTC (rev 281130)
+++ trunk/LayoutTests/platform/glib/TestExpectations	2021-08-17 06:59:30 UTC (rev 281131)
@@ -1209,9 +1209,6 @@
 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.html [ DumpJSConsoleLogInStdErr ]
 imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.html [ Failure Pass ]
 
-webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining.html [ Failure Pass ]
-webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001.html [ Failure Pass ]
-webkit.org/b/186638 imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002.html [ Failure Pass ]
 webkit.org/b/150806 imported/w3c/web-platform-tests/xhr/send-timeout-events.htm [ Failure Pass ]
 
 webkit.org/b/202736 http/tests/appcache/remove-cache.html [ DumpJSConsoleLogInStdErr ]

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt (281130 => 281131)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt	2021-08-17 06:50:16 UTC (rev 281130)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt	2021-08-17 06:59:30 UTC (rev 281131)
@@ -1,8 +1,8 @@
 
 PASS Spacing around ≠
-PASS Spacing around =⃒
-FAIL Spacing around |̸ assert_approx_equals: expected 21.09375 +/- 1 but got 37.75
-FAIL Spacing around |⃒ assert_approx_equals: expected 21.09375 +/- 1 but got 40.75
+FAIL Spacing around =⃒ assert_approx_equals: expected 77.75 +/- 1 but got 56.75
+FAIL Spacing around |̸ assert_approx_equals: expected 61.09375 +/- 1 but got 44.75
+FAIL Spacing around |⃒ assert_approx_equals: expected 61.09375 +/- 1 but got 40.75
  
 =
  

Copied: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt (from rev 281130, trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt) (0 => 281131)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	2021-08-17 06:59:30 UTC (rev 281131)
@@ -0,0 +1,11 @@
+
+PASS Operator dictionary chunk 1 - stretchy
+FAIL Operator dictionary chunk 2 - stretchy assert_approx_equals: Stretchy property for ⌢ postfix should be 'true' expected 100 +/- 1 but got 51
+PASS Operator dictionary chunk 3 - stretchy
+PASS Operator dictionary chunk 4 - stretchy
+PASS Operator dictionary chunk 5 - stretchy
+stretchy for "⌢" (postfix):
+⌢
+ VS
+⌢
+

Modified: trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt (281130 => 281131)


--- trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt	2021-08-17 06:50:16 UTC (rev 281130)
+++ trunk/LayoutTests/platform/glib/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt	2021-08-17 06:59:30 UTC (rev 281131)
@@ -1,9 +1,9 @@
 
 PASS Operator dictionary chunk 1 - stretchy
-FAIL Operator dictionary chunk 2 - stretchy assert_approx_equals: Stretchy property for ⌣ postfix should be 'true' expected 0 +/- 1 but got 18
+FAIL Operator dictionary chunk 2 - stretchy assert_approx_equals: Stretchy property for ⌣ postfix should be 'true' expected 100 +/- 1 but got 51
 PASS Operator dictionary chunk 3 - stretchy
 PASS Operator dictionary chunk 4 - stretchy
-FAIL Operator dictionary chunk 5 - stretchy assert_approx_equals: Stretchy property for 𞻰 postfix should be 'true' expected 27.75 +/- 1 but got 66.75
+FAIL Operator dictionary chunk 5 - stretchy assert_approx_equals: Stretchy property for 𞻰 postfix should be 'true' expected 127.75 +/- 1 but got 77.75
 stretchy for "⌣" (postfix):
  VS

Deleted: trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt (281130 => 281131)


--- trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	2021-08-17 06:50:16 UTC (rev 281130)
+++ trunk/LayoutTests/platform/gtk/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	2021-08-17 06:59:30 UTC (rev 281131)
@@ -1,11 +0,0 @@
-
-PASS Operator dictionary chunk 1 - stretchy
-FAIL Operator dictionary chunk 2 - stretchy assert_approx_equals: Stretchy property for ⌢ postfix should be 'true' expected 0 +/- 1 but got 18
-PASS Operator dictionary chunk 3 - stretchy
-PASS Operator dictionary chunk 4 - stretchy
-PASS Operator dictionary chunk 5 - stretchy
-stretchy for "⌢" (postfix):
-⌢
- VS
-⌢
-
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to