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 BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, fred.wang
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2016-12-05 11:40:24 PST
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
Comment 1 Ryan Haddad 2016-12-05 11:40:40 PST
--- /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
Comment 2 Ryan Haddad 2016-12-05 11:41:40 PST
I have not yet tried reproducing this locally.
Comment 3 Ryan Haddad 2016-12-07 16:18:11 PST
Marked test as flaky on El Capitan Release WK2 in http://trac.webkit.org/projects/webkit/changeset/209493
Comment 4 Frédéric Wang (:fredw) 2017-11-14 02:16:13 PST
Probably due to bug 174030. See also bug 179110
Comment 5 Frédéric Wang (:fredw) 2018-03-14 07:29:17 PDT
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 ***