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

146 Коммитов

Автор SHA1 Сообщение Дата
moz-wptsync-bot f7b819e6a8 Bug 1488529 - [wpt-sync] Update web-platform-tests to 4fd41de6ecf73b21534c81fc0f516defdca50ab1, a=testonly
wpt-head: 4fd41de6ecf73b21534c81fc0f516defdca50ab1
wpt-type: landing
2018-09-05 13:09:19 +00:00
Jean-Yves Avenard b6cff64392 Bug 1481397 - P2. Update test expectations. r=jgraham
Also, enable changeType MSE tests.

Depends on D2837

Differential Revision: https://phabricator.services.mozilla.com/D2870
2018-08-07 22:46:14 +02:00
moz-wptsync-bot fc4da47f64 Bug 1478401 - [wpt-sync] Update web-platform-tests to 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0, a=testonly
wpt-head: 20b68a5bb65b7566aa9d40f8e80d0d5e682a5fd0
wpt-type: landing
MozReview-Commit-ID: KWyOpXyRCxC
2018-07-29 18:58:55 +01:00
moz-wptsync-bot 0f634b2dbf Bug 1474051 [wpt PR 11834] - Update wpt metadata, a=testonly
wpt-pr: 11834
wpt-type: metadata
2018-07-29 18:56:43 +01:00
James Graham 5bf353faf1 Bug 1354232 - Update metadata for lsan failures, r=maja_zf
MozReview-Commit-ID: 1oq2gCQMzau
2018-07-19 16:32:17 +01:00
moz-wptsync-bot 5fe47eece3 Bug 1470372 [wpt PR 11618] - Update wpt metadata, a=testonly
wpt-pr: 11618
wpt-type: metadata
2018-07-11 07:58:15 +01:00
moz-wptsync-bot 2c8e28f91d Bug 1466612 [wpt PR 11331] - Update wpt metadata, a=testonly
wpt-pr: 11331
wpt-type: metadata
2018-07-11 07:54:58 +01:00
moz-wptsync-bot 2eebdf3267 Bug 1463510 [wpt PR 11104] - Update wpt metadata, a=testonly
wpt-pr: 11104
wpt-type: metadata
2018-06-10 09:27:07 +01:00
Eliza Balazs c69bcee866 Bug 1465429 - remove references to old winxp in manifest file. r=jmaher
--HG--
extra : rebase_source : 38aadd304fc8b9971cdbe0093bf48b5bf59cab87
2018-06-04 06:25:00 +03:00
Eliza Balazs 09d90dcb4f Bug 1465429 - remove reference to old winxp in mediasource-config-change-mp4-av-framesize.html.ini. r=jmaher
--HG--
extra : rebase_source : 12d9d9cc8758d2bf0d4e63cd038cceeb2fb93d93
2018-06-04 05:54:00 +03:00
Eliza Balazs 324f6ef916 Bug 1465429 - remove references to old winxp in mediasource-addsourcebuffer.html.ini. r=jmaher
--HG--
extra : rebase_source : 6597959f3ee467e091f16327b58d790d8b5f119f
2018-06-04 05:48:00 +03:00
Eliza Balazs f0b9626f2e Bug 1465429 - remove reference to old winxp in SourceBuffer-abort.html.ini. r=jmaher
--HG--
extra : rebase_source : e96d0ee4156b95ad4f0b1c976fe61fc0c64ea7f4
2018-06-04 04:38:00 +03:00
Eliza Balazs 349581d170 Bug 1465429 - remove reference to old winxp in manifest file. r=jmaher
--HG--
extra : rebase_source : 8847082b1b6db5dd5b75b736a3c9e489db520f69
2018-06-04 04:32:00 +03:00
Eliza Balazs 1f9ff2bd00 Bug 1465429 - remove reference to old winxp in manifest file. r=jmaher
--HG--
extra : rebase_source : 9fcea9dc724cc5e63dfd1f5a6903bceeb44380e6
2018-06-04 03:59:00 +03:00
Eliza Balazs fa2db49603 Bug 1465429 - remove reference to old winxp in manifest file. r=jmaher
--HG--
extra : rebase_source : 7a1f02680bd47157a01ec27f67d96509c4d1519b
2018-06-04 02:20:00 +03:00
Tom Ritter aa82f54ab6 Bug 1435296 Address test failures caused by bumping timer precision to 2 ms r=baku
There are a few different reasons why tests needed updating (not an exhaustive list):

