Update TestExpectation to suppress flakiness
As found while investigating crbug.com/503445, crash by assertion hit may induce other innocent tests to crash (to be precise, look like a crash) when an used object is collected by the garbage collector and hit an assertion. I've run independent tests repeatedly to identify which tests causes similar failures and assigned bug for each. They crash anyway, so they must be fixed, but to prevent other innocent tests from crashing, mark them as "Skip" rather than "Crash". BUG=503445, 505364, 520616, 521907, 521913, 521914, 521918, 521929, 521936, 521937, 521941 Review URL: https://codereview.chromium.org/1298893002 git-svn-id: svn://svn.chromium.org/blink/trunk@200775 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment