tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

variable-substitution-variable-declaration.html.ini (878B)


      1 [variable-substitution-variable-declaration.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [target1 --var2]
      5    expected:
      6      if (os == "linux") and not debug: [PASS, FAIL]
      7 
      8  [target2 --var1]
      9    expected:
     10      if (os == "linux") and not debug: [PASS, FAIL]
     11 
     12  [target3 --var1]
     13    expected:
     14      if (os == "linux") and not debug: [PASS, FAIL]
     15 
     16  [target3 --var2]
     17    expected:
     18      if (os == "linux") and not debug: [PASS, FAIL]
     19 
     20  [target4 --varC]
     21    expected:
     22      if (os == "linux") and not debug: [PASS, FAIL]
     23 
     24  [target8 --varB]
     25    expected:
     26      if (os == "linux") and not debug: [PASS, FAIL]
     27 
     28  [target9 --varA]
     29    expected:
     30      if (os == "linux") and not debug: [PASS, FAIL]
     31 
     32  [target6 --varC]
     33    expected: FAIL
     34 
     35  [target7 --varC]
     36    expected: FAIL
     37 
     38  [target9 --varB]
     39    expected: FAIL
     40 
     41  [target9 --varC]
     42    expected: FAIL