- Tests assume that successive operations take place at different times.
- Tests assume that an operation took a minimum amount of time.
- Tests hardcodes a specific delay.

In most cases we hardcode the preference off. In some cases this is the best approach,
in others, we would like to improve. The bug for tracking those improvements is Bug 1429648

An improvement that is present in some tests is to hardcode a specific precision reduction
that is acceptable based on the confides of the test. (Obviously this needs to be a fix for
the test framework and not a requirement on the feature being tested.)

In a few places, the test itself can be fixed, for example to no longer require the end
time of an operation to be strictly greater than the start time, and allows it to be equal
to it.

MozReview-Commit-ID: J59c7xQtZZJ

--HG--
extra : rebase_source : df8a03e76eaf9cdc9524dbb3eb9035af237e534b
2018-02-12 11:39:41 -06:00
Csoregi Natalia 7f21ecd2bf Backed out 4 changesets (bug 1435296) for for failing devtools' browser_webconsole_check_stubs_console_api.js and mochitest's dom/smil/test/test_smilTimeEvents.xhtml. CLOSED TREE
Backed out changeset 1f07c08daa41 (bug 1435296)
Backed out changeset 89c121b45b30 (bug 1435296)
Backed out changeset be9496eff7b8 (bug 1435296)
Backed out changeset 2f94f155318e (bug 1435296)
2018-02-09 17:20:53 +02:00
Tom Ritter fa5021da77 Bug 1435296 Address test failures caused by bumping timer precision to 2 ms r=baku
This affects several tests, and in all but one case merely disables timer precision
reduction on those tests.

In the other singular test, it no longer requires the end time of an operation to
be strictly greater than the start time, and allows it to be equal to it.

MozReview-Commit-ID: J59c7xQtZZJ

--HG--
extra : rebase_source : c82310ce0269798a9c5bfffaec1f63a24ddc98e5
2018-02-06 15:11:56 -06:00
James Graham 2ee0759587 Bug 1429043 - Remove unnecessary type annotations from wpt expectation files, a=testonly
MozReview-Commit-ID: 6moLkoCD2J9
2018-01-09 14:46:30 +00:00
Andreas Farre f817025d8f Bug 1397215 - Update wpt metadata, a=testonly
MozReview-Commit-ID: 14chwCQkvs0


--HG--
rename : testing/web-platform/meta/html/user-interaction/focus/tabindex-focus-flag.html.ini => testing/web-platform/meta/html/editing/focus/tabindex-focus-flag.html.ini
rename : testing/web-platform/meta/image-decodes/image-decode-iframe.html.ini => testing/web-platform/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-iframe.html.ini
rename : testing/web-platform/meta/image-decodes/image-decode-path-changes.html.ini => testing/web-platform/meta/html/semantics/embedded-content/the-img-element/decode/image-decode-path-changes.html.ini
rename : testing/web-platform/meta/image-decodes/image-decode.html.ini => testing/web-platform/meta/html/semantics/embedded-content/the-img-element/decode/image-decode.html.ini
2017-09-07 12:50:50 +01:00
James Graham 81a61480fa Bug 1352128 - Update web-platform-tests expected data. r=jmaher, a=testonly
MozReview-Commit-ID: 1cxaSW7ZPMW
2017-06-03 20:34:34 +01:00
Wes Kocher a8ca1dfef7 Backed out changeset 9745b4fb9ac4 (bug 1352128) for breaking webdriver wpt a=backout
MozReview-Commit-ID: 1wLiG2Sq3g
2017-06-05 13:12:13 -07:00
James Graham 8f5559fddd Bug 1352128 - Update web-platform-tests expected data. r=jmaher, a=testonly
MozReview-Commit-ID: HqEyuojy9TG
2017-06-03 20:34:34 +01:00
Jean-Yves Avenard a621256e0b Bug 1362165: P12. Updated wpt expectation. r=gerald
New test will error until bug 1367993 is fixed.

MozReview-Commit-ID: KgyquX6klE8

--HG--
extra : rebase_source : 648acc98a863ed99f60ad2e5a88076b1676f4247
2017-05-26 23:26:15 +02:00
Joel Maher c439242012 Bug 1288343 - Intermittent /media-source/SourceBuffer-abort-updating.html. disabled for now. r=gbrown
MozReview-Commit-ID: KgVZt9RQPas
2017-02-27 10:25:06 -05:00
JW Wang 7523429b66 Bug 1322087. Part 4 - enable some test in mediasource-endofstream.html. r=cpearce
P2 fixes the test because it forces HAVE_ENOUGH_DATA when endOfStream() is called.

