Граф коммитов

128 Коммитов

Автор SHA1 Сообщение Дата
Andreas Pehrson fdb303d9f1 Bug 1575271 - Add crashtest. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D45194

--HG--
extra : moz-landing-system : lando
2019-09-10 05:29:36 +00:00
Andreas Pehrson 158ba576f9 Bug 1577184 - Add crashtest. r=karlt
Differential Revision: https://phabricator.services.mozilla.com/D44486

--HG--
extra : moz-landing-system : lando
2019-09-03 23:31:25 +00:00
Bryce Seager van Dyk 48980be9fe Bug 1547784 - Add crashtest for moving media element with media keys to inactive doc. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D40481

--HG--
extra : moz-landing-system : lando
2019-08-06 17:48:29 +00:00
Andreas Pehrson 5d91259b9f Bug 1569645 - Add crashtest. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D40647

--HG--
extra : moz-landing-system : lando
2019-08-05 15:56:04 +00:00
Narcis Beleuzu 71ce6058e6 Backed out 2 changesets (bug 1547784) for crashtest failrues on 1547784.html . CLOSED TREE
Backed out changeset 21f0da4d5763 (bug 1547784)
Backed out changeset 54b3b878f07d (bug 1547784)
2019-08-03 02:54:04 +03:00
Bryce Seager van Dyk 07a2753dbb Bug 1547784 - Add crashtest for moving media element with media keys to inactive doc. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D40481

--HG--
extra : moz-landing-system : lando
2019-08-02 21:54:03 +00:00
Jan-Ivar Bruaroey 4736d10ce8 Bug 1528031 - Update tests to work with [SecureContext] navigator.mediaDevices. r=pehrsons,smaug
Differential Revision: https://phabricator.services.mozilla.com/D35970

--HG--
extra : moz-landing-system : lando
2019-07-05 21:21:38 +00:00
Andreas Pehrson 961162ffd8 Bug 1560215 - Add crashtest. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D36508

--HG--
extra : moz-landing-system : lando
2019-07-02 11:33:14 +00:00
Andreas Pehrson 1151ab349e Bug 1547899 - Add crashtest. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D35320

--HG--
extra : moz-landing-system : lando
2019-06-26 09:18:38 +00:00
nils@vulndev.org, Karl Tomlinson 0383d9bf4e bug 1548816 crashtest r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D30160

--HG--
extra : moz-landing-system : lando
2019-05-08 09:35:19 +00:00
Bryce Van Dyk 1fe446e00c Bug 1533625 - Add crashtest for MP4 with missing cenc aux info. r=jya
Mp4s using the 'cenc' encryption scheme should contain auxiliary information
containing the initialization vector to be used to decode that sample. However,
it's possible for malformed mp4s to contain other relevant crypto information,
but to omit this aux info. This adds such a file to our crashtests.

Differential Revision: https://phabricator.services.mozilla.com/D30025

--HG--
extra : moz-landing-system : lando
2019-05-16 05:08:12 +00:00
Bryce Van Dyk d095d35551 Bug 1550577 - Skip problematic mp4 crashtest on Android while we investigate. r=jolin
encrypted-track-with-bad-sample-description-index.mp4 appears to be causing
issues when running under older Android versions. Skip this when running crash
tests while we investigate and add a comment to indicate as such. Bug 1550912
has been raised to follow this up and fix as needed.

Differential Revision: https://phabricator.services.mozilla.com/D30836

--HG--
extra : moz-landing-system : lando
2019-05-14 21:32:45 +00:00
Bryce Van Dyk 910dd0ad38 Bug 1533211 - Add crashtest for MP4 with a bad sample description index. r=jya
Add an mp4 with a bad sample description index to crashtests. When samples in a
fragment are encountered, they should reference a sample description entry found
in the mp4 header. However, it's possible that the index contained in the
fragment may refer to an entry that doesn't exist in the header, as in this
file.

Differential Revision: https://phabricator.services.mozilla.com/D29733

--HG--
extra : moz-landing-system : lando
2019-05-03 00:38:28 +00:00
Bryce Van Dyk be7276c15c Bug 1533215 - Add crashtest for MP4 with encrypted track with bad sinf. r=jya
Add an mp4 with a mangled tenc box to the crashtests. This file has been fuzzed
and appears to have had the tenc box for its second track changed to a '.enc'
box, which means it cannot be parsed. The tenc box is contained in the sinf box,
so this will bust the sinf parse. We should tolerate such bad files and not
assert and/or crash.

Driveby add a comment to another line in crashtests list to make it clear the
bug the file originally relates to.

Differential Revision: https://phabricator.services.mozilla.com/D29692

