commit | 6eb8350b9a05a09b216f684155b7423bd4716084 | [log] [tgz] |
---|---|---|
author | kelvinp <[email protected]> | Wed Apr 05 22:45:33 2017 |
committer | Commit bot <[email protected]> | Wed Apr 05 22:45:33 2017 |
tree | 7312ea6843a7a662ca6de7149f7df14847ca7438 | |
parent | 447b5dbea84cb162ef36fb90d2e794ac696378fa [diff] |
Disable DumpAccessibilityTreeTest.AccessibilityAomChecked on TSAN Failures: https://build.chromium.org/p/chromium.memory/builders/Linux%20TSan%20Tests/builds/3704 Root cause: https://codereview.chromium.org/2787843003 RunAomTest() try to override the global feature list after the browser test is setup, causing a race condition with a read from the network thread. BUG=708759 TBR=dmazzoni Review-Url: https://codereview.chromium.org/2797363002 Cr-Commit-Position: refs/heads/master@{#462252}