MANUAL PUSH: wpt sync bot wpt-head: a7553037780cee3a0f83a3e360d8f0544862e8f1 wpt-type: landing
44 lines
964 B
INI
44 lines
964 B
INI
[variable-substitution-variable-declaration.html]
|
|
[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:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[target9 --varC]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|
|
|
|
[target9 --varB]
|
|
expected:
|
|
if (os == "android") and not debug: [PASS, FAIL]
|