tor-browser

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

gather.https.any.js.ini (1405B)


      1 [gather.https.any.html]
      2  [[gather\] Test gather with axis = 2]
      3    expected: FAIL
      4 
      5  [[gather\] TypeError is expected if the axis is greater than the rank of input]
      6    expected: FAIL
      7 
      8  [[gather\] TypeError is expected if the input is a scalar]
      9    expected: FAIL
     10 
     11  [[gather\] TypeError is expected if the data type of indices is invalid]
     12    expected: FAIL
     13 
     14  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     15    expected: FAIL
     16 
     17  [[gather\] Test gather with default options and 0-D indices]
     18    expected: FAIL
     19 
     20  [[gather\] throw if input is from another builder]
     21    expected: FAIL
     22 
     23  [[gather\] throw if indices is from another builder]
     24    expected: FAIL
     25 
     26 
     27 [gather.https.any.worker.html]
     28  [[gather\] Test gather with default options and 0-D indices]
     29    expected: FAIL
     30 
     31  [[gather\] Test gather with axis = 2]
     32    expected: FAIL
     33 
     34  [[gather\] TypeError is expected if the input is a scalar]
     35    expected: FAIL
     36 
     37  [[gather\] TypeError is expected if the axis is greater than the rank of input]
     38    expected: FAIL
     39 
     40  [[gather\] TypeError is expected if the data type of indices is invalid]
     41    expected: FAIL
     42 
     43  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     44    expected: FAIL
     45 
     46  [[gather\] throw if input is from another builder]
     47    expected: FAIL
     48 
     49  [[gather\] throw if indices is from another builder]
     50    expected: FAIL