8 lines
376 B
INI
8 lines
376 B
INI
[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]
|