8 lines
317 B
INI
8 lines
317 B
INI
[script-change-transform.https.html]
|
|
expected:
|
|
if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
|
|
if (os == "mac") and debug: TIMEOUT
|
|
if (os == "linux") and not debug: [OK, CRASH]
|
|
[change sender transform]
|
|
expected:
|
|
if (processor == "x86") and not debug: [PASS, TIMEOUT]
|