12 lines
252 B
INI
12 lines
252 B
INI
[creation.html]
|
|
expected:
|
|
if (os == "win") and debug and (processor == "x86_64"): [OK, ERROR]
|
|
if (os == "linux") and not debug: [OK, CRASH]
|
|
[creation]
|
|
expected: FAIL
|
|
|
|
[creation 1]
|
|
expected: FAIL
|
|
|
|
[creation 2]
|
|
expected: FAIL
|