Skip to content

Commit fc37f83

Browse files
committed
Bug 1934409 - Fixup metadata CLOSED TREE
Differential Revision: https://phabricator.services.mozilla.com/D230798
1 parent 0fc07bb commit fc37f83

File tree

5 files changed

+2
-21
lines changed

5 files changed

+2
-21
lines changed

testing/web-platform/meta/streams/readable-byte-streams/patched-global.any.js.ini

+2-4
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
[patched-global.any.html]
55
expected:
6-
if debug and sessionHistoryInParent: CRASH
7-
if debug and not sessionHistoryInParent: ERROR
6+
if debug: [CRASH, ERROR]
87
[Patched then() sees byobRequest after filling all pending pull-into descriptors]
98
expected: FAIL
109

@@ -46,6 +45,5 @@
4645

4746
[patched-global.https.any.shadowrealm-in-serviceworker.html]
4847
expected:
49-
if (os == "linux"): [TIMEOUT, ERROR]
50-
if (os == "android") and debug and sessionHistoryInParent: [ERROR, CRASH]
48+
if debug: [CRASH, ERROR, TIMEOUT]
5149
ERROR
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[codecs-filtered-by-direction.https.html]
22
[Codecs get filtered by direction for sendonly]
33
expected:
4-
if (os == "win") and debug and (processor == "x86"): FAIL
5-
if (os == "win") and not debug and (processor == "x86_64"): FAIL
64
if (os == "mac") and not debug: [PASS, FAIL]
75
if os == "android": FAIL
86

97
[Codecs get filtered by direction for recvonly]
108
expected:
11-
if (os == "win") and debug and (processor == "x86"): FAIL
12-
if (os == "win") and not debug and (processor == "x86_64"): FAIL
139
if (os == "mac") and not debug: [PASS, FAIL]
1410
if os == "android": FAIL
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[codecs-subsequent-offer.https.html]
22
[A subsequent offer after a VP8-only negotiation includes at least all mandatory to implement codecs]
33
expected:
4-
if (os == "win") and debug and (processor == "x86"): FAIL
5-
if (os == "win") and not debug and (processor == "x86_64"): FAIL
64
if (os == "mac") and not debug: [PASS, FAIL]
75
if os == "android": FAIL
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
[rtp-demuxing.html]
2-
expected:
3-
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
42
[Can demux two video tracks with different payload types on a bundled connection]
53
expected:
6-
if (os == "linux") and not debug and not asan and not tsan: TIMEOUT
7-
if (os == "win") and debug and (processor == "x86"): FAIL
8-
if (os == "win") and not debug and (processor == "x86_64"): FAIL
94
if (os == "mac") and not debug: [PASS, FAIL]
105
if os == "android": FAIL
11-
12-
[Can demux two video tracks with the same payload type on an unbundled connection]
13-
expected:
14-
if (os == "linux") and not debug and not asan and not tsan: NOTRUN

testing/web-platform/meta/webrtc/protocol/video-codecs.https.html.ini

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
max-asserts: 3
33
[H.264 and VP8 should be supported in initial offer]
44
expected:
5-
if (os == "win") and debug and (processor == "x86"): FAIL
6-
if (os == "win") and not debug and (processor == "x86_64"): FAIL
75
if (os == "mac") and not debug: [PASS, FAIL]
86
if os == "android": FAIL
97

0 commit comments

Comments
 (0)