animations/animation-direction-normal.html is flaky failing across all platforms tested I did not try to reproduce the failure History: https://results.webkit.org/?suite=layout-tests&test=animations%2Fanimation-direction-normal.html diff: --- /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/animations/animation-direction-normal-expected.txt +++ /Volumes/Data/slave/catalina-debug-tests-wk1/build/layout-test-results/animations/animation-direction-normal-actual.txt @@ -1,4 +1,4 @@ -PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,50,0 +FAIL - "webkitTransform" property for "box" element at 0.5s expected: 1,0,0,1,50,0 but saw: matrix(1, 0, 0, 1, 73.4000015258789, 0) PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,100,0 PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,50,0
<rdar://problem/58841791>
It looks like this test first failed around r251441
This is quite an unusual pattern - this test has periods of 100% reliability, and periods where it fails super frequently.
Created attachment 388927 [details] Update Test Expectations
Created attachment 388930 [details] Update Test Expectations
Comment on attachment 388930 [details] Update Test Expectations Clearing flags on attachment: 388930 Committed r255190: <https://trac.webkit.org/changeset/255190>
Created attachment 393846 [details] Patch
Created attachment 393848 [details] Patch
Comment on attachment 393848 [details] Patch Rejecting attachment 393848 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-03', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 393848, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit Logging in as commit-queue@webkit.org... Fetching: https://bugs.webkit.org/attachment.cgi?id=393848&action=edit Fetching: https://bugs.webkit.org/show_bug.cgi?id=206685&ctype=xml&excludefield=attachmentdata Processing 1 patch from 1 bug. Updating working directory Processing patch 393848 from bug 206685. Fetching: https://bugs.webkit.org/attachment.cgi?id=393848 Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Parsed 5 diffs from patch file(s). patching file LayoutTests/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file LayoutTests/animations/animation-direction-normal-expected.txt patching file LayoutTests/animations/animation-direction-normal.html patching file LayoutTests/platform/ios-wk2/TestExpectations patching file LayoutTests/platform/mac/TestExpectations Hunk #1 FAILED at 1911. 1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/mac/TestExpectations.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Parsed 5 diffs from patch file(s). patching file LayoutTests/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file LayoutTests/animations/animation-direction-normal-expected.txt patching file LayoutTests/animations/animation-direction-normal.html patching file LayoutTests/platform/ios-wk2/TestExpectations patching file LayoutTests/platform/mac/TestExpectations Hunk #1 FAILED at 1911. 1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/mac/TestExpectations.rej Failed to run "[u'/Volumes/Data/EWS/WebKit/Tools/Scripts/svn-apply', '--force', '--reviewer', u'Antti Koivisto']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Updating OpenSource From https://git.webkit.org/git/WebKit 0c3fd4b60bd..2d55aaccfdd master -> origin/master Partial-rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc ... Currently at 258632 = 0c3fd4b60bdae791e930955ebadd94e3f1c0a147 r258633 = 4976356e439e0e454491be6d1518fee37d19bfd3 r258634 = aeb81dbf190cad11b45f2419f12dce5e13b09592 r258635 = a7dd63f3e208ea06c74b45cd941e2e4bcec4c6d1 r258636 = 5470f02f13f0fb30d8213891e61cbdc14b9c3bd1 r258637 = 67ce0a2340c0263e2e11d3149c94fd7d4c3a962a r258638 = 2d55aaccfdd87b7b2adbd9386e82a99eb4c6b66b Done rebuilding .git/svn/refs/remotes/origin/master/.rev_map.268f45cc-cd09-0410-ab3c-d52691b4dbfc First, rewinding head to replay your work on top of it... Fast-forwarded master to refs/remotes/origin/master. Full output: https://webkit-queues.webkit.org/results/13343746
Committed r258639: <https://trac.webkit.org/changeset/258639>