--HG--
extra : moz-landing-system : lando
2019-05-03 00:49:13 +00:00
Andreas Pehrson 7485192753 Bug 1538727 - Add crashtest. r=bryce
Differential Revision: https://phabricator.services.mozilla.com/D29080

--HG--
extra : moz-landing-system : lando
2019-04-30 18:39:11 +00:00
Jan-Ivar Bruaroey 6b8d3b7ad8 Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D20425

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-04-30 15:20:53 +00:00
Bryce Van Dyk 11a3061e0d Bug 1540580 - Add crashtest for WebM with 0 sized samples. r=jya
Depends on D25846

Differential Revision: https://phabricator.services.mozilla.com/D25847

--HG--
extra : moz-landing-system : lando
2019-04-30 15:12:49 +00:00
Andreas Pehrson b53e315572 Bug 1545133 - Add crashtest. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D28805

--HG--
extra : moz-landing-system : lando
2019-04-25 16:41:33 +00:00
Bryce Van Dyk 0f9dab6a5b Bug 1542539 - Add crash test for mp4 with a 0 by 0 dimension track. r=jya
Depends on D26612

Differential Revision: https://phabricator.services.mozilla.com/D26613

--HG--
extra : moz-landing-system : lando
2019-04-09 09:56:26 +00:00
Csoregi Natalia fa43158851 Backed out 2 changesets (bug 1540580) for crashtest assertion failures on RemoteDecoderManagerParent.cpp. CLOSED TREE
Backed out changeset a9048220ad8b (bug 1540580)
Backed out changeset 5b14f480129c (bug 1540580)
2019-04-05 19:16:46 +03:00
Bryce Van Dyk 59576dde4f Bug 1540580 - Add crashtest for WebM with 0 sized samples. r=jya
Depends on D25846

Differential Revision: https://phabricator.services.mozilla.com/D25847

--HG--
extra : moz-landing-system : lando
2019-04-03 03:32:14 +00:00
Karl Tomlinson c15950b1d9 Bug 1481745 exercise ConvolverNode memory reporting r=padenot
The bug is detected by only NT ASAN builds.

Differential Revision: https://phabricator.services.mozilla.com/D7389

--HG--
extra : moz-landing-system : lando
2019-03-21 19:36:34 +00:00
Sebastian Hengst bf8d28e2cf Backed out 2 changesets (bug 1335740) for permafailing mda task on Android 8.0
Backed out changeset 7beefe9e4d81 (bug 1335740)
Backed out changeset 35abcd7c962a (bug 1335740)

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini
rename : testing/web-platform/meta/mediacapture-streams/historical.https.html.ini => testing/web-platform/meta/mediacapture-streams/historical.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html
rename : testing/web-platform/tests/mediacapture-streams/historical.https.html => testing/web-platform/tests/mediacapture-streams/historical.html
2019-03-25 12:31:48 +01:00
Jan-Ivar Bruaroey f30f21c430 Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D20425

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-03-19 14:17:53 +00:00
Alastor Wu 529d51408f Bug 1533909 - part3 : add a crash test. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D23088

--HG--
extra : moz-landing-system : lando
2019-03-13 09:02:45 +00:00
Coroiu Cristina c935555fc9 Bug 1528391 - disable 1526044.html on Android for frequent failures r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D22850

--HG--
extra : moz-landing-system : lando
2019-03-10 11:38:39 +00:00
Dorel Luca cde6aa9ebe Backed out 2 changesets (bug 1335740) for devtools failures. CLOSED TREE
Backed out changeset 1bddabb7bafb (bug 1335740)
Backed out changeset e31483efc331 (bug 1335740)

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html
extra : rebase_source : e6fc9bc5fc3eac450e65d6ff38b672b01a4cbe5d
2019-02-27 12:00:27 +02:00
Jan-Ivar Bruaroey 5739f01e2d Bug 1335740 - Update wpt & mochitests to work w/[SecureContext] navigator.mediaDevices. r=pehrsons
Differential Revision: https://phabricator.services.mozilla.com/D20425

--HG--
rename : testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.html.ini => testing/web-platform/meta/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html.ini
rename : testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.html => testing/web-platform/tests/mediacapture-streams/MediaDevices-getSupportedConstraints.https.html
extra : moz-landing-system : lando
2019-02-27 03:51:14 +00:00
alwu a904454ea2 Bug 1526044 - part3 : add crash test. r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D19449

--HG--
extra : moz-landing-system : lando
2019-02-15 14:41:54 +00:00
Jean-Yves Avenard 25ba5304be Bug 1494073 - Always clamp playbackrate when setting decoder. r=padenot
We were clamping the playback rate properly if the decoder had been setup already, but not if setting it before playback started.

Differential Revision: https://phabricator.services.mozilla.com/D11005

