tor-browser

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

resample2d.https.any.js.ini (4119B)


      1 [resample2d.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[resample2d\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[resample2d\] Test building resample2d with default options]
      9    expected: FAIL
     10 
     11  [[resample2d\] Test building resample2d with scales=[2.0, 2.0\]]
     12    expected: FAIL
     13 
     14  [[resample2d\] Test building resample2d with scales=[0.5, 0.5\]]
     15    expected: FAIL
     16 
     17  [[resample2d\] Test building resample2d with scales=[0.5, 0.5\] and explicit axes=[2, 3\]]
     18    expected: FAIL
     19 
     20  [[resample2d\] Test building resample2d with scales=[1.0, 2.0\] and axes=[0, 1\]]
     21    expected: FAIL
     22 
     23  [[resample2d\] Test building resample2d with scales=[2.0, 2.0\] and axes=[1, 2\]]
     24    expected: FAIL
     25 
     26  [[resample2d\] Test building resample2d with sizes=[3, 6\] ignored scales]
     27    expected: FAIL
     28 
     29  [[resample2d\] Throw if the rank of input is not 4]
     30    expected: FAIL
     31 
     32  [[resample2d\] Throw if the length of scales is not 2]
     33    expected: FAIL
     34 
     35  [[resample2d\] Throw if any scale value is negative]
     36    expected: FAIL
     37 
     38  [[resample2d\] Throw if any scale value is 0]
     39    expected: FAIL
     40 
     41  [[resample2d\] Throw if the length of sizes is not 2]
     42    expected: FAIL
     43 
     44  [[resample2d\] Throw if any size value is out of 'unsigned long' value range]
     45    expected: FAIL
     46 
     47  [[resample2d\] Throw if outputHeight being floor(scaleHeight*inputHeight) is too large]
     48    expected: FAIL
     49 
     50  [[resample2d\] Throw if scaleHeight is too small]
     51    expected: FAIL
     52 
     53  [[resample2d\] Throw if outputWidth being floor(scaleWidth*inputWidth) is too large]
     54    expected: FAIL
     55 
     56  [[resample2d\] Throw if scaleWidth is too small]
     57    expected: FAIL
     58 
     59  [[resample2d\] Throw if the length of axes is not 2]
     60    expected: FAIL
     61 
     62  [[resample2d\] Throw if any axis value is greater than or equal to the input rank]
     63    expected: FAIL
     64 
     65  [[resample2d\] Throw if the values of axes are inconsecutive]
     66    expected: FAIL
     67 
     68  [[resample2d\] Throw if the values of axes are same]
     69    expected: FAIL
     70 
     71 
     72 [resample2d.https.any.html]
     73  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     74    expected: FAIL
     75 
     76  [[resample2d\] throw if input is from another builder]
     77    expected: FAIL
     78 
     79  [[resample2d\] Test building resample2d with default options]
     80    expected: FAIL
     81 
     82  [[resample2d\] Test building resample2d with scales=[2.0, 2.0\]]
     83    expected: FAIL
     84 
     85  [[resample2d\] Test building resample2d with scales=[0.5, 0.5\]]
     86    expected: FAIL
     87 
     88  [[resample2d\] Test building resample2d with scales=[0.5, 0.5\] and explicit axes=[2, 3\]]
     89    expected: FAIL
     90 
     91  [[resample2d\] Test building resample2d with scales=[1.0, 2.0\] and axes=[0, 1\]]
     92    expected: FAIL
     93 
     94  [[resample2d\] Test building resample2d with scales=[2.0, 2.0\] and axes=[1, 2\]]
     95    expected: FAIL
     96 
     97  [[resample2d\] Test building resample2d with sizes=[3, 6\] ignored scales]
     98    expected: FAIL
     99 
    100  [[resample2d\] Throw if the rank of input is not 4]
    101    expected: FAIL
    102 
    103  [[resample2d\] Throw if the length of scales is not 2]
    104    expected: FAIL
    105 
    106  [[resample2d\] Throw if any scale value is negative]
    107    expected: FAIL
    108 
    109  [[resample2d\] Throw if any scale value is 0]
    110    expected: FAIL
    111 
    112  [[resample2d\] Throw if the length of sizes is not 2]
    113    expected: FAIL
    114 
    115  [[resample2d\] Throw if any size value is out of 'unsigned long' value range]
    116    expected: FAIL
    117 
    118  [[resample2d\] Throw if outputHeight being floor(scaleHeight*inputHeight) is too large]
    119    expected: FAIL
    120 
    121  [[resample2d\] Throw if scaleHeight is too small]
    122    expected: FAIL
    123 
    124  [[resample2d\] Throw if outputWidth being floor(scaleWidth*inputWidth) is too large]
    125    expected: FAIL
    126 
    127  [[resample2d\] Throw if scaleWidth is too small]
    128    expected: FAIL
    129 
    130  [[resample2d\] Throw if the length of axes is not 2]
    131    expected: FAIL
    132 
    133  [[resample2d\] Throw if any axis value is greater than or equal to the input rank]
    134    expected: FAIL
    135 
    136  [[resample2d\] Throw if the values of axes are inconsecutive]
    137    expected: FAIL
    138 
    139  [[resample2d\] Throw if the values of axes are same]
    140    expected: FAIL