blob: 37aea75230e7e036b0a1ae1300e5d1030d0c7cda (
plain)
1
2
3
4
5
6
7
8
|
[historical.https.html]
expected:
if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
[Service worker test setup]
expected:
if (processor == "x86_64") and (os == "win") and not debug: [PASS, TIMEOUT]
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|