Commit 55f560f4 authored by Raymond Toy's avatar Raymond Toy Committed by Commit Bot

Move merger/splitter tests to WPT

Move the ChannelMerger and ChannelSplitter tests to WPT.
ChannelSplitteraudiochannelsplitter.html removed from SmokeTests.

Note that ChannelMerger/audiochannelmerger-cycle.html isn't moved.
Firefox currently fails this test, but I think Firefox is correct and
Chrome is wrong.  We'll move this test later.

Bug: 745778
Change-Id: I981a773a9c654f26d15e80eb5ec699b0eca0c8d7
Reviewed-on: https://chromium-review.googlesource.com/949053Reviewed-by: default avatarHongchan Choi <hongchan@chromium.org>
Reviewed-by: default avatarRobert Ma <robertma@chromium.org>
Commit-Queue: Raymond Toy <rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541508}
parent 0cd016da
......@@ -320,6 +320,7 @@ external/wpt/web-animations/timing-model/animations/set-the-animation-start-time
external/wpt/web-animations/timing-model/time-transformations/transformed-progress.html
external/wpt/webaudio/the-audio-api/the-audioworklet-interface/baseaudiocontext-audioworklet.https.html
external/wpt/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-onended.html
external/wpt/webaudio/the-audio-api/the-channelsplitternode-interface/audiochannelsplitter.html
external/wpt/webaudio/the-audio-api/the-delaynode-interface/delaynode-scheduling.html
external/wpt/webaudio/the-audio-api/the-iirfilternode-interface/iirfilter-getFrequencyResponse.html
external/wpt/webaudio/the-audio-api/the-pannernode-interface/distance-linear.html
......@@ -999,7 +1000,6 @@ webaudio/AudioBufferSource/audiobuffersource-ended.html
webaudio/AudioBufferSource/audiobuffersource-playbackrate-zero.html
webaudio/AudioNode/channel-mode-interp-basic.html
webaudio/AudioParam/audioparam-setValueCurve-duration.html
webaudio/ChannelSplitter/audiochannelsplitter.html
webaudio/codec-tests/flac/flac-decode.html
webaudio/codec-tests/vorbis/vbr-128kbps-44khz.html
webaudio/codec-tests/vorbis/vbr-70kbps-44khz.html
......
......@@ -4,10 +4,10 @@
<title>
audiochannelmerger-basic.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<script id="layout-test-code">
......
......@@ -4,10 +4,10 @@
<title>
audiochannelmerger-disconnect.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<script id="layout-test-code">
......
......@@ -4,11 +4,11 @@
<title>
audiochannelmerger-input-non-default.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="../resources/merger-testing.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
<script src="/webaudio/resources/merger-testing.js"></script>
</head>
<body>
<script id="layout-test-code">
......
......@@ -4,11 +4,11 @@
<title>
audiochannelmerger-input.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="../resources/merger-testing.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
<script src="/webaudio/resources/merger-testing.js"></script>
</head>
<body>
<script id="layout-test-code">
......
......@@ -7,10 +7,10 @@ Tests that AudioChannelSplitter works correctly.
<title>
audiochannelsplitter.html
</title>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script src="../resources/audit-util.js"></script>
<script src="../resources/audit.js"></script>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/webaudio/resources/audit-util.js"></script>
<script src="/webaudio/resources/audit.js"></script>
</head>
<body>
<script id="layout-test-code">
......
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