--HG--
extra : moz-landing-system : lando
2018-11-07 13:56:25 +00:00
Paul Adenot c0f386b1a6 Bug 1148354 - Remove the tests related to the doppler effect from mochitests. r=karlt
MozReview-Commit-ID: 7DZy9ySQrTc

--HG--
extra : rebase_source : aae5a0e6ac2fa5a6f4d13dda75a22db85be1560f
2018-07-17 10:04:33 +02:00
Bryce Van Dyk a347705d9a Bug 1450845 - Add crashtest for seekToNextFrame when a seek is already in progress. r=jya
MozReview-Commit-ID: 892uIqNuLSg

--HG--
extra : rebase_source : bbe50807fb575fb0776646cbd233f3310741b848
2018-06-07 09:44:48 -04:00
Joel Maher 8324126795 Bug 1405428 - annotate crashtests and reftests which fail in test-verify mode. r=gbrown 2018-06-19 11:38:25 -04:00
Kartikaya Gupta 5cbb6be895 Bug 1426199 - Re-enable more crashtests that are now passing. r=sotaro 2018-04-09 08:02:12 -04:00
sotaro 2cc8bd0a21 Bug 1426199 - Relax ASSERT checks r=nical 2018-04-03 18:25:36 +09:00
Kartikaya Gupta 764fec3892 Bug 1426200 - Disable crashtests failing on windows QR builds. r=jrmuizel
MozReview-Commit-ID: AFZFoq1P3dI

--HG--
extra : rebase_source : dbd2cf616e856bbbd3827eb6ce39e41842159b57
2017-12-21 14:13:32 -05:00
Andreas Pehrson cfffb3d535 Bug 1411322 - Add crashtest getting memory reports from MediaRecorder. r=SingingTree
MozReview-Commit-ID: 8ptpSFj1SeW

--HG--
extra : rebase_source : d1d547ffdd53dc9d9899d33a0a157decbc823cf6
2017-11-10 12:06:04 +01:00
Ryan VanderMeulen 73bad38c3d Bug 1389304 - Add crashtest. r=me 2017-11-08 08:47:10 -05:00
Jesse Ruderman 1d8d8f698d Bug 1267263 - Add crashtest. r=me 2017-11-08 08:47:07 -05:00
Bob Clary 1d8ba0f540 Bug 1365451 - disable Cdm1 dom/media/test/crashtests/691096-1.html, r=jmaher. 2017-11-05 16:59:19 -08:00
bechen@mozilla.com c09e4a8ee9 Bug 1183495 - part3: Remove mozSrcObject usage. r=jwwang
MozReview-Commit-ID: Gtpne3O0pBQ

--HG--
extra : rebase_source : 87544aa023e5ac079a8ae02de77e2aeab91e97cf
2017-10-20 11:23:41 +08:00
Tyson Smith 3b3d19504e Bug 1393272 - Add crashtest. r=me
--HG--
extra : rebase_source : 563170306adaadf247f761fb89c18ae91142c856
2017-10-20 08:36:12 -04:00
Bob Clary 012a6c1870 Bug 1409365 - disable dom/media/test/crashtests/1180881.html on Android 5.0, r=gbrown 2017-10-18 14:46:15 -07:00
Jesse Ruderman 8a71e39fe1 Bug 497734 - Add crashtests. r=me 2017-10-18 09:43:11 -04:00
Ethan Lin f585fef0f1 Bug 1408296 - Enable some crashtests for webrender. r=kats
MozReview-Commit-ID: 543ZYLhacx8

--HG--
extra : rebase_source : 247ddffeba52e7a7fbe864c2644be66b164ceb24
2017-10-13 11:56:04 +08:00
Ryan VanderMeulen cc54a93021 Bug 1257700 - Add crashtest. r=me 2017-10-12 22:41:13 -04:00
Ryan VanderMeulen 329ca88d38 Bug 1270303 - Add crashtest. r=me
--HG--
extra : rebase_source : 55b93b84fe7d13e56c6670ad79c524a2bfe74a31
2017-10-11 11:52:39 -04:00
Ryan VanderMeulen 7080ccf348 Bug 1197935 - Add crashtest. r=me
--HG--
extra : rebase_source : a863e8aaf72a82436399800a35b4b2f12501779b
2017-10-11 11:52:39 -04:00
Ryan VanderMeulen 9be0c9e6b3 Bug 1180881 - Add crashtest. r=me
--HG--
extra : rebase_source : 7eac4a27703f821b35e96100be172eff4bae166e
2017-10-11 11:52:38 -04:00
Bryce Van Dyk 347e311683 Bug 1378826 - Add test for removal of video tracks during recording. r=jesup
MozReview-Commit-ID: 7IGx27Z2jsN

--HG--
extra : rebase_source : a1f86dc1d73fe125ac72fc05de4af8c192704ad4
2017-08-22 15:28:00 +12:00