Bug 165392
Summary: | LayoutTest imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-1.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bfulgham, fred.wang |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Haddad
LayoutTest imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-1.html is a flaky failure
This test is a flaky failure on El Capitan Release WK2
https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/11493
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fmathml-in-html5%2Fmathml%2Fpresentation-markup%2Ffractions%2Ffrac-parameters-1.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
--- /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-1-expected.txt
+++ /Volumes/Data/slave/elcapitan-release-tests-wk2/build/layout-test-results/imported/mathml-in-html5/mathml/presentation-markup/fractions/frac-parameters-1-actual.txt
@@ -1,12 +1,12 @@
-PASS AxisHeight
-PASS DenominatorDisplayStyleGapMin
-PASS DenominatorDisplayStyleShiftDown
-PASS DenominatorGapMin
-PASS DenominatorShiftDown
-PASS NumeratorDisplayStyleGapMin
-PASS NumeratorDisplayStyleShiftDown
-PASS NumeratorGapMin
-PASS NumeratorShiftDown
-PASS FractionRuleThickness
+FAIL AxisHeight assert_approx_equals: mfrac: axis height expected 75 +/- 1 but got 3
+FAIL DenominatorDisplayStyleGapMin assert_approx_equals: mfrac: denominator gap expected 50 +/- 1 but got -5.5
+FAIL DenominatorDisplayStyleShiftDown assert_approx_equals: mfrac: denominator shift expected 60 +/- 1 but got -0.5
+FAIL DenominatorGapMin assert_approx_equals: mfrac: denominator gap expected 40 +/- 1 but got -6.5
+FAIL DenominatorShiftDown assert_approx_equals: mfrac: denominator shift expected 30 +/- 1 but got -1.5
+FAIL NumeratorDisplayStyleGapMin assert_approx_equals: mfrac: numerator gap expected 80 +/- 1 but got -1
+FAIL NumeratorDisplayStyleShiftDown assert_approx_equals: mfrac: numerator shift expected 20 +/- 1 but got 4
+FAIL NumeratorGapMin assert_approx_equals: mfrac: numerator gap expected 90 +/- 1 but got -2
+FAIL NumeratorShiftDown assert_approx_equals: mfrac: numerator shift expected 110 +/- 1 but got 3
+FAIL FractionRuleThickness assert_approx_equals: mfrac: rule thickness expected 100 +/- 1 but got 1.5
Ryan Haddad
I have not yet tried reproducing this locally.
Ryan Haddad
Marked test as flaky on El Capitan Release WK2 in http://trac.webkit.org/projects/webkit/changeset/209493
Frédéric Wang (:fredw)
Probably due to bug 174030. See also bug 179110
Frédéric Wang (:fredw)
I intend to enable a slightly different version of that test in bug 183628, that hopefully will allow to workaround bug 174030. Marking this as a duplicate.
*** This bug has been marked as a duplicate of bug 183628 ***