blob: 69c147bbee8785fa35afcc8035a32442c1a3cf98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[skip-waiting-using-registration.https.html]
expected:
if (os == "android") and not fission and debug and not swgl: [OK, FAIL, ERROR]
if (os == "android") and not fission and debug and swgl: [OK, FAIL]
if (os == "android") and not fission and not debug: [OK, FAIL]
if (os == "android") and fission: [OK, TIMEOUT, FAIL, ERROR]
if os == "mac": [OK, FAIL]
[Test skipWaiting while a client is using the registration]
expected:
if os == "mac": [PASS, FAIL]
if os == "android": [PASS, FAIL]
|