tor-browser

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

elementwise-binary.https.any.js.ini (2433B)


      1 [elementwise-binary.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[add\] throw if first input is from another builder]
      6    expected: FAIL
      7 
      8  [[add\] throw if second input is from another builder]
      9    expected: FAIL
     10 
     11  [[sub\] throw if first input is from another builder]
     12    expected: FAIL
     13 
     14  [[sub\] throw if second input is from another builder]
     15    expected: FAIL
     16 
     17  [[mul\] throw if first input is from another builder]
     18    expected: FAIL
     19 
     20  [[mul\] throw if second input is from another builder]
     21    expected: FAIL
     22 
     23  [[div\] throw if first input is from another builder]
     24    expected: FAIL
     25 
     26  [[div\] throw if second input is from another builder]
     27    expected: FAIL
     28 
     29  [[max\] throw if first input is from another builder]
     30    expected: FAIL
     31 
     32  [[max\] throw if second input is from another builder]
     33    expected: FAIL
     34 
     35  [[min\] throw if first input is from another builder]
     36    expected: FAIL
     37 
     38  [[min\] throw if second input is from another builder]
     39    expected: FAIL
     40 
     41  [[pow\] throw if first input is from another builder]
     42    expected: FAIL
     43 
     44  [[pow\] throw if second input is from another builder]
     45    expected: FAIL
     46 
     47 
     48 [elementwise-binary.https.any.worker.html]
     49  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     50    expected: FAIL
     51 
     52  [[add\] throw if first input is from another builder]
     53    expected: FAIL
     54 
     55  [[add\] throw if second input is from another builder]
     56    expected: FAIL
     57 
     58  [[sub\] throw if first input is from another builder]
     59    expected: FAIL
     60 
     61  [[sub\] throw if second input is from another builder]
     62    expected: FAIL
     63 
     64  [[mul\] throw if first input is from another builder]
     65    expected: FAIL
     66 
     67  [[mul\] throw if second input is from another builder]
     68    expected: FAIL
     69 
     70  [[div\] throw if first input is from another builder]
     71    expected: FAIL
     72 
     73  [[div\] throw if second input is from another builder]
     74    expected: FAIL
     75 
     76  [[max\] throw if first input is from another builder]
     77    expected: FAIL
     78 
     79  [[max\] throw if second input is from another builder]
     80    expected: FAIL
     81 
     82  [[min\] throw if first input is from another builder]
     83    expected: FAIL
     84 
     85  [[min\] throw if second input is from another builder]
     86    expected: FAIL
     87 
     88  [[pow\] throw if first input is from another builder]
     89    expected: FAIL
     90 
     91  [[pow\] throw if second input is from another builder]
     92    expected: FAIL