Closed
Bug 1855296
Opened 1 year ago
Closed 1 year ago
convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher
Categories
(Testing :: General, task)
Tracking
(firefox120 fixed)
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: tmarble, Assigned: tmarble)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Convert batch 9 of *.ini files to *.toml (see list below)
Success criteria:
- INI files moved to TOML to preserve history
- References to INI files replaced with TOML equivalents (e.g. in moz.build)
Files:
1 ./dom/manifest/test/mochitest.ini
2 ./dom/mathml/tests/mochitest/mochitest.ini
3 ./dom/media/autoplay/test/mochitest/mochitest.ini
4 ./dom/media/mediasession/test/mochitest.ini
5 ./dom/media/mediasource/test/mochitest.ini
6 ./dom/media/mediasource/test/mochitest_compat.ini
7 ./dom/media/test/mochitest.ini
8 ./dom/media/test/mochitest_background_video.ini
9 ./dom/media/test/mochitest_bugs.ini
10 ./dom/media/test/mochitest_compat.ini
11 ./dom/media/test/mochitest_eme.ini
12 ./dom/media/test/mochitest_media_engine.ini
13 ./dom/media/test/mochitest_media_recorder.ini
14 ./dom/media/test/mochitest_seek.ini
15 ./dom/media/test/mochitest_stream.ini
16 ./dom/media/webaudio/test/blink/mochitest.ini
17 ./dom/media/webaudio/test/mochitest.ini
18 ./dom/media/webaudio/test/mochitest_audio.ini
19 ./dom/media/webaudio/test/mochitest_bugs.ini
20 ./dom/media/webaudio/test/mochitest_media.ini
21 ./dom/media/webcodecs/test/mochitest.ini
22 ./dom/media/webrtc/tests/mochitests/identity/mochitest.ini
23 ./dom/media/webrtc/tests/mochitests/mochitest.ini
24 ./dom/media/webrtc/tests/mochitests/mochitest_datachannel.ini
25 ./dom/media/webrtc/tests/mochitests/mochitest_getusermedia.ini
26 ./dom/media/webrtc/tests/mochitests/mochitest_peerconnection.ini
27 ./dom/media/webspeech/recognition/test/mochitest.ini
28 ./dom/media/webspeech/synth/test/mochitest.ini
29 ./dom/media/webspeech/synth/test/startup/mochitest.ini
30 ./dom/media/webvtt/test/mochitest/mochitest.ini
31 ./dom/messagechannel/tests/mochitest.ini
32 ./dom/midi/tests/mochitest.ini
33 ./dom/network/tests/mochitest.ini
34 ./dom/notification/test/mochitest/mochitest.ini
35 ./dom/origin-trials/tests/mochitest/mochitest.ini
36 ./dom/payments/test/mochitest.ini
37 ./dom/performance/tests/mochitest.ini
38 ./dom/permission/tests/mochitest.ini
39 ./dom/plugins/test/mochitest/mochitest.ini
40 ./dom/promise/tests/mochitest.ini
41 ./dom/push/test/mochitest.ini
42 ./dom/quota/test/mochitest/mochitest.ini
43 ./dom/reporting/tests/mochitest.ini
44 ./dom/security/featurepolicy/test/mochitest/mochitest.ini
45 ./dom/security/sanitizer/tests/mochitest/mochitest.ini
46 ./dom/security/test/cors/mochitest.ini
47 ./dom/security/test/csp/mochitest.ini
48 ./dom/security/test/general/mochitest.ini
49 ./dom/security/test/https-first/mochitest.ini
50 ./dom/security/test/https-only/mochitest.ini
51 ./dom/security/test/mixedcontentblocker/mochitest.ini
52 ./dom/security/test/referrer-policy/mochitest.ini
53 ./dom/security/test/sec-fetch/mochitest.ini
54 ./dom/security/test/sri/mochitest.ini
55 ./dom/serviceworkers/test/mochitest.ini
56 ./dom/smil/test/mochitest.ini
57 ./dom/streams/tests/mochitest.ini
58 ./dom/svg/test/mochitest.ini
59 ./dom/system/tests/mochitest.ini
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → tmarble
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c6c989482811
convert .ini manifests to .toml: batch 9 dom/[m-s]**/mochitest.ini r=jmaher,media-playback-reviewers,alwu
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4be1912e06f5
Add brackets and quotation marks to skip-if condition to unbust decision task. a=bustage-fix
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c6c989482811
https://hg.mozilla.org/mozilla-central/rev/4be1912e06f5
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Comment 5•1 year ago
|
||
I noticed that dom/media/test/mochitest_compat.toml lost the context for the comment at the end of the file when the tests were reordered.
# The tests below contain backend-specific tests. Write backend independent
# tests rather than adding to this list.
-[test_can_play_type_webm.html]
-[test_can_play_type_wave.html]
-[test_fragment_noplay.html]
-[test_fragment_play.html]
-[test_bug1431810_opus_downmix_to_mono.html]
Flags: needinfo?(tmarble)
Assignee | ||
Comment 6•1 year ago
|
||
As part of the migration from INI to TOML we are alpha sorting the sections (files).
Comments stick with the previous section.
In my next changeset I will annotate each of the files above with the relevant comment
Flags: needinfo?(tmarble)
You need to log in
before you can comment on or make changes to this bug.
Description
•