Title: [279511] trunk/LayoutTests
Revision
279511
Author
tsav...@apple.com
Date
2021-07-02 13:22:50 -0700 (Fri, 02 Jul 2021)

Log Message

Unreviewed, reverting r279485.

Broke expectations for 7 mathML test on Big Sur wk1

Reverted changeset:

"Move some Mac MathML test expectation files around"
https://bugs.webkit.org/show_bug.cgi?id=227520
https://commits.webkit.org/r279485

Modified Paths

Added Paths

Removed Paths

  • trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/presentation-markup/
  • trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/

Diff

Modified: trunk/LayoutTests/ChangeLog (279510 => 279511)


--- trunk/LayoutTests/ChangeLog	2021-07-02 19:19:47 UTC (rev 279510)
+++ trunk/LayoutTests/ChangeLog	2021-07-02 20:22:50 UTC (rev 279511)
@@ -1,3 +1,15 @@
+2021-07-02  Truitt Savell  <tsav...@apple.com>
+
+        Unreviewed, reverting r279485.
+
+        Broke expectations for 7 mathML test on Big Sur wk1
+
+        Reverted changeset:
+
+        "Move some Mac MathML test expectation files around"
+        https://bugs.webkit.org/show_bug.cgi?id=227520
+        https://commits.webkit.org/r279485
+
 2021-07-02  Eric Hutchison  <ehutchi...@apple.com>
 
         [ BigSur Release Arm64 ] imported/w3c/web-platform-tests/resource-timing/resource_timing.worker.html is a flakey text failure

Modified: trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt (279510 => 279511)


--- trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt	2021-07-02 19:19:47 UTC (rev 279510)
+++ trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -3,8 +3,8 @@
 PASS Border properties on maction (rtl)
 FAIL Border properties on menclose assert_approx_equals: bottom border expected 60 +/- 1 but got -4.171875
 FAIL Border properties on menclose (rtl) assert_approx_equals: bottom border expected 60 +/- 1 but got -4.171875
