13 lines
311 B
INI
13 lines
311 B
INI
[capture.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
|
|
if (os == "linux") and (processor == "x86"): [OK, CRASH]
|
|
if (os == "android") and not debug: [OK, ERROR]
|
|
[capture]
|
|
expected: FAIL
|
|
|
|
[capture 1]
|
|
expected: FAIL
|
|
|
|
[capture 2]
|
|
expected: FAIL
|