--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+...@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CAATLsPbhQC%3DgLjdHa4cJ2t_WH9miL4ERVEq30xow2ZaVqUSOOQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CALhVsw34wQrF%2BY8SsxiA2DX-yp1Rm-ZQzqtG0VOXMaLUp5nt2g%40mail.gmail.com.
win_blink_rel is indeed known to be very flaky. enne@ landed some changes at the end of the week last week that I'm hoping fix the worst of the problems, but I haven't looked at recent builds to see if things are better.Unfortunately the intersection of {blink developers} and {people who regularly develop on windows} is nearly zero, and the non-zero few are usually quite busy, so there are very few people regularly feeling this pain *and* able and motivated to fix it.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CAEoffTCvF25pwqoLbihKVX%3Doy8LyzWeQf2r8yKMgSRqP_hfXCg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+...@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CAPSmAATLMunerXT%2BBTZHau4QV%3DAPZRK81FHS9Dkf-NSZtf%3DCng%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "infra-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to infra-dev+...@chromium.org.
To post to this group, send email to infr...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CADu_oUAh9PgfwTmy6VVjMPYS_HDzpCJX9%2BMztw6VkNbEO70_Jw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CALhVsw2Fi01jaY87sGgWV%2BuZy_x6OQhMpp6KUi5uMg9EDKg8sg%40mail.gmail.com.
| 18 | 18 | 0 | 0 | 0 |
| http/tests/misc/dns-prefetch-control.html | 18 | 0 | 18 | 0 | 0 |
| http/tests/w3c/webperf/approved/UserTiming/test_user_timing_measure.htm |
| 18 | 18 | 0 | 0 | 0 |
| 15 | 0 | 0 | 15 | 0 |
| 14 | 0 | 0 | 14 | 0 |
| 11 | 0 | 0 | 11 | 0 |
| 8 | 0 | 0 | 8 | 0 |
| inspector/editor/text-editor-word-jumps.html | 8 | 0 | 8 | 0 | 0 |
| fast/mediastream/RTCPeerConnection-statsSelector.html | 8 | 8 | 0 | 0 | 0 |
| http/tests/inspector/elements/styles/stylesheet-tracking.html |
| 8 | 0 | 0 | 8 | 0 |
| http/tests/security/script-with-failed-cors-check-fails-to-load.html | 8 | 0 | 8 | 0 | 0 |
| inspector-protocol/cpu-profiler/console-profile.html |
| 8 | 0 | 0 | 8 | 0 |
| 8 | 0 | 0 | 8 | 0 |
| imported/web-platform-tests/custom-elements/creating-and-passing-registries/share-registry-import-document.html | 7 | 0 | 7 | 0 | 0 |
| media/media-fragments/TC0006.html |
| 7 | 7 | 0 | 0 | 0 |
| 7 | 7 | 0 | 0 | 0 |
| 7 | 7 | 0 | 0 | 0 |
| inspector/tracing/timeline-bound-function.html | 7 | 0 | 7 | 0 | 0 |
| http/tests/inspector/resource-har-conversion.html | 7 | 0 | 7 | 0 | 0 |
| fast/mediastream/RTCPeerConnection-stats.html |
| 7 | 7 | 0 | 0 | 0 |
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/infra-dev/CAD74ZUBp%3DPvzqKnL46dg%2BAX89tddHWvEJNPW%3DtV6APZwd0e2wg%40mail.gmail.com.
I created a small page which fetches stdout from try bot runs and shows the list of flaky and failing tests.
https://x20web.corp.google.com/~loislo/try_bot_flakiness.htmlI think it needs to be converted/replaced with flakiness dashboard because it is impossible to detect the type of failure from the webkit_test step stdout and it takes too much time to get the data from the full stdout. But try bots don't publish the results to test-results server at the moment.
It seems that about a half of the flaky tests on windows are from inspector/tracing/ tests.I've marked them as flaky and found && fixed one of the reason of the flakiness.
BTW: It is interesting that some tests always fail/crash/timeout in the batch and always pass on retry. So they look almost always green in test-results server.