forked from murat-dogan/node-datachannel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchromeFailedTests.json
1117 lines (1117 loc) · 47.3 KB
/
chromeFailedTests.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
[
{
"test": "/webrtc/historical.html",
"result": [
{
"name": "RTCDataChannel member reliable should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member addStream should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member createDTMFSender should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member getLocalStreams should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member getRemoteStreams should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member onaddstream should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member onremovestream should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "RTCPeerConnection member removeStream should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "webkitRTCPeerConnection interface should not exist",
"message": "assert_false: expected false got true",
"status": 1
},
{
"name": "new RTCPeerConnection(config) - with url field should throw TypeError",
"message": "assert_throws_js: function \"() =>\n makePc({ iceServers: [{\n url: 'stun:stun1.example.net'\n }] })\" did not throw",
"status": 1
},
{
"name": "setConfiguration(config) - with url field should throw TypeError",
"message": "assert_throws_js: function \"() =>\n makePc({ iceServers: [{\n url: 'stun:stun1.example.net'\n }] })\" did not throw",
"status": 1
}
]
},
{
"test": "/webrtc/receiver-track-live.https.html",
"result": [
{
"name": "Setup audio call",
"message": "promise_test: Unhandled rejection with value: object \"Error: set_permission() is not implemented by testdriver-vendor.js\"",
"status": 1
},
{
"name": "Inactivate the audio transceiver",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getTransceivers')\"",
"status": 1
},
{
"name": "Reactivate the audio transceiver",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getTransceivers')\"",
"status": 1
},
{
"name": "Clean-up",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'close')\"",
"status": 1
}
]
},
{
"test": "/webrtc/RollbackEvents.https.html",
"result": [
{
"name": "[audio] Track with stream: removal due to disassociation in rollback and then add it back again",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[audio] Track without stream: removal due to disassociation in rollback and then add it back",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[audio] Track with stream: removal due to direction changing and then add back using rollback",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[audio] Track without stream: removal due to direction changing and then add back using rollback",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[video] Track with stream: removal due to disassociation in rollback and then add it back again",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[video] Track without stream: removal due to disassociation in rollback and then add it back",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[video] Track with stream: removal due to direction changing and then add back using rollback",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
},
{
"name": "[video] Track without stream: removal due to direction changing and then add back using rollback",
"message": "promise_test: Unhandled rejection with value: object \"TypeError: Cannot read properties of undefined (reading 'getUserMedia')\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCCertificate.html",
"result": [
{
"name": "RTCPeerConnection({ certificates }) should generate offer SDP with fingerprint of all provided certificates",
"message": "assert_true: Expect fingerprint line to be found in SDP expected true got false",
"status": 1
}
]
},
{
"test": "/webrtc/RTCConfiguration-iceServers.html",
"result": [
{
"name": "new RTCPeerConnection(config) - with turns server and empty string username, credential should succeed",
"message": "Failed to construct 'RTCPeerConnection': ICE server parsing failed: TURN server with empty username or password",
"status": 1
},
{
"name": "setConfiguration(config) - with turns server and empty string username, credential should succeed",
"message": "Failed to execute 'setConfiguration' on 'RTCPeerConnection': Could not update the PeerConnection with the given configuration.",
"status": 1
},
{
"name": "new RTCPeerConnection(config) - with turn server and empty string username, credential should succeed",
"message": "Failed to construct 'RTCPeerConnection': ICE server parsing failed: TURN server with empty username or password",
"status": 1
},
{
"name": "setConfiguration(config) - with turn server and empty string username, credential should succeed",
"message": "Failed to execute 'setConfiguration' on 'RTCPeerConnection': Could not update the PeerConnection with the given configuration.",
"status": 1
}
]
},
{
"test": "/webrtc/RTCConfiguration-iceTransportPolicy.html",
"result": [
{
"name": "new RTCPeerConnection({ iceTransports: 'relay' }) should have no effect",
"message": "assert_equals: expected \"all\" but got \"relay\"",
"status": 1
},
{
"name": "new RTCPeerConnection({ iceTransports: 'invalid' }) should have no effect",
"message": "Failed to construct 'RTCPeerConnection': Failed to read the 'iceTransports' property from 'RTCConfiguration': The provided value 'invalid' is not a valid enum value of type RTCIceTransportPolicy.",
"status": 1
},
{
"name": "new RTCPeerConnection({ iceTransports: null }) should have no effect",
"message": "Failed to construct 'RTCPeerConnection': Failed to read the 'iceTransports' property from 'RTCConfiguration': The provided value 'null' is not a valid enum value of type RTCIceTransportPolicy.",
"status": 1
}
]
},
{
"test": "/webrtc/RTCDataChannel-bufferedAmount.html",
"result": [
{
"name": "datachannel bufferedAmount should increase to size of blob sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "datachannel bufferedAmount should stay at zero for empty blob sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "datachannel bufferedAmount should increase by byte length for each message sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "negotiated datachannel bufferedAmount should increase to size of blob sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "negotiated datachannel bufferedAmount should stay at zero for empty blob sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "negotiated datachannel bufferedAmount should increase by byte length for each message sent",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCDataChannel-send-blob-order.html",
"result": [
{
"name": "Datachannel should send data following the order of the send call",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
},
{
"name": "Negotiated datachannel should send data following the order of the send call",
"message": "promise_test: Unhandled rejection with value: object \"NotSupportedError: Failed to execute 'send' on 'RTCDataChannel': Blob support not implemented yet\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCDtlsTransport-state.html",
"result": [
{
"name": "close() causes the local transport to close immediately",
"message": "assert_false: close() should not see a statechange event on close expected false got true",
"status": 1
}
]
},
{
"test": "/webrtc/RTCDTMFSender-ontonechange.https.html",
"result": [
{
"name": "Tone change event init optional parameters",
"message": "Failed to construct 'RTCDTMFToneChangeEvent': 2 arguments required, but only 1 present.",
"status": 1
}
]
},
{
"test": "/webrtc/RTCError.html",
"result": [
{
"name": "RTCError httpRequestStatusCode should not be supported.",
"message": "assert_false: Should not be supported on the prototype expected false got true",
"status": 1
}
]
},
{
"test": "/webrtc/RTCIceTransport.html",
"result": [
{
"name": "Two connected iceTransports should have matching local/remote candidates returned",
"message": "assert_true: Expect RTCIceRole to be either controlling or controlled, found null expected true got false",
"status": 1
},
{
"name": "RTCIceTransport should transition to \"gathering\" then \"complete\", after sLD",
"message": "assert_equals: expected \"gathering\" but got \"complete\"",
"status": 1
},
{
"name": "PC.close() should not cause the RTCIceTransport gathering state to transition to \"complete\"",
"message": "assert_equals: expected \"gathering\" but got \"complete\"",
"status": 1
},
{
"name": "RTCIceTransport should transition to \"gathering\", then \"complete\" after sLD (DataChannel case)",
"message": "assert_equals: expected \"gathering\" but got \"complete\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-addIceCandidate.html",
"result": [
{
"name": "addIceCandidate({\"candidate\":\"\",\"sdpMid\":null,\"sdpMLineIndex\":null}) adds a=end-of-candidates to both m-sections",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate(undefined) adds a=end-of-candidates to both m-sections",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate(null) adds a=end-of-candidates to both m-sections",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate({}) adds a=end-of-candidates to both m-sections",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate({}) in stable should work, and add a=end-of-candidates to both m-sections",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate({usernameFragment: usernameFragment1, sdpMid: sdpMid1}) should work, and add a=end-of-candidates to the first m-section",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "addIceCandidate({usernameFragment: usernameFragment2, sdpMLineIndex: 1}) should work, and add a=end-of-candidates to the first m-section",
"message": "assert_true: expected true got false",
"status": 1
},
{
"name": "addIceCandidate({usernameFragment: \"no such ufrag\"}) should not work",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
},
{
"name": "Add with empty candidate string (end of candidates) should succeed",
"message": "assert_true: Expect candidate line to be found between media lines m=audio and m=video expected true got false",
"status": 1
},
{
"name": "Add candidate with invalid usernameFragment should reject with OperationError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
},
{
"name": "Add candidate with sdpMid belonging to different usernameFragment should reject with OperationError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-addTcpIceCandidate.html",
"result": [
{
"name": "TCP candidate aimed at Fetch bad port 1719 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 1720 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 1723 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 2049 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 3659 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 4045 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 5060 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 5061 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6000 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6566 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6665 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6666 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6667 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6668 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6669 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 6697 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP candidate aimed at Fetch bad port 10080 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
},
{
"name": "TCP addIceCandidate aimed at Fetch bad port 2049 ignored",
"message": "assert_unreached: Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-addTrack.https.html",
"result": [
{
"name": "addTrack with existing sender with null track, same kind, and recvonly direction should reuse sender",
"message": "promise_test: Unhandled rejection with value: object \"Error: set_permission() is not implemented by testdriver-vendor.js\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-createDataChannel.html",
"result": [
{
"name": "createDataChannel with id 65535 and negotiated not set should succeed, but not set the channel's id",
"message": "Failed to execute 'createDataChannel' on 'RTCPeerConnection': RTCDataChannel cannot have id > 65534",
"status": 1
},
{
"name": "createDataChannel with id 65534 and negotiated true should succeed, and set the channel's id",
"message": "Failed to execute 'createDataChannel' on 'RTCPeerConnection': RTCDataChannel creation failed",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-createOffer.html",
"result": [
{
"name": "When media stream is added when createOffer() is running in parallel, the result offer should contain the new media stream",
"message": "assert_equals: Expect m=audio line to be found in offer SDP expected 1 but got 0",
"status": 1
},
{
"name": "createOffer() should fail when signaling state is not stable or have-local-offer",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-generateCertificate.html",
"result": [
{
"name": "generateCertificate() with invalid range for expires should reject with TypeError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
},
{
"name": "generateCertificate() with invalid type for expires should reject with TypeError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-iceConnectionState-disconnected.https.html",
"result": [
{
"name": "ICE restart when ICE is disconnected results in checking, then connected",
"message": "assert_equals: expected \"checking\" but got \"connected\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnectionIceEvent-constructor.html",
"result": [
{
"name": "RTCPeerConnectionIceEvent with no eventInitDict (default)",
"message": "assert_equals: expected (object) null but got (undefined) undefined",
"status": 1
},
{
"name": "RTCPeerConnectionIceEvent with empty object as eventInitDict (default)",
"message": "assert_equals: expected (object) null but got (undefined) undefined",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-iceGatheringState.html",
"result": [
{
"name": "local description should have a=end-of-candidates when gathering completes",
"message": "assert_true: expected true got false",
"status": 1
},
{
"name": "gathering state and candidate callbacks should fire in the correct order",
"message": "assert_not_equals: Global null candidate event should not fire yet got disallowed value null",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-mandatory-getStats.https.html",
"result": [
{
"name": "RTCIceCandidateStats's url",
"message": "assert_true: Is url present expected true got false",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-operations.https.html",
"result": [
{
"name": "createOffer must detect InvalidStateError synchronously when chain is empty (prerequisite)",
"message": "assert_equals: expected \"InvalidStateError\" but got \"Error\"",
"status": 1
},
{
"name": "createAnswer must detect InvalidStateError synchronously when chain is empty (prerequisite)",
"message": "assert_equals: promise rejected on same task expected \"rejected\" but got \"pending\"",
"status": 1
},
{
"name": "SLD(rollback) must detect InvalidStateError synchronously when chain is empty",
"message": "assert_equals: promise rejected on same task expected \"rejected\" but got \"pending\"",
"status": 1
},
{
"name": "addIceCandidate must detect InvalidStateError synchronously when chain is empty",
"message": "assert_equals: expected \"InvalidStateError\" but got \"Error\"",
"status": 1
},
{
"name": "setParameters must detect InvalidStateError synchronously always when transceiver is stopped",
"message": "assert_equals: promise rejected on same task expected \"rejected\" but got \"pending\"",
"status": 1
},
{
"name": "isOperationsChainEmpty detects empty in stable",
"message": "assert_true: Empty to start expected true got false",
"status": 1
},
{
"name": "isOperationsChainEmpty detects empty in have-local-offer",
"message": "assert_true: Empty to start expected true got false",
"status": 1
},
{
"name": "isOperationsChainEmpty detects empty in have-remote-offer",
"message": "assert_equals: isOperationsChainEmpty is working expected \"InvalidStateError\" but got \"Error\"",
"status": 1
},
{
"name": "createAnswer uses operations chain",
"message": "assert_equals: isOperationsChainEmpty is working expected \"InvalidStateError\" but got \"Error\"",
"status": 1
},
{
"name": "setLocalDescription uses operations chain",
"message": "assert_true: Empty before expected true got false",
"status": 1
},
{
"name": "setRemoteDescription uses operations chain",
"message": "assert_true: Empty before expected true got false",
"status": 1
},
{
"name": "addIceCandidate uses operations chain",
"message": "assert_equals: isOperationsChainEmpty is working expected \"InvalidStateError\" but got \"Error\"",
"status": 1
},
{
"name": "Firing of negotiationneeded does NOT use operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "replaceTrack uses operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "setParameters does NOT use the operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "pc.getStats does NOT use the operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "sender.getStats does NOT use the operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "receiver.getStats does NOT use the operations chain",
"message": "assert_true: Empty chain expected true got false",
"status": 1
},
{
"name": "Pack operations queue with implicit offer and answer",
"message": "promise_test: Unhandled rejection with value: object \"OperationError: Failed to execute 'setLocalDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. Expect line: v=\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-restartIce.https.html",
"result": [
{
"name": "restartIce() does not trigger negotiation ahead of initial negotiation",
"message": "assert_equals: No negotiationneeded event expected (undefined) undefined but got (object) object \"[object Event]\"",
"status": 1
},
{
"name": "restartIce() survives remote offer containing partial restart",
"message": "assert_false: Restarted 2 expected false got true",
"status": 1
},
{
"name": "restartIce() survives remote offer containing partial restart (perfect negotiation)",
"message": "assert_false: Restarted 2 expected false got true",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setLocalDescription-offer.html",
"result": [
{
"name": "Set created offer other than last offer should reject with InvalidModificationError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setLocalDescription-parameterless.https.html",
"result": [
{
"name": "Parameterless SLD() uses [[LastCreatedOffer]] if it is still valid",
"message": "assert_true: offerer.pendingLocalDescription.sdp == offer.sdp expected true got false",
"status": 1
},
{
"name": "Parameterless SLD() uses [[LastCreatedAnswer]] if it is still valid",
"message": "assert_true: answerer.currentLocalDescription.sdp == answer.sdp expected true got false",
"status": 1
},
{
"name": "RTCSessionDescription constructed without type throws TypeError",
"message": "assert_equals: expected \"TypeError\" but got \"ReferenceError\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setLocalDescription-rollback.html",
"result": [
{
"name": "setLocalDescription(rollback) after setting a remote offer should reject with InvalidStateError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setRemoteDescription.html",
"result": [
{
"name": "setRemoteDescription() with invalid SDP and stable state should reject with InvalidStateError",
"message": "assert_throws_dom: function \"() => { throw e }\" threw object \"OperationError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to parse SessionDescription. invalid Expect line: v=\" that is not a DOMException InvalidStateError: property \"code\" is equal to 0, expected 11",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setRemoteDescription-offer.html",
"result": [
{
"name": "setRemoteDescription(offer) with invalid SDP should reject with RTCError",
"message": "assert_equals: Expect error detail field to set to sdp-syntax-error expected (string) \"sdp-syntax-error\" but got (undefined) undefined",
"status": 1
},
{
"name": "setRemoteDescription(offer) from have-local-offer fires signalingstatechange twice",
"message": "assert_equals: expected null but got object \"[object RTCSessionDescription]\"",
"status": 1
},
{
"name": "setRemoteDescription(offer) in have-local-offer should update internal state with a queued task, in the right order",
"message": "assert_equals: pendingRemoteDescription should be updated before the signalingstatechange event expected null but got object \"[object RTCSessionDescription]\"",
"status": 1
},
{
"name": "Naive rollback approach is not glare-proof (control)",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
},
{
"name": "setRemoteDescription(invalidOffer) from have-local-offer does not undo rollback",
"message": "assert_unreached: State should have changed Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setRemoteDescription-rollback.html",
"result": [
{
"name": "setRemoteDescription(rollback) after setting a local offer should reject with InvalidStateError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCPeerConnection-setRemoteDescription-simulcast.https.html",
"result": [
{
"name": "createAnswer() attaches to an existing transceiver with a remote simulcast offer",
"message": "assert_equals: Expected exactly one transceiver expected 1 but got 2",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpParameters-codecs.html",
"result": [
{
"name": "setParameters() with codecs undefined should reject with InvalidModificationError (audio)",
"message": "promise_rejects_dom: function \"function() { throw e }\" threw object \"TypeError: Failed to execute 'setParameters' on 'RTCRtpSender': Failed to read the 'codecs' property from 'RTCRtpParameters': Required member is undefined.\" that is not a DOMException InvalidModificationError: property \"code\" is equal to undefined, expected 13",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() should have codecs after negotiation (audio)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "RTCRtpReceiver.getParameters() should have codecs after negotiation (audio)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "RTCRtpReceiver.getParameters() codecs should match local SDP (audio, offerer)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "setParameters() with codecs undefined should reject with InvalidModificationError (video)",
"message": "promise_rejects_dom: function \"function() { throw e }\" threw object \"TypeError: Failed to execute 'setParameters' on 'RTCRtpSender': Failed to read the 'codecs' property from 'RTCRtpParameters': Required member is undefined.\" that is not a DOMException InvalidModificationError: property \"code\" is equal to undefined, expected 13",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() should have codecs after negotiation (video)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "RTCRtpReceiver.getParameters() should have codecs after negotiation (video)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "RTCRtpReceiver.getParameters() codecs should match local SDP (video, offerer)",
"message": "assert_not_equals: got disallowed value 0",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (audio, no fmtp checks, offerer)",
"message": "promise_test: Unhandled rejection with value: object \"InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: The m= section with mid='0' is invalid. RTCP-MUX is not enabled when it is required.\"",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (audio, no fmtp checks, answerer)",
"message": "promise_test: Unhandled rejection with value: object \"InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote offer sdp: The m= section with mid='mid1' is invalid. RTCP-MUX is not enabled when it is required.\"",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (audio, with fmtp checks, offerer)",
"message": "promise_test: Unhandled rejection with value: object \"InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote answer sdp: The m= section with mid='0' is invalid. RTCP-MUX is not enabled when it is required.\"",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (audio, with fmtp checks, answerer)",
"message": "promise_test: Unhandled rejection with value: object \"InvalidAccessError: Failed to execute 'setRemoteDescription' on 'RTCPeerConnection': Failed to set remote offer sdp: The m= section with mid='mid1' is invalid. RTCP-MUX is not enabled when it is required.\"",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (video, minimal fmtp checks, offerer)",
"message": "assert_equals: expected 7 but got 9",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (video, minimal fmtp checks, answerer)",
"message": "assert_equals: expected 7 but got 0",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (video, with fmtp checks, offerer)",
"message": "assert_equals: expected 7 but got 9",
"status": 1
},
{
"name": "RTCRtpSender.getParameters() codecs should match remote SDP (video, with fmtp checks, answerer)",
"message": "assert_equals: expected 7 but got 0",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpParameters-encodings.html",
"result": [
{
"name": "addTransceiver(video) with undefined sendEncodings should have default encoding parameter with active set to true and scaleResolutionDownBy set to 1",
"message": "assert_equals: expected (number) 1 but got (undefined) undefined",
"status": 1
},
{
"name": "addTransceiver(video) with empty list sendEncodings should have default encoding parameter with active set to true and scaleResolutionDownBy set to 1",
"message": "assert_equals: expected (number) 1 but got (undefined) undefined",
"status": 1
},
{
"name": "addTransceiver(video) should auto-set scaleResolutionDownBy to 1 when some encodings have it, but not all",
"message": "assert_equals: expected (number) 1 but got (undefined) undefined",
"status": 1
},
{
"name": "addTransceiver should auto-set scaleResolutionDownBy to powers of 2 (descending) when absent",
"message": "assert_equals: expected (number) 2 but got (undefined) undefined",
"status": 1
},
{
"name": "addTransceiver with duplicate rid and multiple encodings throws TypeError",
"message": "assert_throws_js: function \"() => pc.addTransceiver('video', { sendEncodings: [{rid: \"foo\"}, {rid: \"foo\"}] })\" did not throw",
"status": 1
},
{
"name": "addTransceiver with missing rid and multiple encodings throws TypeError",
"message": "assert_throws_js: function \"() => pc.addTransceiver('video', { sendEncodings: [{rid: \"foo\"}, {}] })\" threw object \"InvalidAccessError: Failed to execute 'addTransceiver' on 'RTCPeerConnection': RIDs must be provided for either all or none of the send encodings.\" (\"InvalidAccessError\") expected instance of function \"function TypeError() { [native code] }\" (\"TypeError\")",
"status": 1
},
{
"name": "addTransceiver with empty rid throws TypeError",
"message": "assert_throws_js: function \"() => pc.addTransceiver('video', { sendEncodings: [{rid: \"\"}] })\" did not throw",
"status": 1
},
{
"name": "addTransceiver with invalid rid characters throws TypeError",
"message": "assert_throws_js: function \"() => pc.addTransceiver('video', { sendEncodings: [{rid: \"foo-bar\"}] })\" threw object \"InvalidAccessError: Failed to execute 'addTransceiver' on 'RTCPeerConnection': Invalid RID value provided.\" (\"InvalidAccessError\") expected instance of function \"function TypeError() { [native code] }\" (\"TypeError\")",
"status": 1
},
{
"name": "setParameters() with encoding.scaleResolutionDownBy field set to less than 1.0 should reject with RangeError",
"message": "promise_rejects_js: function \"function() { throw e }\" threw object \"InvalidStateError: getParameters() needs to be called before setParameters().\" (\"InvalidStateError\") expected instance of function \"function RangeError() { [native code] }\" (\"RangeError\")",
"status": 1
},
{
"name": "setParameters() with missing encoding.scaleResolutionDownBy field should succeed, and set the value back to 1",
"message": "assert_equals: expected (number) 1 but got (undefined) undefined",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpParameters-transactionId.html",
"result": [
{
"name": "sender.getParameters() should return the same transaction ID if called back-to-back without relinquishing the event loop, even if the microtask queue runs",
"message": "assert_true: expected true got false",
"status": 1
},
{
"name": "sender.getParameters() should return the same transaction ID if called back-to-back without relinquishing the event loop, even if there is an intervening call to setParameters",
"message": "assert_true: expected true got false",
"status": 1
},
{
"name": "setParameters() when the event loop has been relinquished since the last getParameters() should reject with InvalidStateError",
"message": "assert_unreached: Should have rejected: undefined Reached unreachable code",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpReceiver-audio-jitterBufferTarget-stats.https.html",
"result": [
{
"name": "measure raising and lowering audio jitterBufferTarget",
"message": "assert_true: jitter buffer is not stabilised expected true got false",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpReceiver-getParameters.html",
"result": [
{
"name": "getParameters() with simulcast video receiver",
"message": "assert_greater_than: expected a number greater than 0 but got 0",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpReceiver-getStats.https.html",
"result": [
{
"name": "receiver.getStats() should work on a stopped transceiver but not have inbound-rtp objects",
"message": "assert_false: expected false got true",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpReceiver-video-jitterBufferTarget-stats.html",
"result": [
{
"name": "measure raising and lowering video jitterBufferTarget",
"message": "assert_true: jitterBuffer does not reach target expected true got false",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpSender-setParameters.html",
"result": [
{
"name": "setParameters() with already used parameters should work if the event loop has not been relinquished",
"message": "promise_test: Unhandled rejection with value: object \"InvalidStateError: Failed to execute 'setParameters' on 'RTCRtpSender': Failed to set parameters since getParameters() has never been called on this sender\"",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpTransceiver.https.html",
"result": [
{
"name": "checkRemoveTrackNegotiation",
"message": "assert_equals: pc2.setRemoteDescription(offer) should've added 2 tracks to receive stream expected 2 but got 0",
"status": 1
},
{
"name": "checkMute",
"message": "assert_true: expected true got false",
"status": 1
}
]
},
{
"test": "/webrtc/RTCRtpTransceiver-setCodecPreferences.html",
"result": [
{