MozReview-Commit-ID: CK5CHvoS9bU

--HG--
extra : rebase_source : 96ff8f773234ad1b2bbc685381c94f6df30d4dea
extra : source : 7f9fb0cbe6e0e8aa5d727417357dfa976f297014
2016-12-07 13:08:45 -10:00
Jean-Yves Avenard 68f4eda2e1 Bug 1314533: [MSE] P8. Update wpt expected results. r=gerald
We pass those tests now.

MozReview-Commit-ID: 4UHkTr4uJEb

--HG--
extra : rebase_source : 85c42352bd2e8241cfd883672404b8080f9629c1
2016-11-06 22:01:09 +11:00
Jean-Yves Avenard 5db9b4d95a Bug 1302656: P2. Update expected wpt results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : ede4ae68c5b41e1e9044f94edda1d607d734ee27
2016-11-02 17:43:20 +11:00
Wes Kocher 8fa7074c50 Backed out 2 changesets (bug 1302656) for WinXP wpt failures a=backout
Backed out changeset e8ce7f515092 (bug 1302656)
Backed out changeset 416dbe42e4a3 (bug 1302656)
2016-11-04 14:51:27 -07:00
Jean-Yves Avenard 6d16c87213 Bug 1302656: P2. Update expected wpt results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : dc413b8914f41ab3b222cee2c020083c4fb0b10f
2016-11-02 17:43:20 +11:00
Carsten "Tomcat" Book f74ac0b2c5 Backed out changeset 22dcdb840e8a (bug 1302656)
--HG--
extra : rebase_source : 87336bf986c4547119630728378e697ed6fa1399
2016-11-02 14:57:33 +01:00
Jean-Yves Avenard 321e872bc2 Bug 1302656: P2. Update expected results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : a2e42637d63483d0557fcff7fd3973b500197d18
2016-11-02 17:43:20 +11:00
James Graham 97f19844de Bug 1309931 - Update web-platform-tests expected data to revision 1d8e28e2c762b51c06670a373b23af6bd7a8aed7, a=testonly
MozReview-Commit-ID: L8aMsSMwuXI
2016-10-25 18:10:30 +01:00
James Graham 51231829ad Bug 1304046 - Update expected data for WebDriver tests, r=ato
MozReview-Commit-ID: BPcyI8o0tlw

--HG--
extra : rebase_source : 4de4452c41a0893369cf27abfdd0b891d7fa821d
2016-09-27 19:59:36 +01:00
James Graham 1fcbfe51e5 Bug 1302423 - Disable some more unstable activesourcebuffer tests, a=testonly
MozReview-Commit-ID: GyMdnu7vucV
2016-09-13 18:28:38 +01:00
James Graham 1f69a53037 Bug 1302423 - Update web-platform-tests expected data to revision 6b48d45a1c7f3243945bf1678008f607e70acf2e, a=testonly
MozReview-Commit-ID: DOiOt5h4ESw
2016-09-13 14:49:45 +01:00
Jean-Yves Avenard 484bca8631 Bug 1300296: Use valid and spec-compliant MP4 file for all tests. r=gerald,jgraham
The MP4 used in the tests was invalid:
1- It contains out of order and overlapping frames
2- The first frame for each of the first 9 media segments were marked as keyframe, even though they weren't

The new file was encoded such that:
- The total bitrate remains the same as in the previous files
- The total duration is similar
- Each media segment starts with a valid keyframe
- Frames are properly ordered
- GOP is made of 24 frames
- The video track doesn't start at 0, which helps testing the proper behaviour regarding buffered range calculation.
- Like in the previous video, the audio track is present but made of silence (which is puzzling for a video initially designed to test A/V sync)

The webm file presents the same characteristics.

MozReview-Commit-ID: 6AKKmInaenE

--HG--
extra : rebase_source : e1ce95452a063872f345114ed19d57f19e0c08fc
2016-09-06 14:55:25 +10:00
Jean-Yves Avenard 268dc7faac Bug 1293613: amend expected MSE web-platform-tests expected results. r=gerald
They should all run properly now.

MozReview-Commit-ID: YLjQ8jkNcf

--HG--
extra : rebase_source : d174f2ee27940f197225e47c359a106d78259c07
2016-08-10 15:20:25 +10:00
Jean-Yves Avenard 6b687640e5 Bug 1293159: Update expected results. r=gerald
The test should pass now, we do not need different expected results file.

