| Index: third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-lock-threading-race.html
|
| diff --git a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-lock-threading-race.html b/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-lock-threading-race.html
|
| deleted file mode 100644
|
| index f55791e852472c3b8507b89f1b0758ab60637bad..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/webaudio/AudioContext/audiocontext-lock-threading-race.html
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -<body>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<script>
|
| -description("TSan shouldn't complain about threading races of AudioContext::lock().");
|
| -var jsTestAsync = true;
|
| -var ac = new window.AudioContext();
|
| -ac.createMediaStreamDestination();
|
| -setTimeout(function() {
|
| - gc();
|
| - finishJSTest();
|
| -}, 200);
|
| -</script>
|
| -</body>
|
|
|