42 lines
878 B
INI
42 lines
878 B
INI
[variable-substitution-variable-declaration.html]
|
|
expected:
|
|
if (os == "android") and fission: [OK, TIMEOUT]
|
|
[target1 --var2]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target2 --var1]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target3 --var1]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target3 --var2]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target4 --varC]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target8 --varB]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target9 --varA]
|
|
expected:
|
|
if (os == "linux") and not debug: [PASS, FAIL]
|
|
|
|
[target6 --varC]
|
|
expected: FAIL
|
|
|
|
[target7 --varC]
|
|
expected: FAIL
|
|
|
|
[target9 --varB]
|
|
expected: FAIL
|
|
|
|
[target9 --varC]
|
|
expected: FAIL
|