MozReview-Commit-ID: Cl3GBRx1ISN

--HG--
extra : rebase_source : 59a90e20ada254b2a4c65bca34b21cde58a11b0c
2016-08-08 18:15:42 +10:00
Jean-Yves Avenard 72c9f81302 Bug 1128069: [MSE] P7. Adjust webref expected results. r=gerald
MozReview-Commit-ID: GuCLiS2FfnS

--HG--
extra : rebase_source : 7cb47ccc33297bdeb744e8c8f134e33d85e44d88
2016-08-05 16:05:58 +10:00
Jean-Yves Avenard 26e86a653d Bug 1128069: [MSE] P2. Change webref expectations now that the test is valid. r=jwwang
Test is failing on Linux Opt, see https://bugzilla.mozilla.org/show_bug.cgi?id=1128069
MozReview-Commit-ID: kaRQMtvEjN

--HG--
extra : rebase_source : 38cacead34e3bebdd8324af6faa5017ecaaff812
2016-08-05 14:52:44 +10:00
Jean-Yves Avenard f93a802855 Bug 1292157: P2. Adjust webref expected results. r=jwwang
MozReview-Commit-ID: 71zvJi0erwt

--HG--
extra : rebase_source : 537f8d66c2043ffb9909fd7ec77df6a9e1e69bb6
2016-08-05 16:11:35 +10:00
James Graham e978b4eb83 Bug 1290859 - Update web-platform-tests expected data to revision 6744ac43d76207bdd1ececa4b91c9bfeef3ad522, a=testonly
MozReview-Commit-ID: DKYxwGwjqUu


--HG--
rename : testing/web-platform/meta/html/semantics/embedded-content-0/media-elements/video_008.htm.ini => testing/web-platform/meta/html/semantics/embedded-content/media-elements/video_008.htm.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/attr-referrer/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/cross-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-http/img-tag/generic.swap-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.keep-origin-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.no-redirect.http.html.ini
rename : testing/web-platform/meta/referrer-policy/origin-only/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini => testing/web-platform/meta/referrer-policy/origin/http-rp/same-origin/http-https/img-tag/generic.swap-origin-redirect.http.html.ini
2016-08-01 13:56:46 +01:00
Andrea Marchesini 8183e57459 Bug 1279493 - Use blob URLs exclusively rather than having mediastream and mediasource URLs, r=smaug 2016-07-21 14:31:43 +02:00
James Graham 132a7d4707 Bug 1273176 - Update web-platform-tests expected data to revision 55905788bebbdfacb49c94e579e93c19531e0199, a=testonly
MozReview-Commit-ID: 3cU9aEBI2bQ


--HG--
rename : testing/web-platform/meta/DOMEvents/constructors.html.ini => testing/web-platform/meta/uievents/constructors/constructors.html.ini
rename : testing/web-platform/meta/DOMEvents/init-event-while-dispatching.html.ini => testing/web-platform/meta/uievents/order-of-events/init-event-while-dispatching.html.ini
rename : testing/web-platform/meta/DOMEvents/throwing-in-listener-and-window-error-event.html.ini => testing/web-platform/meta/uievents/throwing-in-listener-and-window-error-event.html.ini
2016-05-16 17:06:18 +01:00
Jean-Yves Avenard f0a49cc40d Bug 1154016: Disable test for intermittent failures. r=karlt 2016-02-13 00:57:48 +11:00
Jean-Yves Avenard f6323082e7 Bug 1230353: P2. Update webref test expected results. r=karlt
type and subtype in media mimetype are case-insensitive
2015-12-04 15:24:25 +11:00
Jean-Yves Avenard 4559d44eb5 Bug 1191833: P2. Update webref test expected results. r=karlt
Video codecs aren't allowed in an audio container.
2015-12-04 14:43:46 +11:00
Chris Pearce e2337163c0 Bug 1205083 - Don't enable low latency WMF video decoding as it crashes sometimes. r=jya 2015-10-21 21:17:56 +13:00
Jean-Yves Avenard a3f091d02b Bug 1159171: [MSE] P3. Update webref results. r=karlt
We now use FFmpeg on linux to decode h264. This allows to pass all the mp4 tests.

FFmpeg (like windows 7) will buffer 15 frames prior outputting a frame which causes TIMEOUT as the media appended only contains 12 frames.
2015-10-01 19:40:21 +10:00