-FAIL Border properties on merror assert_approx_equals: element width expected 70 +/- 1 but got 72
-FAIL Border properties on merror (rtl) assert_approx_equals: element width expected 70 +/- 1 but got 72
+PASS Border properties on merror
+PASS Border properties on merror (rtl)
 FAIL Border properties on mfrac assert_approx_equals: left border expected 30 +/- 1 but got 0
 FAIL Border properties on mfrac (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
 PASS Border properties on mi

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/mo-minsize-maxsize-001-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,13 @@
+
+FAIL minsize < 0 is treated as 0 assert_approx_equals: expected 125 +/- 1 but got 25
+PASS maxsize < minsize is treated as maxsize = minsize
+PASS minsize < maxsize < 0 is treated as maxsize = minsize = 0
+FAIL target size = 0 is treated as Tascent = Tdescent = minsize/2 assert_approx_equals: expected 100 +/- 1 but got 50
+⥯
+
+⥯
+
+⥯
+
+⥯
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-combining-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,29 @@
+
+FAIL Spacing around ≠ assert_approx_equals: expected 77.75 +/- 1 but got 55.203125
+FAIL Spacing around =⃒ assert_approx_equals: expected 77.75 +/- 1 but got 53.90625
+FAIL Spacing around |̸ assert_approx_equals: expected 61.09375 +/- 1 but got 48.140625
+FAIL Spacing around |⃒ assert_approx_equals: expected 61.09375 +/- 1 but got 41.859375
+ 
+=
+ 
+
+ 
+≠
+ 
+
+ 
+=⃒
+ 
+
+ 
+|
+ 
+
+ 
+|̸
+ 
+
+ 
+|⃒
+ 
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-001-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -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
+⌢
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-stretchy-002-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,16 @@
+
+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
+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
+⌣
+stretchy for "𞻰" (postfix):
+  
+𞻰
+ VS
+  
+𞻰

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-001-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,11 @@
+
+FAIL Operator dictionary chunk 1 - symmetric assert_approx_equals: Symmetric property for ‖ prefix should be 'true' expected 150 +/- 1 but got 100
+PASS Operator dictionary chunk 2 - symmetric
+PASS Operator dictionary chunk 3 - symmetric
+PASS Operator dictionary chunk 4 - symmetric
+PASS Operator dictionary chunk 5 - symmetric
+symmetric for "‖" (prefix):
+‖
+ VS
+‖
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-005-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,11 @@
+
+PASS Operator dictionary chunk 1 - symmetric
+PASS Operator dictionary chunk 2 - symmetric
+FAIL Operator dictionary chunk 3 - symmetric assert_approx_equals: Symmetric property for ⦀ postfix should be 'true' expected 150 +/- 1 but got 100
+PASS Operator dictionary chunk 4 - symmetric
+PASS Operator dictionary chunk 5 - symmetric
+symmetric for "⦀" (postfix):
+⦀
+ VS
+⦀
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac-mojave-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/presentation-markup/operators/operator-dictionary-symmetric-006-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,15 @@
+
+FAIL Operator dictionary chunk 1 - symmetric assert_approx_equals: Symmetric property for ‖ postfix should be 'true' expected 150 +/- 1 but got 100
+PASS Operator dictionary chunk 2 - symmetric
+FAIL Operator dictionary chunk 3 - symmetric assert_approx_equals: Symmetric property for ⦀ prefix should be 'true' expected 150 +/- 1 but got 100
+PASS Operator dictionary chunk 4 - symmetric
+PASS Operator dictionary chunk 5 - symmetric
+symmetric for "‖" (postfix):
+‖
+ VS
+‖
+symmetric for "⦀" (prefix):
+⦀
+ VS
+⦀
+

Copied: trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt (from rev 279510, trunk/LayoutTests/platform/mac/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt) (0 => 279511)


--- trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-bigsur-wk1/imported/w3c/web-platform-tests/mathml/relations/css-styling/padding-border-margin/border-002-expected.txt	2021-07-02 20:22:50 UTC (rev 279511)
@@ -0,0 +1,51 @@
+
+PASS Border properties on maction
+PASS Border properties on maction (rtl)
+FAIL Border properties on menclose assert_approx_equals: bottom border expected 60 +/- 1 but got -4.171875
+FAIL Border properties on menclose (rtl) assert_approx_equals: bottom border expected 60 +/- 1 but got -4.171875
+FAIL Border properties on merror assert_approx_equals: element width expected 70 +/- 1 but got 72
+FAIL Border properties on merror (rtl) assert_approx_equals: element width expected 70 +/- 1 but got 72
+FAIL Border properties on mfrac assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on mfrac (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+PASS Border properties on mi
+PASS Border properties on mi (rtl)
+FAIL Border properties on mmultiscripts assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on mmultiscripts (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+PASS Border properties on mn
+PASS Border properties on mn (rtl)
+PASS Border properties on mo
+PASS Border properties on mo (rtl)
+FAIL Border properties on mover assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on mover (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on mpadded assert_approx_equals: bottom border expected 60 +/- 1 but got -0.203125
+FAIL Border properties on mpadded (rtl) assert_approx_equals: bottom border expected 60 +/- 1 but got -0.203125
+PASS Border properties on mphantom
+PASS Border properties on mphantom (rtl)
+FAIL Border properties on mroot assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on mroot (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+PASS Border properties on mrow
+PASS Border properties on mrow (rtl)
+PASS Border properties on ms
+PASS Border properties on ms (rtl)
+FAIL Border properties on mspace assert_approx_equals: left/right border expected 70 +/- 1 but got 0
+FAIL Border properties on msqrt assert_approx_equals: bottom border expected 60 +/- 1 but got -10.703125
+FAIL Border properties on msqrt (rtl) assert_approx_equals: bottom border expected 60 +/- 1 but got -10.703125
+PASS Border properties on mstyle
+PASS Border properties on mstyle (rtl)
+FAIL Border properties on msub assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on msub (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on msubsup assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on msubsup (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on msup assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on msup (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+PASS Border properties on mtable
+PASS Border properties on mtable (rtl)
+PASS Border properties on mtext
+PASS Border properties on mtext (rtl)
+FAIL Border properties on munder assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on munder (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on munderover assert_approx_equals: left border expected 30 +/- 1 but got 0
+FAIL Border properties on munderover (rtl) assert_approx_equals: left border expected 30 +/- 1 but got 0
+PASS Border properties on semantics
+PASS Border properties on semantics (rtl)
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to