blob: 081ccc377bb86c075c396b58a680350083b0791f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
[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]
|