tor-browser

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

dashed-function-cycles.html.ini (1544B)


      1 [dashed-function-cycles.html]
      2  [Local with self-cycle]
      3    expected: FAIL
      4 
      5  [Cycle reference without fallback makes result invalid]
      6    expected: FAIL
      7 
      8  [Local shadowing cyclic property --x]
      9    expected: FAIL
     10 
     11  [Local shadowing cyclic outer local --x]
     12    expected: FAIL
     13 
     14  [Argument shadowing cyclic outer local --x]
     15    expected: FAIL
     16 
     17  [Arguments shadowing cyclic properties]
     18    expected: FAIL
     19 
     20  [Observing property cycle locally]
     21    expected: FAIL
     22 
     23  [Using cyclic values with no fallback]
     24    expected: FAIL
     25 
     26  [Self-cycle in non-used local variable]
     27    expected: FAIL
     28 
     29  [Using cyclic value in unused fallback]
     30    expected: FAIL
     31 
     32  [Using cyclic value in unused fallback (local)]
     33    expected: FAIL
     34 
     35  [Dashed-function, self-cycle]
     36    expected: FAIL
     37 
     38  [Cycle through other function (--g)]
     39    expected: FAIL
     40 
     41  [Cycle through other function (--f)]
     42    expected: FAIL
     43 
     44  [Cycle through local, self]
     45    expected: FAIL
     46 
     47  [Cycle through unused local]
     48    expected: FAIL
     49 
     50  [Cycle through global, self]
     51    expected: FAIL
     52 
     53  [Cycle through local, other function]
     54    expected: FAIL
     55 
     56  [Cycle through local, other function, fallback in function]
     57    expected: FAIL
     58 
     59  [Cycle through various variables and other functions]
     60    expected: FAIL
     61 
     62  [Function in a cycle with its own default]
     63    expected: FAIL
     64 
     65  [Cyclic defaults]
     66    expected: FAIL
     67 
     68  [Cyclic outer --b shadows custom property]
     69    expected: FAIL
     70 
     71  [Locals are function specific]
     72    expected: FAIL
     73 
     74  [Local with self-cycle in unused fallback]
     75    expected: FAIL