7 lines
253 B
INI
7 lines
253 B
INI
[fetch-sw.https.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86"): [OK, TIMEOUT, CRASH]
|
|
if (os == "win") and not debug: [OK, TIMEOUT]
|
|
[Second fetch returns same response]
|
|
expected:
|
|
if os == "win": [PASS, TIMEOUT]
|