blob: 3a06f57c798bf4b56271db52d894eca570e9f3e2 (
plain)
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
|
[DEFAULT]
tags=mtg
subsuite = media
support-files =
head.js
hello.ogg
hello.ogg^headers^
http_requesthandler.sjs
sinoid+hello.ogg
sinoid+hello.ogg^headers^
silence.ogg
silence.ogg^headers^
[test_abort.html]
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538363
[test_audio_capture_error.html]
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538360
[test_call_start_from_end_handler.html]
tags=capturestream
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538363
[test_nested_eventloop.html]
skip-if = toolkit == 'android'
[test_online_400_response.html]
[test_online_hangup.html]
[test_online_http.html]
[test_online_http_webkit.html]
[test_online_malformed_result_handling.html]
[test_online_empty_result_handling.html]
[test_preference_enable.html]
[test_recognition_service_error.html]
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538360
[test_success_without_recognition_service.html]
skip-if = (os == "win" && processor == "aarch64") # aarch64 due to 1538360
[test_timeout.html]
|