tor-browser

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

concat.https.any.js.ini (1875B)


      1 [concat.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[concat\] Test building Concat with one input.]
      6    expected: FAIL
      7 
      8  [[concat\] Test building Concat with two inputs]
      9    expected: FAIL
     10 
     11  [[concat\] Test building Concat with three inputs]
     12    expected: FAIL
     13 
     14  [[concat\] Test building Concat with two 1D inputs.]
     15    expected: FAIL
     16 
     17  [[concat\] Throw if the argument types are inconsistent.]
     18    expected: FAIL
     19 
     20  [[concat\] Throw if the inputs have different ranks.]
     21    expected: FAIL
     22 
     23  [[concat\] Throw if the axis is equal to or greater than the size of ranks]
     24    expected: FAIL
     25 
     26  [[concat\] Throw if concat with two 0-D scalars.]
     27    expected: FAIL
     28 
     29  [[concat\] Throw if the inputs have other axes with different sizes except on the axis.]
     30    expected: FAIL
     31 
     32  [[concat\] throw if any input is from another builder]
     33    expected: FAIL
     34 
     35 
     36 [concat.https.any.worker.html]
     37  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     38    expected: FAIL
     39 
     40  [[concat\] Test building Concat with one input.]
     41    expected: FAIL
     42 
     43  [[concat\] Test building Concat with two inputs]
     44    expected: FAIL
     45 
     46  [[concat\] Test building Concat with three inputs]
     47    expected: FAIL
     48 
     49  [[concat\] Test building Concat with two 1D inputs.]
     50    expected: FAIL
     51 
     52  [[concat\] Throw if the argument types are inconsistent.]
     53    expected: FAIL
     54 
     55  [[concat\] Throw if the inputs have different ranks.]
     56    expected: FAIL
     57 
     58  [[concat\] Throw if the axis is equal to or greater than the size of ranks]
     59    expected: FAIL
     60 
     61  [[concat\] Throw if concat with two 0-D scalars.]
     62    expected: FAIL
     63 
     64  [[concat\] Throw if the inputs have other axes with different sizes except on the axis.]
     65    expected: FAIL
     66 
     67  [[concat\] throw if any input is from another builder]
     68    expected: FAIL