Bug 1675326 - part5 : move webvtt related crashtest to `dom/media/webvtt/test/crashtests`. r=bryce

Depends on D96106

Differential Revision: https://phabricator.services.mozilla.com/D96107
This commit is contained in:
alwu 2020-11-09 15:47:30 +00:00
Родитель ff629c2074
Коммит 7a92a1e5ef
9 изменённых файлов: 8 добавлений и 5 удалений

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

@ -50,11 +50,9 @@ load 880384.html
load 880404.html load 880404.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 880724.html skip-if(verify&&isDebugBuild&&gtkWidget) load 880724.html
load 881775.html load 881775.html
load 882549.html
load 882956.html load 882956.html
load 884459.html load 884459.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 889042.html skip-if(verify&&isDebugBuild&&gtkWidget) load 889042.html
load 894104.html
load 907986-1.html load 907986-1.html
load 907986-2.html load 907986-2.html
load 907986-3.html load 907986-3.html
@ -88,8 +86,6 @@ load 1185192.html
skip-if(Android) load 1257700.html # bug 1575666 skip-if(Android) load 1257700.html # bug 1575666
load 1267263.html load 1267263.html
load 1270303.html load 1270303.html
load 1304948.html
load 1319486.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 1368490.html skip-if(verify&&isDebugBuild&&gtkWidget) load 1368490.html
skip-if(verify&&isDebugBuild&&gtkWidget) load 1291702.html skip-if(verify&&isDebugBuild&&gtkWidget) load 1291702.html
load 1378826.html load 1378826.html
@ -123,7 +119,6 @@ skip-if(Android) load 1526044.html # Bug 1528391
skip-if(Android&&AndroidVersion<21) load encrypted-track-with-bad-sample-description-index.mp4 # Bug 1533211, unkip after bug 1550912 skip-if(Android&&AndroidVersion<21) load encrypted-track-with-bad-sample-description-index.mp4 # Bug 1533211, unkip after bug 1550912
load encrypted-track-without-tenc.mp4 # Bug 1533215 load encrypted-track-without-tenc.mp4 # Bug 1533215
asserts-if(Android,0-1) load encrypted-track-with-sample-missing-cenc-aux.mp4 # Bug 1533625, bug 1588967 asserts-if(Android,0-1) load encrypted-track-with-sample-missing-cenc-aux.mp4 # Bug 1533625, bug 1588967
load 1533909.html
load 1538727.html load 1538727.html
load empty-samples.webm # Bug 1540580 load empty-samples.webm # Bug 1540580
test-pref(media.autoplay.block-webaudio,false) load 1545133.html test-pref(media.autoplay.block-webaudio,false) load 1545133.html

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

@ -47,4 +47,6 @@ MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.ini"]
REFTEST_MANIFESTS += ["test/reftest/reftest.list"] REFTEST_MANIFESTS += ["test/reftest/reftest.list"]
CRASHTEST_MANIFESTS += ["test/crashtests/crashtests.list"]
FINAL_LIBRARY = "xul" FINAL_LIBRARY = "xul"

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

@ -0,0 +1,5 @@
load 1304948.html
load 1319486.html
load 1533909.html
load 882549.html
load 894104.html

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

@ -21,6 +21,7 @@ include ../../dom/jsurl/crashtests/crashtests.list
include ../../dom/mathml/crashtests/crashtests.list include ../../dom/mathml/crashtests/crashtests.list
include ../../dom/media/mediasource/test/crashtests/crashtests.list include ../../dom/media/mediasource/test/crashtests/crashtests.list
include ../../dom/media/test/crashtests/crashtests.list include ../../dom/media/test/crashtests/crashtests.list
include ../../dom/media/webvtt/test/crashtests/crashtests.list
skip-if(!webrtc) include ../../dom/media/tests/crashtests/crashtests.list skip-if(!webrtc) include ../../dom/media/tests/crashtests/crashtests.list
include ../../dom/media/webspeech/synth/crashtests/crashtests.list include ../../dom/media/webspeech/synth/crashtests/crashtests.list
include ../../dom/offline/crashtests/crashtests.list include ../../dom/offline/crashtests/crashtests.list