Bug 1665713 - pt1 - move dom/media/tests/mochitest to dom/media/webrtc/tests/mochitests. r=ng

Differential Revision: https://phabricator.services.mozilla.com/D90614
This commit is contained in:
Michael Froman 2020-09-24 19:12:30 +00:00
parent 08d5370559
commit a1fe394b53
254 changed files with 26 additions and 26 deletions

View file

@ -118,7 +118,7 @@ dom/base/test/jsmodules/module_badSyntax.js
dom/base/test/jsmodules/test_syntaxErrorInline.html dom/base/test/jsmodules/test_syntaxErrorInline.html
dom/base/test/jsmodules/test_syntaxErrorInlineAsync.html dom/base/test/jsmodules/test_syntaxErrorInlineAsync.html
dom/base/test/test_bug687859.html dom/base/test/test_bug687859.html
dom/media/tests/mochitest/identity/idp-bad.js dom/media/webrtc/tests/mochitests/identity/idp-bad.js
dom/serviceworkers/test/file_js_cache_syntax_error.js dom/serviceworkers/test/file_js_cache_syntax_error.js
dom/serviceworkers/test/parse_error_worker.js dom/serviceworkers/test/parse_error_worker.js
dom/tests/mochitest/bugs/test_bug531176.html dom/tests/mochitest/bugs/test_bug531176.html

View file

@ -83,7 +83,7 @@ if CONFIG['MOZ_WEBRTC_SIGNALING']:
MOCHITEST_MANIFESTS += [ MOCHITEST_MANIFESTS += [
'test/mochitest.ini', 'test/mochitest.ini',
'tests/mochitest/identity/mochitest.ini', 'webrtc/tests/mochitests/identity/mochitest.ini',
] ]
BROWSER_CHROME_MANIFESTS += [ BROWSER_CHROME_MANIFESTS += [
@ -92,7 +92,7 @@ BROWSER_CHROME_MANIFESTS += [
] ]
if CONFIG['MOZ_WEBRTC']: if CONFIG['MOZ_WEBRTC']:
MOCHITEST_MANIFESTS += ['tests/mochitest/mochitest.ini'] MOCHITEST_MANIFESTS += ['webrtc/tests/mochitests/mochitest.ini']
XPIDL_SOURCES += [ XPIDL_SOURCES += [
'nsIAudioDeviceInfo.idl', 'nsIAudioDeviceInfo.idl',

View file

@ -695,7 +695,7 @@ support-files =
wavedata_ulaw.wav^headers^ wavedata_ulaw.wav^headers^
!/dom/canvas/test/captureStream_common.js !/dom/canvas/test/captureStream_common.js
!/dom/html/test/reflect.js !/dom/html/test/reflect.js
!/dom/media/tests/mochitest/head.js !/dom/media/webrtc/tests/mochitests/head.js
hls/bipbop_16x9_single.m3u8 hls/bipbop_16x9_single.m3u8
hls/bipbop_4x3_single.m3u8 hls/bipbop_4x3_single.m3u8
hls/bipbop_4x3_variant.m3u8 hls/bipbop_4x3_variant.m3u8

View file

@ -4,7 +4,7 @@
<title>Test MediaRecorder recording a constructed MediaStream</title> <title>Test MediaRecorder recording a constructed MediaStream</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script> <script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="/tests/dom/canvas/test/captureStream_common.js"></script> <script src="/tests/dom/canvas/test/captureStream_common.js"></script>
<script src="/tests/dom/media/tests/mochitest/head.js"></script> <script src="/tests/dom/media/webrtc/tests/mochitests/head.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head> </head>
<body> <body>

View file

@ -32,8 +32,8 @@ support-files =
ting-48k-2ch.wav ting-48k-2ch.wav
sine-440-10s.opus sine-440-10s.opus
webaudio.js webaudio.js
../../tests/mochitest/mediaStreamPlayback.js ../../webrtc/tests/mochitests/mediaStreamPlayback.js
../../tests/mochitest/head.js ../../webrtc/tests/mochitests/head.js
[test_analyserNode.html] [test_analyserNode.html]
skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT. skip-if = !asan && toolkit != android # These are tested in web-platform-tests, except on ASan and Android which don't run WPT.

View file

@ -5,7 +5,7 @@
<title>Test MediaStreamTrackAudioSourceNode throw video track</title> <title>Test MediaStreamTrackAudioSourceNode throw video track</title>
<script src="/tests/SimpleTest/SimpleTest.js"></script> <script src="/tests/SimpleTest/SimpleTest.js"></script>
<script type="text/javascript" src="/tests/dom/media/webaudio/test/webaudio.js"></script> <script type="text/javascript" src="/tests/dom/media/webaudio/test/webaudio.js"></script>
<script type="text/javascript" src="/tests/dom/media/tests/mochitest/head.js"></script> <script type="text/javascript" src="/tests/dom/media/webrtc/tests/mochitests/head.js"></script>
<link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head> </head>
<body> <body>

View file

@ -4,14 +4,14 @@ skip-if = (os == 'linux' && !debug && !e10s)
support-files = support-files =
/.well-known/idp-proxy/idp.js /.well-known/idp-proxy/idp.js
identityPcTest.js identityPcTest.js
!/dom/media/tests/mochitest/blacksilence.js !/dom/media/webrtc/tests/mochitests/blacksilence.js
!/dom/media/tests/mochitest/dataChannel.js !/dom/media/webrtc/tests/mochitests/dataChannel.js
!/dom/media/tests/mochitest/head.js !/dom/media/webrtc/tests/mochitests/head.js
!/dom/media/tests/mochitest/network.js !/dom/media/webrtc/tests/mochitests/network.js
!/dom/media/tests/mochitest/pc.js !/dom/media/webrtc/tests/mochitests/pc.js
!/dom/media/tests/mochitest/sdpUtils.js !/dom/media/webrtc/tests/mochitests/sdpUtils.js
!/dom/media/tests/mochitest/templates.js !/dom/media/webrtc/tests/mochitests/templates.js
!/dom/media/tests/mochitest/turnConfig.js !/dom/media/webrtc/tests/mochitests/turnConfig.js
tags = mtg tags = mtg
[test_idpproxy.html] [test_idpproxy.html]

View file

@ -81,7 +81,7 @@ runTest(async () => {
// Check that deviceIds are stable for same origin and differ across origins. // Check that deviceIds are stable for same origin and differ across origins.
const path = "/tests/dom/media/tests/mochitest/test_enumerateDevices_iframe.html"; const path = "/tests/dom/media/webrtc/tests/mochitests/test_enumerateDevices_iframe.html";
const origins = ["https://example.com", "https://test1.example.com"]; const origins = ["https://example.com", "https://test1.example.com"];
info(window.location); info(window.location);

View file

@ -28,7 +28,7 @@ async function iframeGum(dict, iframe = document.createElement("iframe")) {
}; };
runTest(async () => { runTest(async () => {
const path = "/tests/dom/media/tests/mochitest/test_getUserMedia_permission_iframe.html"; const path = "/tests/dom/media/webrtc/tests/mochitests/test_getUserMedia_permission_iframe.html";
async function sourceFn() { async function sourceFn() {
try { try {

Some files were not shown because too many files have changed in this diff Show more