Bug 122636 - Layout Test fast/css/font-face-download-error.html is flaky
Summary: Layout Test fast/css/font-face-download-error.html is flaky
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-10 21:20 PDT by Alexey Proskuryakov
Modified: 2013-10-10 23:15 PDT (History)
1 user (show)

See Also:


Attachments
untested fix (3.63 KB, patch)
2013-10-10 21:25 PDT, Alexey Proskuryakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2013-10-10 21:20:20 PDT
The following layout test is flaky on Mac WK1:

fast/css/font-face-download-error.html

--- /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/fast/css/font-face-download-error-expected.txt
+++ /Volumes/Data/slave/mountainlion-release-tests-wk1/build/layout-test-results/fast/css/font-face-download-error-actual.txt
@@ -29,8 +29,8 @@
 PASS document.getElementById('test_0_1').offsetWidth is document.getElementById('ref_0_1').offsetWidth
 PASS document.getElementById('test_1_0').offsetWidth is document.getElementById('ref_1_0').offsetWidth
 PASS document.getElementById('test_1_1').offsetWidth is document.getElementById('ref_1_1').offsetWidth
-PASS document.getElementById('test_2_0').offsetWidth is document.getElementById('ref_2_0').offsetWidth
+FAIL document.getElementById('test_2_0').offsetWidth should be 162. Was 102.
 PASS document.getElementById('test_2_1').offsetWidth is document.getElementById('ref_2_1').offsetWidth
-PASS document.getElementById('test_3_0').offsetWidth is document.getElementById('ref_3_0').offsetWidth
+FAIL document.getElementById('test_3_0').offsetWidth should be 42. Was 102.
 PASS document.getElementById('test_3_1').offsetWidth is document.getElementById('ref_3_1').offsetWidth
Comment 1 Alexey Proskuryakov 2013-10-10 21:25:10 PDT
Created attachment 213964 [details]
untested fix

I don't have a build on this machine, so it's likely that new test results are not quite correct.
Comment 2 WebKit Commit Bot 2013-10-10 23:15:40 PDT
Comment on attachment 213964 [details]
untested fix

Clearing flags on attachment: 213964

Committed r157291: <http://trac.webkit.org/changeset/157291>
Comment 3 WebKit Commit Bot 2013-10-10 23:15:42 PDT
All reviewed patches have been landed.  Closing bug.