Commit d5efb3fb authored by Kenneth Russell's avatar Kenneth Russell

Add link to Blink MemoryCoordinator bug to flakiness examples.

This was a difficult bug to track down and is worth mentioning as a
reason to prioritize stamping out flakiness on the waterfall.

Bug: 840988
Change-Id: If2c56a80b02178ddc28efd44d73ec440a2aa2e0c
Tbr: rjkroege@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1054585Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#557758}
parent 190ebb8f
...@@ -561,6 +561,9 @@ Here are some examples: ...@@ -561,6 +561,9 @@ Here are some examples:
exposed a real correctness bug ([Issue 606112](http://crbug.com/606112)). exposed a real correctness bug ([Issue 606112](http://crbug.com/606112)).
* A bug in glibc's `sem_post`/`sem_wait` primitives breaking V8's parallel * A bug in glibc's `sem_post`/`sem_wait` primitives breaking V8's parallel
garbage collection ([Issue 609249](http://crbug.com/609249)). garbage collection ([Issue 609249](http://crbug.com/609249)).
* A change to Blink's memory purging primitive which caused intermittent
timeouts of WebGL conformance tests on all platforms ([Issue
840988](http://crbug.com/840988)).
If you notice flaky test failures either on the GPU waterfalls or try servers, If you notice flaky test failures either on the GPU waterfalls or try servers,
please file bugs right away with the component Internals>GPU>Testing and please file bugs right away with the component Internals>GPU>Testing and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment