blob: 00783aed90bf65f57c8da8825251330e7ff88cae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[audio-upgrade.https.sub.html]
disabled:
if (os == "android") and debug: https://bugzilla.mozilla.org/show_bug.cgi?id=1401570
expected:
if (os == "win") and swgl: [OK, TIMEOUT]
if (os == "win") and not swgl: [OK, TIMEOUT]
if (os == "linux") and not fission: [OK, TIMEOUT]
if os == "android": [OK, ERROR, TIMEOUT]
[Audio autoupgraded]
expected:
if (os == "linux") and fission: PASS
if os == "mac": PASS
[PASS, TIMEOUT]
[Audio of other host autoupgraded]
expected:
if swgl and (os == "win"): [PASS, TIMEOUT]
|