Flaky Test: animations/suspend-resume-animation.html
https://bugs.webkit.org/show_bug.cgi?id=48161
Summary Flaky Test: animations/suspend-resume-animation.html
Julie Parent
Reported 2010-10-22 16:40:32 PDT
Background: This tests that suspendAnimations and resumeAnimations work properly. It starts an animation, suspends it on setTimeout(500), and resumes it on setTimeout(1000). To test that the suspend works, it checks the animation at .6 and .9 seconds, and then again at 1.5 seconds to test that resume worked: // [animation-name, time, element-id, property, expected-value, tolerance] ["rotate", 0.6, "box", "webkitTransform", [1,0,0,1, 200, 0], 30], ["rotate", 0.9, "box", "webkitTransform", [1,0,0,1, 200, 0], 30], ["rotate", 1.5, "box", "webkitTransform", [1,0,0,1, 400, 0], 30], Due to the timeouts involved, this can be flaky (we are seeing it fail about 2% of the time with values of 231 and 431, 1 pixel outside the tolerance). Rather than tweak the tolerances more, I was thinking it might make more sense to re-write the test to more explicitly test that suspend and resume work, rather than relying on the animation values. So, something like: At 0.6 and 0.9, rather than test for being at 200, test that the value is the same at both times (aka, it is definitely suspended), and that the value is > 0 (it did indeed start), and less < the end value (it hasn't ended). At 1.5, rather than test for being at 400, test that the value is greater than it was at 0.6/0.9 (aka, it did resume). Does that sound ok, or would that be losing test coverage?
Attachments
Failure diff from bot (1.08 KB, text/plain)
2010-12-16 11:04 PST, WebKit Commit Bot
no flags
Failure diff from bot (1.08 KB, text/plain)
2010-12-20 11:47 PST, WebKit Commit Bot
no flags
Failure diff from eseidel-cq-sl (664 bytes, text/plain)
2011-01-23 14:27 PST, WebKit Commit Bot
no flags
Failure diff from eseidel-cq-sl (664 bytes, text/plain)
2011-01-24 16:35 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (662 bytes, text/plain)
2011-01-31 19:26 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (1.08 KB, text/plain)
2011-02-05 02:35 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (1.06 KB, text/plain)
2011-02-10 04:46 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-4 (1.08 KB, text/plain)
2011-02-11 05:23 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (1.08 KB, text/plain)
2011-02-13 11:31 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (1.06 KB, text/plain)
2011-02-20 19:56 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-4 (1.06 KB, text/plain)
2011-02-21 21:50 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (1.06 KB, text/plain)
2011-02-22 21:49 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (662 bytes, text/plain)
2011-02-22 21:51 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (1.08 KB, text/plain)
2011-02-23 08:36 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (664 bytes, text/plain)
2011-02-26 06:23 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (664 bytes, text/plain)
2011-03-03 03:20 PST, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (664 bytes, text/plain)
2011-03-14 19:15 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (664 bytes, text/plain)
2011-03-17 16:57 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (678 bytes, text/plain)
2011-03-25 08:08 PDT, WebKit Commit Bot
no flags
Failure diff from eseidel-cq-sf (678 bytes, text/plain)
2011-03-31 09:05 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (679 bytes, text/plain)
2011-04-01 19:34 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (679 bytes, text/plain)
2011-04-06 00:56 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (1.12 KB, text/plain)
2011-04-06 16:02 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-04-07 22:59 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (678 bytes, text/plain)
2011-04-14 18:03 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-04-17 16:20 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (664 bytes, text/plain)
2011-04-18 12:14 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (664 bytes, text/plain)
2011-04-20 18:26 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-04-28 14:11 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (678 bytes, text/plain)
2011-04-28 14:21 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-05-03 13:05 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (664 bytes, text/plain)
2011-05-03 15:20 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-3 (664 bytes, text/plain)
2011-05-19 11:46 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-05-20 06:53 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (679 bytes, text/plain)
2011-05-24 08:11 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-4 (662 bytes, text/plain)
2011-05-24 11:23 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-8 (664 bytes, text/plain)
2011-05-25 14:45 PDT, WebKit Commit Bot
no flags
Failure diff from cr-jail-7 (1.08 KB, text/plain)
2011-05-25 21:27 PDT, WebKit Commit Bot
no flags
Eric Seidel (no email)
Comment 1 2010-12-14 14:11:14 PST
This seems to fail often enough on the commit-queue to not get reported. If a test fails twice in a row, it won't be reported as flaky, as the tree will be assumed to be red instead. :)
Eric Seidel (no email)
Comment 2 2010-12-14 14:11:30 PST
*** Bug 51004 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Comment 3 2010-12-14 14:13:05 PST
Bug 43905 and bug 48451 are also probably dupes of this bug.
Julie Parent
Comment 4 2010-12-14 14:14:44 PST
I have a patch in progress to fix this class of test. I'll try to get it finished up before heading out for the holidays.
WebKit Commit Bot
Comment 5 2010-12-16 11:04:06 PST
The commit-queue just saw animations/suspend-resume-animation.html flake while processing attachment 76747 [details] on bug 51173. Bot: eseidel-cq-sf Port: Mac Platform: Mac OS X 10.6.4
WebKit Commit Bot
Comment 6 2010-12-16 11:04:09 PST
Created attachment 76789 [details] Failure diff from bot
WebKit Commit Bot
Comment 7 2010-12-20 11:47:43 PST
The commit-queue just saw animations/suspend-resume-animation.html flake while processing attachment 77006 [details] on bug 51338. Bot: eseidel-cq-sf Port: Mac Platform: Mac OS X 10.6.4
WebKit Commit Bot
Comment 8 2010-12-20 11:47:47 PST
Created attachment 77019 [details] Failure diff from bot
WebKit Commit Bot
Comment 9 2011-01-23 14:27:22 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 79863 [details] on bug 52968. Bot: eseidel-cq-sl Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 10 2011-01-23 14:27:25 PST
Created attachment 79874 [details] Failure diff from eseidel-cq-sl
WebKit Commit Bot
Comment 11 2011-01-24 16:34:57 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 79401 [details] on bug 52704. Bot: eseidel-cq-sl Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 12 2011-01-24 16:35:00 PST
Created attachment 79988 [details] Failure diff from eseidel-cq-sl
WebKit Commit Bot
Comment 13 2011-01-31 19:26:19 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 80460 [details] on bug 53308. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 14 2011-01-31 19:26:22 PST
Created attachment 80707 [details] Failure diff from cr-jail-8
Chris Marrin
Comment 15 2011-02-01 15:10:56 PST
(In reply to comment #0) > Background: > > This tests that suspendAnimations and resumeAnimations work properly. > > It starts an animation, suspends it on setTimeout(500), and resumes it on setTimeout(1000). To test that the suspend works, it checks the animation at .6 and .9 seconds, and then again at 1.5 seconds to test that resume worked: > // [animation-name, time, element-id, property, expected-value, tolerance] > ["rotate", 0.6, "box", "webkitTransform", [1,0,0,1, 200, 0], 30], > ["rotate", 0.9, "box", "webkitTransform", [1,0,0,1, 200, 0], 30], > ["rotate", 1.5, "box", "webkitTransform", [1,0,0,1, 400, 0], 30], > > Due to the timeouts involved, this can be flaky (we are seeing it fail about 2% of the time with values of 231 and 431, 1 pixel outside the tolerance). > > Rather than tweak the tolerances more, I was thinking it might make more sense to re-write the test to more explicitly test that suspend and resume work, rather than relying on the animation values. So, something like: > At 0.6 and 0.9, rather than test for being at 200, test that the value is the same at both times (aka, it is definitely suspended), and that the value is > 0 (it did indeed start), and less < the end value (it hasn't ended). > At 1.5, rather than test for being at 400, test that the value is greater than it was at 0.6/0.9 (aka, it did resume). > > Does that sound ok, or would that be losing test coverage? I generally like the concept of your idea, but I think we really need to do some range testing. Otherwise if the animation is just not working at all it would pass. So maybe your idea of repeatability coupled with a more lenient range test would give us good coverage?
WebKit Commit Bot
Comment 16 2011-02-05 02:35:40 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 81298 [details] on bug 53815. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 17 2011-02-05 02:35:44 PST
Created attachment 81351 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 18 2011-02-10 04:46:28 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 81928 [details] on bug 54169. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 19 2011-02-10 04:46:32 PST
Created attachment 81952 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 20 2011-02-11 05:23:54 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 82117 [details] on bug 54280. Bot: cr-jail-4 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 21 2011-02-11 05:23:57 PST
Created attachment 82124 [details] Failure diff from cr-jail-4
WebKit Commit Bot
Comment 22 2011-02-13 11:31:45 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 82257 [details] on bug 54351. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 23 2011-02-13 11:31:49 PST
Created attachment 82270 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 24 2011-02-20 19:56:33 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83118 [details] on bug 54842. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 25 2011-02-20 19:56:37 PST
Created attachment 83120 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 26 2011-02-21 21:50:13 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83242 [details] on bug 54909. Bot: cr-jail-4 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 27 2011-02-21 21:50:16 PST
Created attachment 83268 [details] Failure diff from cr-jail-4
WebKit Commit Bot
Comment 28 2011-02-22 21:49:38 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83236 [details] on bug 54910. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 29 2011-02-22 21:49:44 PST
Created attachment 83442 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 30 2011-02-22 21:51:21 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83303 [details] on bug 54873. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 31 2011-02-22 21:51:25 PST
Created attachment 83443 [details] Failure diff from cr-jail-8
Eric Seidel (no email)
Comment 32 2011-02-22 21:53:06 PST
https://bug-48161-attachments.webkit.org/attachment.cgi?id=83442 makes it look like there may be another race going on.
WebKit Commit Bot
Comment 33 2011-02-23 08:36:35 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83482 [details] on bug 54953. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 34 2011-02-23 08:36:38 PST
Created attachment 83485 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 35 2011-02-26 06:23:28 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83875 [details] on bug 54489. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 36 2011-02-26 06:23:32 PST
Created attachment 83936 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 37 2011-03-03 03:19:58 PST
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 84492 [details] on bug 55632. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 38 2011-03-03 03:20:02 PST
Created attachment 84541 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 39 2011-03-14 19:15:29 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 85538 [details] on bug 56052. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 40 2011-03-14 19:15:33 PDT
Created attachment 85759 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 41 2011-03-17 16:57:54 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 86081 [details] on bug 56580. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 42 2011-03-17 16:57:58 PDT
Created attachment 86117 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 43 2011-03-25 08:08:36 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 86919 [details] on bug 56263. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 44 2011-03-25 08:08:39 PDT
Created attachment 86944 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 45 2011-03-31 09:05:00 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 87724 [details] on bug 40239. Bot: eseidel-cq-sf Port: Mac Platform: Mac OS X 10.6.4
WebKit Commit Bot
Comment 46 2011-03-31 09:05:03 PDT
Created attachment 87738 [details] Failure diff from eseidel-cq-sf
WebKit Commit Bot
Comment 47 2011-04-01 19:34:11 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 87925 [details] on bug 57666. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 48 2011-04-01 19:34:14 PDT
Created attachment 87958 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 49 2011-04-06 00:56:43 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 88247 [details] on bug 40261. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 50 2011-04-06 00:56:46 PDT
Created attachment 88381 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 51 2011-04-06 16:02:43 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 88510 [details] on bug 57877. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 52 2011-04-06 16:02:50 PDT
Created attachment 88538 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 53 2011-04-07 22:59:09 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 88734 [details] on bug 58098. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 54 2011-04-07 22:59:12 PDT
Created attachment 88771 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 55 2011-04-14 18:03:26 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 89475 [details] on bug 58073. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 56 2011-04-14 18:03:29 PDT
Created attachment 89708 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 57 2011-04-17 16:20:04 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 83366 [details] on bug 54833. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 58 2011-04-17 16:20:07 PDT
Created attachment 89969 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 59 2011-04-18 12:14:39 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 89899 [details] on bug 58719. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 60 2011-04-18 12:14:43 PDT
Created attachment 90066 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 61 2011-04-20 18:26:20 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 90452 [details] on bug 59032. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 62 2011-04-20 18:26:23 PDT
Created attachment 90466 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 63 2011-04-28 14:11:03 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 91529 [details] on bug 58365. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 64 2011-04-28 14:11:06 PDT
Created attachment 91552 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 65 2011-04-28 14:21:49 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 91529 [details] on bug 58365. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.6
WebKit Commit Bot
Comment 66 2011-04-28 14:21:55 PDT
Created attachment 91554 [details] Failure diff from cr-jail-3
Eric Seidel (no email)
Comment 67 2011-04-28 14:29:07 PDT
This test appears to be super-flaky. Can we do something about it? Or should I just skip it?
WebKit Commit Bot
Comment 68 2011-05-03 13:05:22 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 91983 [details] on bug 58703. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 69 2011-05-03 13:05:26 PDT
Created attachment 92111 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 70 2011-05-03 15:20:30 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 92074 [details] on bug 60024. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 71 2011-05-03 15:20:35 PDT
Created attachment 92146 [details] Failure diff from cr-jail-7
WebKit Commit Bot
Comment 72 2011-05-19 11:46:29 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94042 [details] on bug 61089. Bot: cr-jail-3 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 73 2011-05-19 11:46:32 PDT
Created attachment 94095 [details] Failure diff from cr-jail-3
WebKit Commit Bot
Comment 74 2011-05-20 06:53:51 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94069 [details] on bug 59345. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 75 2011-05-20 06:53:55 PDT
Created attachment 94213 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 76 2011-05-24 08:11:01 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94583 [details] on bug 60827. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 77 2011-05-24 08:11:05 PDT
Created attachment 94612 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 78 2011-05-24 11:22:58 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94617 [details] on bug 61284. Bot: cr-jail-4 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 79 2011-05-24 11:23:01 PDT
Created attachment 94646 [details] Failure diff from cr-jail-4
WebKit Commit Bot
Comment 80 2011-05-25 14:45:45 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94806 [details] on bug 61336. Bot: cr-jail-8 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 81 2011-05-25 14:45:49 PDT
Created attachment 94865 [details] Failure diff from cr-jail-8
WebKit Commit Bot
Comment 82 2011-05-25 21:27:06 PDT
The commit-queue just saw animations/suspend-resume-animation.html flake (Text diff mismatch) while processing attachment 94319 [details] on bug 31721. Bot: cr-jail-7 Port: Mac Platform: Mac OS X 10.6.7
WebKit Commit Bot
Comment 83 2011-05-25 21:27:10 PDT
Created attachment 94914 [details] Failure diff from cr-jail-7
Note You need to log in before you can comment on or make changes to this bug.