tor-browser

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

reduction.https.any.js.ini (1829B)


      1 [reduction.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[reduceL1\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[reduceL2\] throw if input is from another builder]
      9    expected: FAIL
     10 
     11  [[reduceLogSum\] throw if input is from another builder]
     12    expected: FAIL
     13 
     14  [[reduceLogSumExp\] throw if input is from another builder]
     15    expected: FAIL
     16 
     17  [[reduceMax\] throw if input is from another builder]
     18    expected: FAIL
     19 
     20  [[reduceMean\] throw if input is from another builder]
     21    expected: FAIL
     22 
     23  [[reduceMin\] throw if input is from another builder]
     24    expected: FAIL
     25 
     26  [[reduceProduct\] throw if input is from another builder]
     27    expected: FAIL
     28 
     29  [[reduceSum\] throw if input is from another builder]
     30    expected: FAIL
     31 
     32  [[reduceSumSquare\] throw if input is from another builder]
     33    expected: FAIL
     34 
     35 
     36 [reduction.https.any.html]
     37  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     38    expected: FAIL
     39 
     40  [[reduceL1\] throw if input is from another builder]
     41    expected: FAIL
     42 
     43  [[reduceL2\] throw if input is from another builder]
     44    expected: FAIL
     45 
     46  [[reduceLogSum\] throw if input is from another builder]
     47    expected: FAIL
     48 
     49  [[reduceLogSumExp\] throw if input is from another builder]
     50    expected: FAIL
     51 
     52  [[reduceMax\] throw if input is from another builder]
     53    expected: FAIL
     54 
     55  [[reduceMean\] throw if input is from another builder]
     56    expected: FAIL
     57 
     58  [[reduceMin\] throw if input is from another builder]
     59    expected: FAIL
     60 
     61  [[reduceProduct\] throw if input is from another builder]
     62    expected: FAIL
     63 
     64  [[reduceSum\] throw if input is from another builder]
     65    expected: FAIL
     66 
     67  [[reduceSumSquare\] throw if input is from another builder]
     68    expected: FAIL