Bug 1456936 - Fix test_analyser skip conditions. r=padenot

--HG--
extra : rebase_source : 0f27a116a2fa78ba6a27e8dd73acf0045b0a04cb
This commit is contained in:
David Major 2018-04-25 14:13:01 -04:00
Родитель 01008a59eb
Коммит f13872a0d3
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -35,16 +35,16 @@ support-files =
../../tests/mochitest/head.js
[test_analyserNode.html]
skip-if = !asan || toolkit != android
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.
[test_analyserScale.html]
skip-if = !asan || toolkit != android
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.
[test_analyserNodeOutput.html]
skip-if = !asan || toolkit != android
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.
[test_analyserNodePassThrough.html]
[test_analyserNodeWithGain.html]
skip-if = !asan || toolkit != android
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.
[test_analyserNodeMinimum.html]
skip-if = !asan || toolkit != android
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.
[test_AudioBuffer.html]
[test_audioBufferSourceNode.html]
[test_audioBufferSourceNodeEnded.html]