tor-browser

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

idlharness.https.any.js.ini (84760B)


      1 [idlharness.https.any.html]
      2  [NavigatorML must be primary interface of navigator]
      3    expected: FAIL
      4 
      5  [Stringification of navigator]
      6    expected: FAIL
      7 
      8  [NavigatorML interface: navigator must inherit property "ml" with the proper type]
      9    expected: FAIL
     10 
     11  [ML interface: existence and properties of interface object]
     12    expected: FAIL
     13 
     14  [ML interface object length]
     15    expected: FAIL
     16 
     17  [ML interface object name]
     18    expected: FAIL
     19 
     20  [ML interface: existence and properties of interface prototype object]
     21    expected: FAIL
     22 
     23  [ML interface: existence and properties of interface prototype object's "constructor" property]
     24    expected: FAIL
     25 
     26  [ML interface: existence and properties of interface prototype object's @@unscopables property]
     27    expected: FAIL
     28 
     29  [ML interface: operation createContext(optional MLContextOptions)]
     30    expected: FAIL
     31 
     32  [ML interface: operation createContext(GPUDevice)]
     33    expected: FAIL
     34 
     35  [ML must be primary interface of navigator.ml]
     36    expected: FAIL
     37 
     38  [Stringification of navigator.ml]
     39    expected: FAIL
     40 
     41  [ML interface: navigator.ml must inherit property "createContext(optional MLContextOptions)" with the proper type]
     42    expected: FAIL
     43 
     44  [ML interface: calling createContext(optional MLContextOptions) on navigator.ml with too few arguments must throw TypeError]
     45    expected: FAIL
     46 
     47  [ML interface: navigator.ml must inherit property "createContext(GPUDevice)" with the proper type]
     48    expected: FAIL
     49 
     50  [ML interface: calling createContext(GPUDevice) on navigator.ml with too few arguments must throw TypeError]
     51    expected: FAIL
     52 
     53  [MLContext interface: existence and properties of interface object]
     54    expected: FAIL
     55 
     56  [MLContext interface object length]
     57    expected: FAIL
     58 
     59  [MLContext interface object name]
     60    expected: FAIL
     61 
     62  [MLContext interface: existence and properties of interface prototype object]
     63    expected: FAIL
     64 
     65  [MLContext interface: existence and properties of interface prototype object's "constructor" property]
     66    expected: FAIL
     67 
     68  [MLContext interface: existence and properties of interface prototype object's @@unscopables property]
     69    expected: FAIL
     70 
     71  [MLContext must be primary interface of context]
     72    expected: FAIL
     73 
     74  [Stringification of context]
     75    expected: FAIL
     76 
     77  [MLOperand interface: existence and properties of interface object]
     78    expected: FAIL
     79 
     80  [MLOperand interface object length]
     81    expected: FAIL
     82 
     83  [MLOperand interface object name]
     84    expected: FAIL
     85 
     86  [MLOperand interface: existence and properties of interface prototype object]
     87    expected: FAIL
     88 
     89  [MLOperand interface: existence and properties of interface prototype object's "constructor" property]
     90    expected: FAIL
     91 
     92  [MLOperand interface: existence and properties of interface prototype object's @@unscopables property]
     93    expected: FAIL
     94 
     95  [MLOperand must be primary interface of input]
     96    expected: FAIL
     97 
     98  [Stringification of input]
     99    expected: FAIL
    100 
    101  [MLOperand must be primary interface of filter]
    102    expected: FAIL
    103 
    104  [Stringification of filter]
    105    expected: FAIL
    106 
    107  [MLGraphBuilder interface: existence and properties of interface object]
    108    expected: FAIL
    109 
    110  [MLGraphBuilder interface object length]
    111    expected: FAIL
    112 
    113  [MLGraphBuilder interface object name]
    114    expected: FAIL
    115 
    116  [MLGraphBuilder interface: existence and properties of interface prototype object]
    117    expected: FAIL
    118 
    119  [MLGraphBuilder interface: existence and properties of interface prototype object's "constructor" property]
    120    expected: FAIL
    121 
    122  [MLGraphBuilder interface: existence and properties of interface prototype object's @@unscopables property]
    123    expected: FAIL
    124 
    125  [MLGraphBuilder interface: operation input(DOMString, MLOperandDescriptor)]
    126    expected: FAIL
    127 
    128  [MLGraphBuilder interface: operation batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions)]
    129    expected: FAIL
    130 
    131  [MLGraphBuilder interface: operation clamp(MLOperand, optional MLClampOptions)]
    132    expected: FAIL
    133 
    134  [MLGraphBuilder interface: operation clamp(optional MLClampOptions)]
    135    expected: FAIL
    136 
    137  [MLGraphBuilder interface: operation conv2d(MLOperand, MLOperand, optional MLConv2dOptions)]
    138    expected: FAIL
    139 
    140  [MLGraphBuilder interface: operation add(MLOperand, MLOperand)]
    141    expected: FAIL
    142 
    143  [MLGraphBuilder interface: operation sub(MLOperand, MLOperand)]
    144    expected: FAIL
    145 
    146  [MLGraphBuilder interface: operation mul(MLOperand, MLOperand)]
    147    expected: FAIL
    148 
    149  [MLGraphBuilder interface: operation div(MLOperand, MLOperand)]
    150    expected: FAIL
    151 
    152  [MLGraphBuilder interface: operation max(MLOperand, MLOperand)]
    153    expected: FAIL
    154 
    155  [MLGraphBuilder interface: operation min(MLOperand, MLOperand)]
    156    expected: FAIL
    157 
    158  [MLGraphBuilder interface: operation pow(MLOperand, MLOperand)]
    159    expected: FAIL
    160 
    161  [MLGraphBuilder interface: operation abs(MLOperand)]
    162    expected: FAIL
    163 
    164  [MLGraphBuilder interface: operation ceil(MLOperand)]
    165    expected: FAIL
    166 
    167  [MLGraphBuilder interface: operation cos(MLOperand)]
    168    expected: FAIL
    169 
    170  [MLGraphBuilder interface: operation exp(MLOperand)]
    171    expected: FAIL
    172 
    173  [MLGraphBuilder interface: operation floor(MLOperand)]
    174    expected: FAIL
    175 
    176  [MLGraphBuilder interface: operation log(MLOperand)]
    177    expected: FAIL
    178 
    179  [MLGraphBuilder interface: operation neg(MLOperand)]
    180    expected: FAIL
    181 
    182  [MLGraphBuilder interface: operation sin(MLOperand)]
    183    expected: FAIL
    184 
    185  [MLGraphBuilder interface: operation tan(MLOperand)]
    186    expected: FAIL
    187 
    188  [MLGraphBuilder interface: operation elu(MLOperand, optional MLEluOptions)]
    189    expected: FAIL
    190 
    191  [MLGraphBuilder interface: operation elu(optional MLEluOptions)]
    192    expected: FAIL
    193 
    194  [MLGraphBuilder interface: operation gemm(MLOperand, MLOperand, optional MLGemmOptions)]
    195    expected: FAIL
    196 
    197  [MLGraphBuilder interface: operation hardSigmoid(MLOperand, optional MLHardSigmoidOptions)]
    198    expected: FAIL
    199 
    200  [MLGraphBuilder interface: operation hardSigmoid(optional MLHardSigmoidOptions)]
    201    expected: FAIL
    202 
    203  [MLGraphBuilder interface: operation hardSwish(MLOperand)]
    204    expected: FAIL
    205 
    206  [MLGraphBuilder interface: operation hardSwish()]
    207    expected: FAIL
    208 
    209  [MLGraphBuilder interface: operation instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions)]
    210    expected: FAIL
    211 
    212  [MLGraphBuilder interface: operation leakyRelu(MLOperand, optional MLLeakyReluOptions)]
    213    expected: FAIL
    214 
    215  [MLGraphBuilder interface: operation leakyRelu(optional MLLeakyReluOptions)]
    216    expected: FAIL
    217 
    218  [MLGraphBuilder interface: operation matmul(MLOperand, MLOperand)]
    219    expected: FAIL
    220 
    221  [MLGraphBuilder interface: operation linear(MLOperand, optional MLLinearOptions)]
    222    expected: FAIL
    223 
    224  [MLGraphBuilder interface: operation linear(optional MLLinearOptions)]
    225    expected: FAIL
    226 
    227  [MLGraphBuilder interface: operation averagePool2d(MLOperand, optional MLPool2dOptions)]
    228    expected: FAIL
    229 
    230  [MLGraphBuilder interface: operation l2Pool2d(MLOperand, optional MLPool2dOptions)]
    231    expected: FAIL
    232 
    233  [MLGraphBuilder interface: operation maxPool2d(MLOperand, optional MLPool2dOptions)]
    234    expected: FAIL
    235 
    236  [MLGraphBuilder interface: operation reduceL1(MLOperand, optional MLReduceOptions)]
    237    expected: FAIL
    238 
    239  [MLGraphBuilder interface: operation reduceL2(MLOperand, optional MLReduceOptions)]
    240    expected: FAIL
    241 
    242  [MLGraphBuilder interface: operation reduceLogSum(MLOperand, optional MLReduceOptions)]
    243    expected: FAIL
    244 
    245  [MLGraphBuilder interface: operation reduceLogSumExp(MLOperand, optional MLReduceOptions)]
    246    expected: FAIL
    247 
    248  [MLGraphBuilder interface: operation reduceMax(MLOperand, optional MLReduceOptions)]
    249    expected: FAIL
    250 
    251  [MLGraphBuilder interface: operation reduceMean(MLOperand, optional MLReduceOptions)]
    252    expected: FAIL
    253 
    254  [MLGraphBuilder interface: operation reduceMin(MLOperand, optional MLReduceOptions)]
    255    expected: FAIL
    256 
    257  [MLGraphBuilder interface: operation reduceProduct(MLOperand, optional MLReduceOptions)]
    258    expected: FAIL
    259 
    260  [MLGraphBuilder interface: operation reduceSum(MLOperand, optional MLReduceOptions)]
    261    expected: FAIL
    262 
    263  [MLGraphBuilder interface: operation reduceSumSquare(MLOperand, optional MLReduceOptions)]
    264    expected: FAIL
    265 
    266  [MLGraphBuilder interface: operation relu(MLOperand)]
    267    expected: FAIL
    268 
    269  [MLGraphBuilder interface: operation relu()]
    270    expected: FAIL
    271 
    272  [MLGraphBuilder interface: operation resample2d(MLOperand, optional MLResample2dOptions)]
    273    expected: FAIL
    274 
    275  [MLGraphBuilder interface: operation sigmoid(MLOperand)]
    276    expected: FAIL
    277 
    278  [MLGraphBuilder interface: operation sigmoid()]
    279    expected: FAIL
    280 
    281  [MLGraphBuilder interface: operation softmax(MLOperand)]
    282    expected: FAIL
    283 
    284  [MLGraphBuilder interface: operation softplus(MLOperand, optional MLSoftplusOptions)]
    285    expected: FAIL
    286 
    287  [MLGraphBuilder interface: operation softplus(optional MLSoftplusOptions)]
    288    expected: FAIL
    289 
    290  [MLGraphBuilder interface: operation softsign(MLOperand)]
    291    expected: FAIL
    292 
    293  [MLGraphBuilder interface: operation softsign()]
    294    expected: FAIL
    295 
    296  [MLGraphBuilder interface: operation split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions)]
    297    expected: FAIL
    298 
    299  [MLGraphBuilder interface: operation tanh(MLOperand)]
    300    expected: FAIL
    301 
    302  [MLGraphBuilder interface: operation tanh()]
    303    expected: FAIL
    304 
    305  [MLGraphBuilder interface: operation transpose(MLOperand, optional MLTransposeOptions)]
    306    expected: FAIL
    307 
    308  [MLGraphBuilder must be primary interface of builder]
    309    expected: FAIL
    310 
    311  [Stringification of builder]
    312    expected: FAIL
    313 
    314  [MLGraphBuilder interface: builder must inherit property "input(DOMString, MLOperandDescriptor)" with the proper type]
    315    expected: FAIL
    316 
    317  [MLGraphBuilder interface: calling input(DOMString, MLOperandDescriptor) on builder with too few arguments must throw TypeError]
    318    expected: FAIL
    319 
    320  [MLGraphBuilder interface: builder must inherit property "batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions)" with the proper type]
    321    expected: FAIL
    322 
    323  [MLGraphBuilder interface: calling batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions) on builder with too few arguments must throw TypeError]
    324    expected: FAIL
    325 
    326  [MLGraphBuilder interface: builder must inherit property "clamp(MLOperand, optional MLClampOptions)" with the proper type]
    327    expected: FAIL
    328 
    329  [MLGraphBuilder interface: calling clamp(MLOperand, optional MLClampOptions) on builder with too few arguments must throw TypeError]
    330    expected: FAIL
    331 
    332  [MLGraphBuilder interface: builder must inherit property "clamp(optional MLClampOptions)" with the proper type]
    333    expected: FAIL
    334 
    335  [MLGraphBuilder interface: calling clamp(optional MLClampOptions) on builder with too few arguments must throw TypeError]
    336    expected: FAIL
    337 
    338  [MLGraphBuilder interface: builder must inherit property "conv2d(MLOperand, MLOperand, optional MLConv2dOptions)" with the proper type]
    339    expected: FAIL
    340 
    341  [MLGraphBuilder interface: calling conv2d(MLOperand, MLOperand, optional MLConv2dOptions) on builder with too few arguments must throw TypeError]
    342    expected: FAIL
    343 
    344  [MLGraphBuilder interface: builder must inherit property "add(MLOperand, MLOperand)" with the proper type]
    345    expected: FAIL
    346 
    347  [MLGraphBuilder interface: calling add(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    348    expected: FAIL
    349 
    350  [MLGraphBuilder interface: builder must inherit property "sub(MLOperand, MLOperand)" with the proper type]
    351    expected: FAIL
    352 
    353  [MLGraphBuilder interface: calling sub(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    354    expected: FAIL
    355 
    356  [MLGraphBuilder interface: builder must inherit property "mul(MLOperand, MLOperand)" with the proper type]
    357    expected: FAIL
    358 
    359  [MLGraphBuilder interface: calling mul(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    360    expected: FAIL
    361 
    362  [MLGraphBuilder interface: builder must inherit property "div(MLOperand, MLOperand)" with the proper type]
    363    expected: FAIL
    364 
    365  [MLGraphBuilder interface: calling div(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    366    expected: FAIL
    367 
    368  [MLGraphBuilder interface: builder must inherit property "max(MLOperand, MLOperand)" with the proper type]
    369    expected: FAIL
    370 
    371  [MLGraphBuilder interface: calling max(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    372    expected: FAIL
    373 
    374  [MLGraphBuilder interface: builder must inherit property "min(MLOperand, MLOperand)" with the proper type]
    375    expected: FAIL
    376 
    377  [MLGraphBuilder interface: calling min(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    378    expected: FAIL
    379 
    380  [MLGraphBuilder interface: builder must inherit property "pow(MLOperand, MLOperand)" with the proper type]
    381    expected: FAIL
    382 
    383  [MLGraphBuilder interface: calling pow(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    384    expected: FAIL
    385 
    386  [MLGraphBuilder interface: builder must inherit property "abs(MLOperand)" with the proper type]
    387    expected: FAIL
    388 
    389  [MLGraphBuilder interface: calling abs(MLOperand) on builder with too few arguments must throw TypeError]
    390    expected: FAIL
    391 
    392  [MLGraphBuilder interface: builder must inherit property "ceil(MLOperand)" with the proper type]
    393    expected: FAIL
    394 
    395  [MLGraphBuilder interface: calling ceil(MLOperand) on builder with too few arguments must throw TypeError]
    396    expected: FAIL
    397 
    398  [MLGraphBuilder interface: builder must inherit property "cos(MLOperand)" with the proper type]
    399    expected: FAIL
    400 
    401  [MLGraphBuilder interface: calling cos(MLOperand) on builder with too few arguments must throw TypeError]
    402    expected: FAIL
    403 
    404  [MLGraphBuilder interface: builder must inherit property "exp(MLOperand)" with the proper type]
    405    expected: FAIL
    406 
    407  [MLGraphBuilder interface: calling exp(MLOperand) on builder with too few arguments must throw TypeError]
    408    expected: FAIL
    409 
    410  [MLGraphBuilder interface: builder must inherit property "floor(MLOperand)" with the proper type]
    411    expected: FAIL
    412 
    413  [MLGraphBuilder interface: calling floor(MLOperand) on builder with too few arguments must throw TypeError]
    414    expected: FAIL
    415 
    416  [MLGraphBuilder interface: builder must inherit property "log(MLOperand)" with the proper type]
    417    expected: FAIL
    418 
    419  [MLGraphBuilder interface: calling log(MLOperand) on builder with too few arguments must throw TypeError]
    420    expected: FAIL
    421 
    422  [MLGraphBuilder interface: builder must inherit property "neg(MLOperand)" with the proper type]
    423    expected: FAIL
    424 
    425  [MLGraphBuilder interface: calling neg(MLOperand) on builder with too few arguments must throw TypeError]
    426    expected: FAIL
    427 
    428  [MLGraphBuilder interface: builder must inherit property "sin(MLOperand)" with the proper type]
    429    expected: FAIL
    430 
    431  [MLGraphBuilder interface: calling sin(MLOperand) on builder with too few arguments must throw TypeError]
    432    expected: FAIL
    433 
    434  [MLGraphBuilder interface: builder must inherit property "tan(MLOperand)" with the proper type]
    435    expected: FAIL
    436 
    437  [MLGraphBuilder interface: calling tan(MLOperand) on builder with too few arguments must throw TypeError]
    438    expected: FAIL
    439 
    440  [MLGraphBuilder interface: builder must inherit property "elu(MLOperand, optional MLEluOptions)" with the proper type]
    441    expected: FAIL
    442 
    443  [MLGraphBuilder interface: calling elu(MLOperand, optional MLEluOptions) on builder with too few arguments must throw TypeError]
    444    expected: FAIL
    445 
    446  [MLGraphBuilder interface: builder must inherit property "elu(optional MLEluOptions)" with the proper type]
    447    expected: FAIL
    448 
    449  [MLGraphBuilder interface: calling elu(optional MLEluOptions) on builder with too few arguments must throw TypeError]
    450    expected: FAIL
    451 
    452  [MLGraphBuilder interface: builder must inherit property "gemm(MLOperand, MLOperand, optional MLGemmOptions)" with the proper type]
    453    expected: FAIL
    454 
    455  [MLGraphBuilder interface: calling gemm(MLOperand, MLOperand, optional MLGemmOptions) on builder with too few arguments must throw TypeError]
    456    expected: FAIL
    457 
    458  [MLGraphBuilder interface: builder must inherit property "hardSigmoid(MLOperand, optional MLHardSigmoidOptions)" with the proper type]
    459    expected: FAIL
    460 
    461  [MLGraphBuilder interface: calling hardSigmoid(MLOperand, optional MLHardSigmoidOptions) on builder with too few arguments must throw TypeError]
    462    expected: FAIL
    463 
    464  [MLGraphBuilder interface: builder must inherit property "hardSigmoid(optional MLHardSigmoidOptions)" with the proper type]
    465    expected: FAIL
    466 
    467  [MLGraphBuilder interface: calling hardSigmoid(optional MLHardSigmoidOptions) on builder with too few arguments must throw TypeError]
    468    expected: FAIL
    469 
    470  [MLGraphBuilder interface: builder must inherit property "hardSwish(MLOperand)" with the proper type]
    471    expected: FAIL
    472 
    473  [MLGraphBuilder interface: calling hardSwish(MLOperand) on builder with too few arguments must throw TypeError]
    474    expected: FAIL
    475 
    476  [MLGraphBuilder interface: builder must inherit property "hardSwish()" with the proper type]
    477    expected: FAIL
    478 
    479  [MLGraphBuilder interface: builder must inherit property "instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions)" with the proper type]
    480    expected: FAIL
    481 
    482  [MLGraphBuilder interface: calling instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions) on builder with too few arguments must throw TypeError]
    483    expected: FAIL
    484 
    485  [MLGraphBuilder interface: builder must inherit property "leakyRelu(MLOperand, optional MLLeakyReluOptions)" with the proper type]
    486    expected: FAIL
    487 
    488  [MLGraphBuilder interface: calling leakyRelu(MLOperand, optional MLLeakyReluOptions) on builder with too few arguments must throw TypeError]
    489    expected: FAIL
    490 
    491  [MLGraphBuilder interface: builder must inherit property "leakyRelu(optional MLLeakyReluOptions)" with the proper type]
    492    expected: FAIL
    493 
    494  [MLGraphBuilder interface: calling leakyRelu(optional MLLeakyReluOptions) on builder with too few arguments must throw TypeError]
    495    expected: FAIL
    496 
    497  [MLGraphBuilder interface: builder must inherit property "matmul(MLOperand, MLOperand)" with the proper type]
    498    expected: FAIL
    499 
    500  [MLGraphBuilder interface: calling matmul(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    501    expected: FAIL
    502 
    503  [MLGraphBuilder interface: builder must inherit property "linear(MLOperand, optional MLLinearOptions)" with the proper type]
    504    expected: FAIL
    505 
    506  [MLGraphBuilder interface: calling linear(MLOperand, optional MLLinearOptions) on builder with too few arguments must throw TypeError]
    507    expected: FAIL
    508 
    509  [MLGraphBuilder interface: builder must inherit property "linear(optional MLLinearOptions)" with the proper type]
    510    expected: FAIL
    511 
    512  [MLGraphBuilder interface: calling linear(optional MLLinearOptions) on builder with too few arguments must throw TypeError]
    513    expected: FAIL
    514 
    515  [MLGraphBuilder interface: builder must inherit property "averagePool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
    516    expected: FAIL
    517 
    518  [MLGraphBuilder interface: calling averagePool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
    519    expected: FAIL
    520 
    521  [MLGraphBuilder interface: builder must inherit property "l2Pool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
    522    expected: FAIL
    523 
    524  [MLGraphBuilder interface: calling l2Pool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
    525    expected: FAIL
    526 
    527  [MLGraphBuilder interface: builder must inherit property "maxPool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
    528    expected: FAIL
    529 
    530  [MLGraphBuilder interface: calling maxPool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
    531    expected: FAIL
    532 
    533  [MLGraphBuilder interface: builder must inherit property "reduceL1(MLOperand, optional MLReduceOptions)" with the proper type]
    534    expected: FAIL
    535 
    536  [MLGraphBuilder interface: calling reduceL1(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    537    expected: FAIL
    538 
    539  [MLGraphBuilder interface: builder must inherit property "reduceL2(MLOperand, optional MLReduceOptions)" with the proper type]
    540    expected: FAIL
    541 
    542  [MLGraphBuilder interface: calling reduceL2(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    543    expected: FAIL
    544 
    545  [MLGraphBuilder interface: builder must inherit property "reduceLogSum(MLOperand, optional MLReduceOptions)" with the proper type]
    546    expected: FAIL
    547 
    548  [MLGraphBuilder interface: calling reduceLogSum(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    549    expected: FAIL
    550 
    551  [MLGraphBuilder interface: builder must inherit property "reduceLogSumExp(MLOperand, optional MLReduceOptions)" with the proper type]
    552    expected: FAIL
    553 
    554  [MLGraphBuilder interface: calling reduceLogSumExp(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    555    expected: FAIL
    556 
    557  [MLGraphBuilder interface: builder must inherit property "reduceMax(MLOperand, optional MLReduceOptions)" with the proper type]
    558    expected: FAIL
    559 
    560  [MLGraphBuilder interface: calling reduceMax(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    561    expected: FAIL
    562 
    563  [MLGraphBuilder interface: builder must inherit property "reduceMean(MLOperand, optional MLReduceOptions)" with the proper type]
    564    expected: FAIL
    565 
    566  [MLGraphBuilder interface: calling reduceMean(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    567    expected: FAIL
    568 
    569  [MLGraphBuilder interface: builder must inherit property "reduceMin(MLOperand, optional MLReduceOptions)" with the proper type]
    570    expected: FAIL
    571 
    572  [MLGraphBuilder interface: calling reduceMin(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    573    expected: FAIL
    574 
    575  [MLGraphBuilder interface: builder must inherit property "reduceProduct(MLOperand, optional MLReduceOptions)" with the proper type]
    576    expected: FAIL
    577 
    578  [MLGraphBuilder interface: calling reduceProduct(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    579    expected: FAIL
    580 
    581  [MLGraphBuilder interface: builder must inherit property "reduceSum(MLOperand, optional MLReduceOptions)" with the proper type]
    582    expected: FAIL
    583 
    584  [MLGraphBuilder interface: calling reduceSum(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    585    expected: FAIL
    586 
    587  [MLGraphBuilder interface: builder must inherit property "reduceSumSquare(MLOperand, optional MLReduceOptions)" with the proper type]
    588    expected: FAIL
    589 
    590  [MLGraphBuilder interface: calling reduceSumSquare(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
    591    expected: FAIL
    592 
    593  [MLGraphBuilder interface: builder must inherit property "relu(MLOperand)" with the proper type]
    594    expected: FAIL
    595 
    596  [MLGraphBuilder interface: calling relu(MLOperand) on builder with too few arguments must throw TypeError]
    597    expected: FAIL
    598 
    599  [MLGraphBuilder interface: builder must inherit property "relu()" with the proper type]
    600    expected: FAIL
    601 
    602  [MLGraphBuilder interface: builder must inherit property "resample2d(MLOperand, optional MLResample2dOptions)" with the proper type]
    603    expected: FAIL
    604 
    605  [MLGraphBuilder interface: calling resample2d(MLOperand, optional MLResample2dOptions) on builder with too few arguments must throw TypeError]
    606    expected: FAIL
    607 
    608  [MLGraphBuilder interface: builder must inherit property "sigmoid(MLOperand)" with the proper type]
    609    expected: FAIL
    610 
    611  [MLGraphBuilder interface: calling sigmoid(MLOperand) on builder with too few arguments must throw TypeError]
    612    expected: FAIL
    613 
    614  [MLGraphBuilder interface: builder must inherit property "sigmoid()" with the proper type]
    615    expected: FAIL
    616 
    617  [MLGraphBuilder interface: builder must inherit property "softmax(MLOperand)" with the proper type]
    618    expected: FAIL
    619 
    620  [MLGraphBuilder interface: calling softmax(MLOperand) on builder with too few arguments must throw TypeError]
    621    expected: FAIL
    622 
    623  [MLGraphBuilder interface: builder must inherit property "softplus(MLOperand, optional MLSoftplusOptions)" with the proper type]
    624    expected: FAIL
    625 
    626  [MLGraphBuilder interface: calling softplus(MLOperand, optional MLSoftplusOptions) on builder with too few arguments must throw TypeError]
    627    expected: FAIL
    628 
    629  [MLGraphBuilder interface: builder must inherit property "softplus(optional MLSoftplusOptions)" with the proper type]
    630    expected: FAIL
    631 
    632  [MLGraphBuilder interface: calling softplus(optional MLSoftplusOptions) on builder with too few arguments must throw TypeError]
    633    expected: FAIL
    634 
    635  [MLGraphBuilder interface: builder must inherit property "softsign(MLOperand)" with the proper type]
    636    expected: FAIL
    637 
    638  [MLGraphBuilder interface: calling softsign(MLOperand) on builder with too few arguments must throw TypeError]
    639    expected: FAIL
    640 
    641  [MLGraphBuilder interface: builder must inherit property "softsign()" with the proper type]
    642    expected: FAIL
    643 
    644  [MLGraphBuilder interface: builder must inherit property "split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions)" with the proper type]
    645    expected: FAIL
    646 
    647  [MLGraphBuilder interface: calling split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions) on builder with too few arguments must throw TypeError]
    648    expected: FAIL
    649 
    650  [MLGraphBuilder interface: builder must inherit property "tanh(MLOperand)" with the proper type]
    651    expected: FAIL
    652 
    653  [MLGraphBuilder interface: calling tanh(MLOperand) on builder with too few arguments must throw TypeError]
    654    expected: FAIL
    655 
    656  [MLGraphBuilder interface: builder must inherit property "tanh()" with the proper type]
    657    expected: FAIL
    658 
    659  [MLGraphBuilder interface: builder must inherit property "transpose(MLOperand, optional MLTransposeOptions)" with the proper type]
    660    expected: FAIL
    661 
    662  [MLGraphBuilder interface: calling transpose(MLOperand, optional MLTransposeOptions) on builder with too few arguments must throw TypeError]
    663    expected: FAIL
    664 
    665  [MLGraph interface: existence and properties of interface object]
    666    expected: FAIL
    667 
    668  [MLGraph interface object length]
    669    expected: FAIL
    670 
    671  [MLGraph interface object name]
    672    expected: FAIL
    673 
    674  [MLGraph interface: existence and properties of interface prototype object]
    675    expected: FAIL
    676 
    677  [MLGraph interface: existence and properties of interface prototype object's "constructor" property]
    678    expected: FAIL
    679 
    680  [MLGraph interface: existence and properties of interface prototype object's @@unscopables property]
    681    expected: FAIL
    682 
    683  [MLGraph must be primary interface of graph]
    684    expected: FAIL
    685 
    686  [Stringification of graph]
    687    expected: FAIL
    688 
    689  [Navigator interface: attribute ml]
    690    expected: FAIL
    691 
    692  [Navigator interface: navigator must inherit property "ml" with the proper type]
    693    expected: FAIL
    694 
    695  [MLGraphBuilder interface: operation convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions)]
    696    expected: FAIL
    697 
    698  [MLGraphBuilder interface: builder must inherit property "convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions)" with the proper type]
    699    expected: FAIL
    700 
    701  [MLGraphBuilder interface: calling convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions) on builder with too few arguments must throw TypeError]
    702    expected: FAIL
    703 
    704  [MLOperand must be primary interface of output]
    705    expected: FAIL
    706 
    707  [Stringification of output]
    708    expected: FAIL
    709 
    710  [idl_test setup]
    711    expected: FAIL
    712 
    713  [MLContext interface: operation compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews)]
    714    expected: FAIL
    715 
    716  [MLContext interface: context must inherit property "compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews)" with the proper type]
    717    expected: FAIL
    718 
    719  [MLContext interface: calling compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews) on context with too few arguments must throw TypeError]
    720    expected: FAIL
    721 
    722  [MLGraphBuilder interface: operation build(MLNamedOperands)]
    723    expected: FAIL
    724 
    725  [MLGraphBuilder interface: builder must inherit property "build(MLNamedOperands)" with the proper type]
    726    expected: FAIL
    727 
    728  [MLGraphBuilder interface: calling build(MLNamedOperands) on builder with too few arguments must throw TypeError]
    729    expected: FAIL
    730 
    731  [MLActivation interface: existence and properties of interface object]
    732    expected: FAIL
    733 
    734  [MLActivation interface object length]
    735    expected: FAIL
    736 
    737  [MLActivation interface object name]
    738    expected: FAIL
    739 
    740  [MLActivation interface: existence and properties of interface prototype object]
    741    expected: FAIL
    742 
    743  [MLActivation interface: existence and properties of interface prototype object's "constructor" property]
    744    expected: FAIL
    745 
    746  [MLActivation interface: existence and properties of interface prototype object's @@unscopables property]
    747    expected: FAIL
    748 
    749  [MLGraphBuilder interface: operation gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions)]
    750    expected: FAIL
    751 
    752  [MLGraphBuilder interface: operation gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions)]
    753    expected: FAIL
    754 
    755  [MLGraphBuilder interface: operation lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions)]
    756    expected: FAIL
    757 
    758  [MLGraphBuilder interface: operation lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions)]
    759    expected: FAIL
    760 
    761  [MLGraphBuilder interface: operation softmax()]
    762    expected: FAIL
    763 
    764  [MLGraphBuilder interface: builder must inherit property "gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions)" with the proper type]
    765    expected: FAIL
    766 
    767  [MLGraphBuilder interface: calling gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions) on builder with too few arguments must throw TypeError]
    768    expected: FAIL
    769 
    770  [MLGraphBuilder interface: builder must inherit property "gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions)" with the proper type]
    771    expected: FAIL
    772 
    773  [MLGraphBuilder interface: calling gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions) on builder with too few arguments must throw TypeError]
    774    expected: FAIL
    775 
    776  [MLGraphBuilder interface: builder must inherit property "lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions)" with the proper type]
    777    expected: FAIL
    778 
    779  [MLGraphBuilder interface: calling lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions) on builder with too few arguments must throw TypeError]
    780    expected: FAIL
    781 
    782  [MLGraphBuilder interface: builder must inherit property "lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions)" with the proper type]
    783    expected: FAIL
    784 
    785  [MLGraphBuilder interface: calling lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions) on builder with too few arguments must throw TypeError]
    786    expected: FAIL
    787 
    788  [MLGraphBuilder interface: builder must inherit property "softmax()" with the proper type]
    789    expected: FAIL
    790 
    791  [MLActivation must be primary interface of relu]
    792    expected: FAIL
    793 
    794  [Stringification of relu]
    795    expected: FAIL
    796 
    797  [MLGraphBuilder interface: operation concat(sequence<MLOperand>, unsigned long)]
    798    expected: FAIL
    799 
    800  [MLGraphBuilder interface: operation pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions)]
    801    expected: FAIL
    802 
    803  [MLGraphBuilder interface: operation prelu(MLOperand, MLOperand)]
    804    expected: FAIL
    805 
    806  [MLGraphBuilder interface: builder must inherit property "concat(sequence<MLOperand>, unsigned long)" with the proper type]
    807    expected: FAIL
    808 
    809  [MLGraphBuilder interface: calling concat(sequence<MLOperand>, unsigned long) on builder with too few arguments must throw TypeError]
    810    expected: FAIL
    811 
    812  [MLGraphBuilder interface: builder must inherit property "pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions)" with the proper type]
    813    expected: FAIL
    814 
    815  [MLGraphBuilder interface: calling pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions) on builder with too few arguments must throw TypeError]
    816    expected: FAIL
    817 
    818  [MLGraphBuilder interface: builder must inherit property "prelu(MLOperand, MLOperand)" with the proper type]
    819    expected: FAIL
    820 
    821  [MLGraphBuilder interface: calling prelu(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    822    expected: FAIL
    823 
    824  [MLGraphBuilder interface: operation slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>)]
    825    expected: FAIL
    826 
    827  [MLGraphBuilder interface: builder must inherit property "slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>)" with the proper type]
    828    expected: FAIL
    829 
    830  [MLGraphBuilder interface: calling slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
    831    expected: FAIL
    832 
    833  [MLGraphBuilder interface: operation constant(double, optional MLOperandDataType)]
    834    expected: FAIL
    835 
    836  [MLGraphBuilder interface: builder must inherit property "constant(double, optional MLOperandDataType)" with the proper type]
    837    expected: FAIL
    838 
    839  [MLGraphBuilder interface: calling constant(double, optional MLOperandDataType) on builder with too few arguments must throw TypeError]
    840    expected: FAIL
    841 
    842  [MLGraphBuilder interface: operation argMin(MLOperand, optional MLArgMinMaxOptions)]
    843    expected: FAIL
    844 
    845  [MLGraphBuilder interface: operation argMax(MLOperand, optional MLArgMinMaxOptions)]
    846    expected: FAIL
    847 
    848  [MLGraphBuilder interface: operation cast(MLOperand, MLOperandDataType)]
    849    expected: FAIL
    850 
    851  [MLGraphBuilder interface: operation equal(MLOperand, MLOperand)]
    852    expected: FAIL
    853 
    854  [MLGraphBuilder interface: operation greater(MLOperand, MLOperand)]
    855    expected: FAIL
    856 
    857  [MLGraphBuilder interface: operation greaterOrEqual(MLOperand, MLOperand)]
    858    expected: FAIL
    859 
    860  [MLGraphBuilder interface: operation lesser(MLOperand, MLOperand)]
    861    expected: FAIL
    862 
    863  [MLGraphBuilder interface: operation lesserOrEqual(MLOperand, MLOperand)]
    864    expected: FAIL
    865 
    866  [MLGraphBuilder interface: operation not(MLOperand)]
    867    expected: FAIL
    868 
    869  [MLGraphBuilder interface: operation erf(MLOperand)]
    870    expected: FAIL
    871 
    872  [MLGraphBuilder interface: operation identity(MLOperand)]
    873    expected: FAIL
    874 
    875  [MLGraphBuilder interface: operation reciprocal(MLOperand)]
    876    expected: FAIL
    877 
    878  [MLGraphBuilder interface: operation sqrt(MLOperand)]
    879    expected: FAIL
    880 
    881  [MLGraphBuilder interface: operation expand(MLOperand, sequence<unsigned long>)]
    882    expected: FAIL
    883 
    884  [MLGraphBuilder interface: operation gather(MLOperand, MLOperand, optional MLGatherOptions)]
    885    expected: FAIL
    886 
    887  [MLGraphBuilder interface: operation layerNormalization(MLOperand, optional MLLayerNormalizationOptions)]
    888    expected: FAIL
    889 
    890  [MLGraphBuilder interface: operation triangular(MLOperand, optional MLTriangularOptions)]
    891    expected: FAIL
    892 
    893  [MLGraphBuilder interface: operation where(MLOperand, MLOperand, MLOperand)]
    894    expected: FAIL
    895 
    896  [MLGraphBuilder interface: builder must inherit property "argMin(MLOperand, optional MLArgMinMaxOptions)" with the proper type]
    897    expected: FAIL
    898 
    899  [MLGraphBuilder interface: calling argMin(MLOperand, optional MLArgMinMaxOptions) on builder with too few arguments must throw TypeError]
    900    expected: FAIL
    901 
    902  [MLGraphBuilder interface: builder must inherit property "argMax(MLOperand, optional MLArgMinMaxOptions)" with the proper type]
    903    expected: FAIL
    904 
    905  [MLGraphBuilder interface: calling argMax(MLOperand, optional MLArgMinMaxOptions) on builder with too few arguments must throw TypeError]
    906    expected: FAIL
    907 
    908  [MLGraphBuilder interface: builder must inherit property "cast(MLOperand, MLOperandDataType)" with the proper type]
    909    expected: FAIL
    910 
    911  [MLGraphBuilder interface: calling cast(MLOperand, MLOperandDataType) on builder with too few arguments must throw TypeError]
    912    expected: FAIL
    913 
    914  [MLGraphBuilder interface: builder must inherit property "equal(MLOperand, MLOperand)" with the proper type]
    915    expected: FAIL
    916 
    917  [MLGraphBuilder interface: calling equal(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    918    expected: FAIL
    919 
    920  [MLGraphBuilder interface: builder must inherit property "greater(MLOperand, MLOperand)" with the proper type]
    921    expected: FAIL
    922 
    923  [MLGraphBuilder interface: calling greater(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    924    expected: FAIL
    925 
    926  [MLGraphBuilder interface: builder must inherit property "greaterOrEqual(MLOperand, MLOperand)" with the proper type]
    927    expected: FAIL
    928 
    929  [MLGraphBuilder interface: calling greaterOrEqual(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    930    expected: FAIL
    931 
    932  [MLGraphBuilder interface: builder must inherit property "lesser(MLOperand, MLOperand)" with the proper type]
    933    expected: FAIL
    934 
    935  [MLGraphBuilder interface: calling lesser(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    936    expected: FAIL
    937 
    938  [MLGraphBuilder interface: builder must inherit property "lesserOrEqual(MLOperand, MLOperand)" with the proper type]
    939    expected: FAIL
    940 
    941  [MLGraphBuilder interface: calling lesserOrEqual(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
    942    expected: FAIL
    943 
    944  [MLGraphBuilder interface: builder must inherit property "not(MLOperand)" with the proper type]
    945    expected: FAIL
    946 
    947  [MLGraphBuilder interface: calling not(MLOperand) on builder with too few arguments must throw TypeError]
    948    expected: FAIL
    949 
    950  [MLGraphBuilder interface: builder must inherit property "erf(MLOperand)" with the proper type]
    951    expected: FAIL
    952 
    953  [MLGraphBuilder interface: calling erf(MLOperand) on builder with too few arguments must throw TypeError]
    954    expected: FAIL
    955 
    956  [MLGraphBuilder interface: builder must inherit property "identity(MLOperand)" with the proper type]
    957    expected: FAIL
    958 
    959  [MLGraphBuilder interface: calling identity(MLOperand) on builder with too few arguments must throw TypeError]
    960    expected: FAIL
    961 
    962  [MLGraphBuilder interface: builder must inherit property "reciprocal(MLOperand)" with the proper type]
    963    expected: FAIL
    964 
    965  [MLGraphBuilder interface: calling reciprocal(MLOperand) on builder with too few arguments must throw TypeError]
    966    expected: FAIL
    967 
    968  [MLGraphBuilder interface: builder must inherit property "sqrt(MLOperand)" with the proper type]
    969    expected: FAIL
    970 
    971  [MLGraphBuilder interface: calling sqrt(MLOperand) on builder with too few arguments must throw TypeError]
    972    expected: FAIL
    973 
    974  [MLGraphBuilder interface: builder must inherit property "expand(MLOperand, sequence<unsigned long>)" with the proper type]
    975    expected: FAIL
    976 
    977  [MLGraphBuilder interface: calling expand(MLOperand, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
    978    expected: FAIL
    979 
    980  [MLGraphBuilder interface: builder must inherit property "gather(MLOperand, MLOperand, optional MLGatherOptions)" with the proper type]
    981    expected: FAIL
    982 
    983  [MLGraphBuilder interface: calling gather(MLOperand, MLOperand, optional MLGatherOptions) on builder with too few arguments must throw TypeError]
    984    expected: FAIL
    985 
    986  [MLGraphBuilder interface: builder must inherit property "layerNormalization(MLOperand, optional MLLayerNormalizationOptions)" with the proper type]
    987    expected: FAIL
    988 
    989  [MLGraphBuilder interface: calling layerNormalization(MLOperand, optional MLLayerNormalizationOptions) on builder with too few arguments must throw TypeError]
    990    expected: FAIL
    991 
    992  [MLGraphBuilder interface: builder must inherit property "triangular(MLOperand, optional MLTriangularOptions)" with the proper type]
    993    expected: FAIL
    994 
    995  [MLGraphBuilder interface: calling triangular(MLOperand, optional MLTriangularOptions) on builder with too few arguments must throw TypeError]
    996    expected: FAIL
    997 
    998  [MLGraphBuilder interface: builder must inherit property "where(MLOperand, MLOperand, MLOperand)" with the proper type]
    999    expected: FAIL
   1000 
   1001  [MLGraphBuilder interface: calling where(MLOperand, MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1002    expected: FAIL
   1003 
   1004  [MLOperand interface: operation dataType()]
   1005    expected: FAIL
   1006 
   1007  [MLOperand interface: operation shape()]
   1008    expected: FAIL
   1009 
   1010  [MLOperand interface: input must inherit property "dataType()" with the proper type]
   1011    expected: FAIL
   1012 
   1013  [MLOperand interface: input must inherit property "shape()" with the proper type]
   1014    expected: FAIL
   1015 
   1016  [MLOperand interface: filter must inherit property "dataType()" with the proper type]
   1017    expected: FAIL
   1018 
   1019  [MLOperand interface: filter must inherit property "shape()" with the proper type]
   1020    expected: FAIL
   1021 
   1022  [MLOperand interface: output must inherit property "dataType()" with the proper type]
   1023    expected: FAIL
   1024 
   1025  [MLOperand interface: output must inherit property "shape()" with the proper type]
   1026    expected: FAIL
   1027 
   1028  [MLGraphBuilder interface: operation reshape(MLOperand, sequence<unsigned long>)]
   1029    expected: FAIL
   1030 
   1031  [MLGraphBuilder interface: builder must inherit property "reshape(MLOperand, sequence<unsigned long>)" with the proper type]
   1032    expected: FAIL
   1033 
   1034  [MLGraphBuilder interface: calling reshape(MLOperand, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
   1035    expected: FAIL
   1036 
   1037  [MLGraphBuilder interface: operation constant(MLOperandDescriptor, ArrayBufferView)]
   1038    expected: FAIL
   1039 
   1040  [MLGraphBuilder interface: builder must inherit property "constant(MLOperandDescriptor, ArrayBufferView)" with the proper type]
   1041    expected: FAIL
   1042 
   1043  [MLGraphBuilder interface: calling constant(MLOperandDescriptor, ArrayBufferView) on builder with too few arguments must throw TypeError]
   1044    expected: FAIL
   1045 
   1046 
   1047 [idlharness.https.any.worker.html]
   1048  [NavigatorML must be primary interface of navigator]
   1049    expected: FAIL
   1050 
   1051  [Stringification of navigator]
   1052    expected: FAIL
   1053 
   1054  [ML interface: existence and properties of interface object]
   1055    expected: FAIL
   1056 
   1057  [ML interface object length]
   1058    expected: FAIL
   1059 
   1060  [ML interface object name]
   1061    expected: FAIL
   1062 
   1063  [ML interface: existence and properties of interface prototype object]
   1064    expected: FAIL
   1065 
   1066  [ML interface: existence and properties of interface prototype object's "constructor" property]
   1067    expected: FAIL
   1068 
   1069  [ML interface: existence and properties of interface prototype object's @@unscopables property]
   1070    expected: FAIL
   1071 
   1072  [ML interface: operation createContext(optional MLContextOptions)]
   1073    expected: FAIL
   1074 
   1075  [ML interface: operation createContext(GPUDevice)]
   1076    expected: FAIL
   1077 
   1078  [ML must be primary interface of navigator.ml]
   1079    expected: FAIL
   1080 
   1081  [Stringification of navigator.ml]
   1082    expected: FAIL
   1083 
   1084  [ML interface: navigator.ml must inherit property "createContext(optional MLContextOptions)" with the proper type]
   1085    expected: FAIL
   1086 
   1087  [ML interface: calling createContext(optional MLContextOptions) on navigator.ml with too few arguments must throw TypeError]
   1088    expected: FAIL
   1089 
   1090  [ML interface: navigator.ml must inherit property "createContext(GPUDevice)" with the proper type]
   1091    expected: FAIL
   1092 
   1093  [ML interface: calling createContext(GPUDevice) on navigator.ml with too few arguments must throw TypeError]
   1094    expected: FAIL
   1095 
   1096  [MLContext interface: existence and properties of interface object]
   1097    expected: FAIL
   1098 
   1099  [MLContext interface object length]
   1100    expected: FAIL
   1101 
   1102  [MLContext interface object name]
   1103    expected: FAIL
   1104 
   1105  [MLContext interface: existence and properties of interface prototype object]
   1106    expected: FAIL
   1107 
   1108  [MLContext interface: existence and properties of interface prototype object's "constructor" property]
   1109    expected: FAIL
   1110 
   1111  [MLContext interface: existence and properties of interface prototype object's @@unscopables property]
   1112    expected: FAIL
   1113 
   1114  [MLContext must be primary interface of context]
   1115    expected: FAIL
   1116 
   1117  [Stringification of context]
   1118    expected: FAIL
   1119 
   1120  [MLOperand interface: existence and properties of interface object]
   1121    expected: FAIL
   1122 
   1123  [MLOperand interface object length]
   1124    expected: FAIL
   1125 
   1126  [MLOperand interface object name]
   1127    expected: FAIL
   1128 
   1129  [MLOperand interface: existence and properties of interface prototype object]
   1130    expected: FAIL
   1131 
   1132  [MLOperand interface: existence and properties of interface prototype object's "constructor" property]
   1133    expected: FAIL
   1134 
   1135  [MLOperand interface: existence and properties of interface prototype object's @@unscopables property]
   1136    expected: FAIL
   1137 
   1138  [MLOperand must be primary interface of input]
   1139    expected: FAIL
   1140 
   1141  [Stringification of input]
   1142    expected: FAIL
   1143 
   1144  [MLOperand must be primary interface of filter]
   1145    expected: FAIL
   1146 
   1147  [Stringification of filter]
   1148    expected: FAIL
   1149 
   1150  [MLGraphBuilder interface: existence and properties of interface object]
   1151    expected: FAIL
   1152 
   1153  [MLGraphBuilder interface object length]
   1154    expected: FAIL
   1155 
   1156  [MLGraphBuilder interface object name]
   1157    expected: FAIL
   1158 
   1159  [MLGraphBuilder interface: existence and properties of interface prototype object]
   1160    expected: FAIL
   1161 
   1162  [MLGraphBuilder interface: existence and properties of interface prototype object's "constructor" property]
   1163    expected: FAIL
   1164 
   1165  [MLGraphBuilder interface: existence and properties of interface prototype object's @@unscopables property]
   1166    expected: FAIL
   1167 
   1168  [MLGraphBuilder interface: operation input(DOMString, MLOperandDescriptor)]
   1169    expected: FAIL
   1170 
   1171  [MLGraphBuilder interface: operation build(MLNamedOperands)]
   1172    expected: FAIL
   1173 
   1174  [MLGraphBuilder interface: operation batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions)]
   1175    expected: FAIL
   1176 
   1177  [MLGraphBuilder interface: operation clamp(MLOperand, optional MLClampOptions)]
   1178    expected: FAIL
   1179 
   1180  [MLGraphBuilder interface: operation clamp(optional MLClampOptions)]
   1181    expected: FAIL
   1182 
   1183  [MLGraphBuilder interface: operation conv2d(MLOperand, MLOperand, optional MLConv2dOptions)]
   1184    expected: FAIL
   1185 
   1186  [MLGraphBuilder interface: operation add(MLOperand, MLOperand)]
   1187    expected: FAIL
   1188 
   1189  [MLGraphBuilder interface: operation sub(MLOperand, MLOperand)]
   1190    expected: FAIL
   1191 
   1192  [MLGraphBuilder interface: operation mul(MLOperand, MLOperand)]
   1193    expected: FAIL
   1194 
   1195  [MLGraphBuilder interface: operation div(MLOperand, MLOperand)]
   1196    expected: FAIL
   1197 
   1198  [MLGraphBuilder interface: operation max(MLOperand, MLOperand)]
   1199    expected: FAIL
   1200 
   1201  [MLGraphBuilder interface: operation min(MLOperand, MLOperand)]
   1202    expected: FAIL
   1203 
   1204  [MLGraphBuilder interface: operation pow(MLOperand, MLOperand)]
   1205    expected: FAIL
   1206 
   1207  [MLGraphBuilder interface: operation abs(MLOperand)]
   1208    expected: FAIL
   1209 
   1210  [MLGraphBuilder interface: operation ceil(MLOperand)]
   1211    expected: FAIL
   1212 
   1213  [MLGraphBuilder interface: operation cos(MLOperand)]
   1214    expected: FAIL
   1215 
   1216  [MLGraphBuilder interface: operation exp(MLOperand)]
   1217    expected: FAIL
   1218 
   1219  [MLGraphBuilder interface: operation floor(MLOperand)]
   1220    expected: FAIL
   1221 
   1222  [MLGraphBuilder interface: operation log(MLOperand)]
   1223    expected: FAIL
   1224 
   1225  [MLGraphBuilder interface: operation neg(MLOperand)]
   1226    expected: FAIL
   1227 
   1228  [MLGraphBuilder interface: operation sin(MLOperand)]
   1229    expected: FAIL
   1230 
   1231  [MLGraphBuilder interface: operation tan(MLOperand)]
   1232    expected: FAIL
   1233 
   1234  [MLGraphBuilder interface: operation elu(MLOperand, optional MLEluOptions)]
   1235    expected: FAIL
   1236 
   1237  [MLGraphBuilder interface: operation elu(optional MLEluOptions)]
   1238    expected: FAIL
   1239 
   1240  [MLGraphBuilder interface: operation gemm(MLOperand, MLOperand, optional MLGemmOptions)]
   1241    expected: FAIL
   1242 
   1243  [MLGraphBuilder interface: operation hardSigmoid(MLOperand, optional MLHardSigmoidOptions)]
   1244    expected: FAIL
   1245 
   1246  [MLGraphBuilder interface: operation hardSigmoid(optional MLHardSigmoidOptions)]
   1247    expected: FAIL
   1248 
   1249  [MLGraphBuilder interface: operation hardSwish(MLOperand)]
   1250    expected: FAIL
   1251 
   1252  [MLGraphBuilder interface: operation hardSwish()]
   1253    expected: FAIL
   1254 
   1255  [MLGraphBuilder interface: operation instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions)]
   1256    expected: FAIL
   1257 
   1258  [MLGraphBuilder interface: operation leakyRelu(MLOperand, optional MLLeakyReluOptions)]
   1259    expected: FAIL
   1260 
   1261  [MLGraphBuilder interface: operation leakyRelu(optional MLLeakyReluOptions)]
   1262    expected: FAIL
   1263 
   1264  [MLGraphBuilder interface: operation matmul(MLOperand, MLOperand)]
   1265    expected: FAIL
   1266 
   1267  [MLGraphBuilder interface: operation linear(MLOperand, optional MLLinearOptions)]
   1268    expected: FAIL
   1269 
   1270  [MLGraphBuilder interface: operation linear(optional MLLinearOptions)]
   1271    expected: FAIL
   1272 
   1273  [MLGraphBuilder interface: operation averagePool2d(MLOperand, optional MLPool2dOptions)]
   1274    expected: FAIL
   1275 
   1276  [MLGraphBuilder interface: operation l2Pool2d(MLOperand, optional MLPool2dOptions)]
   1277    expected: FAIL
   1278 
   1279  [MLGraphBuilder interface: operation maxPool2d(MLOperand, optional MLPool2dOptions)]
   1280    expected: FAIL
   1281 
   1282  [MLGraphBuilder interface: operation reduceL1(MLOperand, optional MLReduceOptions)]
   1283    expected: FAIL
   1284 
   1285  [MLGraphBuilder interface: operation reduceL2(MLOperand, optional MLReduceOptions)]
   1286    expected: FAIL
   1287 
   1288  [MLGraphBuilder interface: operation reduceLogSum(MLOperand, optional MLReduceOptions)]
   1289    expected: FAIL
   1290 
   1291  [MLGraphBuilder interface: operation reduceLogSumExp(MLOperand, optional MLReduceOptions)]
   1292    expected: FAIL
   1293 
   1294  [MLGraphBuilder interface: operation reduceMax(MLOperand, optional MLReduceOptions)]
   1295    expected: FAIL
   1296 
   1297  [MLGraphBuilder interface: operation reduceMean(MLOperand, optional MLReduceOptions)]
   1298    expected: FAIL
   1299 
   1300  [MLGraphBuilder interface: operation reduceMin(MLOperand, optional MLReduceOptions)]
   1301    expected: FAIL
   1302 
   1303  [MLGraphBuilder interface: operation reduceProduct(MLOperand, optional MLReduceOptions)]
   1304    expected: FAIL
   1305 
   1306  [MLGraphBuilder interface: operation reduceSum(MLOperand, optional MLReduceOptions)]
   1307    expected: FAIL
   1308 
   1309  [MLGraphBuilder interface: operation reduceSumSquare(MLOperand, optional MLReduceOptions)]
   1310    expected: FAIL
   1311 
   1312  [MLGraphBuilder interface: operation relu(MLOperand)]
   1313    expected: FAIL
   1314 
   1315  [MLGraphBuilder interface: operation relu()]
   1316    expected: FAIL
   1317 
   1318  [MLGraphBuilder interface: operation resample2d(MLOperand, optional MLResample2dOptions)]
   1319    expected: FAIL
   1320 
   1321  [MLGraphBuilder interface: operation sigmoid(MLOperand)]
   1322    expected: FAIL
   1323 
   1324  [MLGraphBuilder interface: operation sigmoid()]
   1325    expected: FAIL
   1326 
   1327  [MLGraphBuilder interface: operation softmax(MLOperand)]
   1328    expected: FAIL
   1329 
   1330  [MLGraphBuilder interface: operation softplus(MLOperand, optional MLSoftplusOptions)]
   1331    expected: FAIL
   1332 
   1333  [MLGraphBuilder interface: operation softplus(optional MLSoftplusOptions)]
   1334    expected: FAIL
   1335 
   1336  [MLGraphBuilder interface: operation softsign(MLOperand)]
   1337    expected: FAIL
   1338 
   1339  [MLGraphBuilder interface: operation softsign()]
   1340    expected: FAIL
   1341 
   1342  [MLGraphBuilder interface: operation split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions)]
   1343    expected: FAIL
   1344 
   1345  [MLGraphBuilder interface: operation tanh(MLOperand)]
   1346    expected: FAIL
   1347 
   1348  [MLGraphBuilder interface: operation tanh()]
   1349    expected: FAIL
   1350 
   1351  [MLGraphBuilder interface: operation transpose(MLOperand, optional MLTransposeOptions)]
   1352    expected: FAIL
   1353 
   1354  [MLGraphBuilder must be primary interface of builder]
   1355    expected: FAIL
   1356 
   1357  [Stringification of builder]
   1358    expected: FAIL
   1359 
   1360  [MLGraphBuilder interface: builder must inherit property "input(DOMString, MLOperandDescriptor)" with the proper type]
   1361    expected: FAIL
   1362 
   1363  [MLGraphBuilder interface: calling input(DOMString, MLOperandDescriptor) on builder with too few arguments must throw TypeError]
   1364    expected: FAIL
   1365 
   1366  [MLGraphBuilder interface: builder must inherit property "build(MLNamedOperands)" with the proper type]
   1367    expected: FAIL
   1368 
   1369  [MLGraphBuilder interface: calling build(MLNamedOperands) on builder with too few arguments must throw TypeError]
   1370    expected: FAIL
   1371 
   1372  [MLGraphBuilder interface: builder must inherit property "batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions)" with the proper type]
   1373    expected: FAIL
   1374 
   1375  [MLGraphBuilder interface: calling batchNormalization(MLOperand, MLOperand, MLOperand, optional MLBatchNormalizationOptions) on builder with too few arguments must throw TypeError]
   1376    expected: FAIL
   1377 
   1378  [MLGraphBuilder interface: builder must inherit property "clamp(MLOperand, optional MLClampOptions)" with the proper type]
   1379    expected: FAIL
   1380 
   1381  [MLGraphBuilder interface: calling clamp(MLOperand, optional MLClampOptions) on builder with too few arguments must throw TypeError]
   1382    expected: FAIL
   1383 
   1384  [MLGraphBuilder interface: builder must inherit property "clamp(optional MLClampOptions)" with the proper type]
   1385    expected: FAIL
   1386 
   1387  [MLGraphBuilder interface: calling clamp(optional MLClampOptions) on builder with too few arguments must throw TypeError]
   1388    expected: FAIL
   1389 
   1390  [MLGraphBuilder interface: builder must inherit property "conv2d(MLOperand, MLOperand, optional MLConv2dOptions)" with the proper type]
   1391    expected: FAIL
   1392 
   1393  [MLGraphBuilder interface: calling conv2d(MLOperand, MLOperand, optional MLConv2dOptions) on builder with too few arguments must throw TypeError]
   1394    expected: FAIL
   1395 
   1396  [MLGraphBuilder interface: builder must inherit property "add(MLOperand, MLOperand)" with the proper type]
   1397    expected: FAIL
   1398 
   1399  [MLGraphBuilder interface: calling add(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1400    expected: FAIL
   1401 
   1402  [MLGraphBuilder interface: builder must inherit property "sub(MLOperand, MLOperand)" with the proper type]
   1403    expected: FAIL
   1404 
   1405  [MLGraphBuilder interface: calling sub(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1406    expected: FAIL
   1407 
   1408  [MLGraphBuilder interface: builder must inherit property "mul(MLOperand, MLOperand)" with the proper type]
   1409    expected: FAIL
   1410 
   1411  [MLGraphBuilder interface: calling mul(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1412    expected: FAIL
   1413 
   1414  [MLGraphBuilder interface: builder must inherit property "div(MLOperand, MLOperand)" with the proper type]
   1415    expected: FAIL
   1416 
   1417  [MLGraphBuilder interface: calling div(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1418    expected: FAIL
   1419 
   1420  [MLGraphBuilder interface: builder must inherit property "max(MLOperand, MLOperand)" with the proper type]
   1421    expected: FAIL
   1422 
   1423  [MLGraphBuilder interface: calling max(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1424    expected: FAIL
   1425 
   1426  [MLGraphBuilder interface: builder must inherit property "min(MLOperand, MLOperand)" with the proper type]
   1427    expected: FAIL
   1428 
   1429  [MLGraphBuilder interface: calling min(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1430    expected: FAIL
   1431 
   1432  [MLGraphBuilder interface: builder must inherit property "pow(MLOperand, MLOperand)" with the proper type]
   1433    expected: FAIL
   1434 
   1435  [MLGraphBuilder interface: calling pow(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1436    expected: FAIL
   1437 
   1438  [MLGraphBuilder interface: builder must inherit property "abs(MLOperand)" with the proper type]
   1439    expected: FAIL
   1440 
   1441  [MLGraphBuilder interface: calling abs(MLOperand) on builder with too few arguments must throw TypeError]
   1442    expected: FAIL
   1443 
   1444  [MLGraphBuilder interface: builder must inherit property "ceil(MLOperand)" with the proper type]
   1445    expected: FAIL
   1446 
   1447  [MLGraphBuilder interface: calling ceil(MLOperand) on builder with too few arguments must throw TypeError]
   1448    expected: FAIL
   1449 
   1450  [MLGraphBuilder interface: builder must inherit property "cos(MLOperand)" with the proper type]
   1451    expected: FAIL
   1452 
   1453  [MLGraphBuilder interface: calling cos(MLOperand) on builder with too few arguments must throw TypeError]
   1454    expected: FAIL
   1455 
   1456  [MLGraphBuilder interface: builder must inherit property "exp(MLOperand)" with the proper type]
   1457    expected: FAIL
   1458 
   1459  [MLGraphBuilder interface: calling exp(MLOperand) on builder with too few arguments must throw TypeError]
   1460    expected: FAIL
   1461 
   1462  [MLGraphBuilder interface: builder must inherit property "floor(MLOperand)" with the proper type]
   1463    expected: FAIL
   1464 
   1465  [MLGraphBuilder interface: calling floor(MLOperand) on builder with too few arguments must throw TypeError]
   1466    expected: FAIL
   1467 
   1468  [MLGraphBuilder interface: builder must inherit property "log(MLOperand)" with the proper type]
   1469    expected: FAIL
   1470 
   1471  [MLGraphBuilder interface: calling log(MLOperand) on builder with too few arguments must throw TypeError]
   1472    expected: FAIL
   1473 
   1474  [MLGraphBuilder interface: builder must inherit property "neg(MLOperand)" with the proper type]
   1475    expected: FAIL
   1476 
   1477  [MLGraphBuilder interface: calling neg(MLOperand) on builder with too few arguments must throw TypeError]
   1478    expected: FAIL
   1479 
   1480  [MLGraphBuilder interface: builder must inherit property "sin(MLOperand)" with the proper type]
   1481    expected: FAIL
   1482 
   1483  [MLGraphBuilder interface: calling sin(MLOperand) on builder with too few arguments must throw TypeError]
   1484    expected: FAIL
   1485 
   1486  [MLGraphBuilder interface: builder must inherit property "tan(MLOperand)" with the proper type]
   1487    expected: FAIL
   1488 
   1489  [MLGraphBuilder interface: calling tan(MLOperand) on builder with too few arguments must throw TypeError]
   1490    expected: FAIL
   1491 
   1492  [MLGraphBuilder interface: builder must inherit property "elu(MLOperand, optional MLEluOptions)" with the proper type]
   1493    expected: FAIL
   1494 
   1495  [MLGraphBuilder interface: calling elu(MLOperand, optional MLEluOptions) on builder with too few arguments must throw TypeError]
   1496    expected: FAIL
   1497 
   1498  [MLGraphBuilder interface: builder must inherit property "elu(optional MLEluOptions)" with the proper type]
   1499    expected: FAIL
   1500 
   1501  [MLGraphBuilder interface: calling elu(optional MLEluOptions) on builder with too few arguments must throw TypeError]
   1502    expected: FAIL
   1503 
   1504  [MLGraphBuilder interface: builder must inherit property "gemm(MLOperand, MLOperand, optional MLGemmOptions)" with the proper type]
   1505    expected: FAIL
   1506 
   1507  [MLGraphBuilder interface: calling gemm(MLOperand, MLOperand, optional MLGemmOptions) on builder with too few arguments must throw TypeError]
   1508    expected: FAIL
   1509 
   1510  [MLGraphBuilder interface: builder must inherit property "hardSigmoid(MLOperand, optional MLHardSigmoidOptions)" with the proper type]
   1511    expected: FAIL
   1512 
   1513  [MLGraphBuilder interface: calling hardSigmoid(MLOperand, optional MLHardSigmoidOptions) on builder with too few arguments must throw TypeError]
   1514    expected: FAIL
   1515 
   1516  [MLGraphBuilder interface: builder must inherit property "hardSigmoid(optional MLHardSigmoidOptions)" with the proper type]
   1517    expected: FAIL
   1518 
   1519  [MLGraphBuilder interface: calling hardSigmoid(optional MLHardSigmoidOptions) on builder with too few arguments must throw TypeError]
   1520    expected: FAIL
   1521 
   1522  [MLGraphBuilder interface: builder must inherit property "hardSwish(MLOperand)" with the proper type]
   1523    expected: FAIL
   1524 
   1525  [MLGraphBuilder interface: calling hardSwish(MLOperand) on builder with too few arguments must throw TypeError]
   1526    expected: FAIL
   1527 
   1528  [MLGraphBuilder interface: builder must inherit property "hardSwish()" with the proper type]
   1529    expected: FAIL
   1530 
   1531  [MLGraphBuilder interface: builder must inherit property "instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions)" with the proper type]
   1532    expected: FAIL
   1533 
   1534  [MLGraphBuilder interface: calling instanceNormalization(MLOperand, optional MLInstanceNormalizationOptions) on builder with too few arguments must throw TypeError]
   1535    expected: FAIL
   1536 
   1537  [MLGraphBuilder interface: builder must inherit property "leakyRelu(MLOperand, optional MLLeakyReluOptions)" with the proper type]
   1538    expected: FAIL
   1539 
   1540  [MLGraphBuilder interface: calling leakyRelu(MLOperand, optional MLLeakyReluOptions) on builder with too few arguments must throw TypeError]
   1541    expected: FAIL
   1542 
   1543  [MLGraphBuilder interface: builder must inherit property "leakyRelu(optional MLLeakyReluOptions)" with the proper type]
   1544    expected: FAIL
   1545 
   1546  [MLGraphBuilder interface: calling leakyRelu(optional MLLeakyReluOptions) on builder with too few arguments must throw TypeError]
   1547    expected: FAIL
   1548 
   1549  [MLGraphBuilder interface: builder must inherit property "matmul(MLOperand, MLOperand)" with the proper type]
   1550    expected: FAIL
   1551 
   1552  [MLGraphBuilder interface: calling matmul(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1553    expected: FAIL
   1554 
   1555  [MLGraphBuilder interface: builder must inherit property "linear(MLOperand, optional MLLinearOptions)" with the proper type]
   1556    expected: FAIL
   1557 
   1558  [MLGraphBuilder interface: calling linear(MLOperand, optional MLLinearOptions) on builder with too few arguments must throw TypeError]
   1559    expected: FAIL
   1560 
   1561  [MLGraphBuilder interface: builder must inherit property "linear(optional MLLinearOptions)" with the proper type]
   1562    expected: FAIL
   1563 
   1564  [MLGraphBuilder interface: calling linear(optional MLLinearOptions) on builder with too few arguments must throw TypeError]
   1565    expected: FAIL
   1566 
   1567  [MLGraphBuilder interface: builder must inherit property "averagePool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
   1568    expected: FAIL
   1569 
   1570  [MLGraphBuilder interface: calling averagePool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
   1571    expected: FAIL
   1572 
   1573  [MLGraphBuilder interface: builder must inherit property "l2Pool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
   1574    expected: FAIL
   1575 
   1576  [MLGraphBuilder interface: calling l2Pool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
   1577    expected: FAIL
   1578 
   1579  [MLGraphBuilder interface: builder must inherit property "maxPool2d(MLOperand, optional MLPool2dOptions)" with the proper type]
   1580    expected: FAIL
   1581 
   1582  [MLGraphBuilder interface: calling maxPool2d(MLOperand, optional MLPool2dOptions) on builder with too few arguments must throw TypeError]
   1583    expected: FAIL
   1584 
   1585  [MLGraphBuilder interface: builder must inherit property "reduceL1(MLOperand, optional MLReduceOptions)" with the proper type]
   1586    expected: FAIL
   1587 
   1588  [MLGraphBuilder interface: calling reduceL1(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1589    expected: FAIL
   1590 
   1591  [MLGraphBuilder interface: builder must inherit property "reduceL2(MLOperand, optional MLReduceOptions)" with the proper type]
   1592    expected: FAIL
   1593 
   1594  [MLGraphBuilder interface: calling reduceL2(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1595    expected: FAIL
   1596 
   1597  [MLGraphBuilder interface: builder must inherit property "reduceLogSum(MLOperand, optional MLReduceOptions)" with the proper type]
   1598    expected: FAIL
   1599 
   1600  [MLGraphBuilder interface: calling reduceLogSum(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1601    expected: FAIL
   1602 
   1603  [MLGraphBuilder interface: builder must inherit property "reduceLogSumExp(MLOperand, optional MLReduceOptions)" with the proper type]
   1604    expected: FAIL
   1605 
   1606  [MLGraphBuilder interface: calling reduceLogSumExp(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1607    expected: FAIL
   1608 
   1609  [MLGraphBuilder interface: builder must inherit property "reduceMax(MLOperand, optional MLReduceOptions)" with the proper type]
   1610    expected: FAIL
   1611 
   1612  [MLGraphBuilder interface: calling reduceMax(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1613    expected: FAIL
   1614 
   1615  [MLGraphBuilder interface: builder must inherit property "reduceMean(MLOperand, optional MLReduceOptions)" with the proper type]
   1616    expected: FAIL
   1617 
   1618  [MLGraphBuilder interface: calling reduceMean(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1619    expected: FAIL
   1620 
   1621  [MLGraphBuilder interface: builder must inherit property "reduceMin(MLOperand, optional MLReduceOptions)" with the proper type]
   1622    expected: FAIL
   1623 
   1624  [MLGraphBuilder interface: calling reduceMin(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1625    expected: FAIL
   1626 
   1627  [MLGraphBuilder interface: builder must inherit property "reduceProduct(MLOperand, optional MLReduceOptions)" with the proper type]
   1628    expected: FAIL
   1629 
   1630  [MLGraphBuilder interface: calling reduceProduct(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1631    expected: FAIL
   1632 
   1633  [MLGraphBuilder interface: builder must inherit property "reduceSum(MLOperand, optional MLReduceOptions)" with the proper type]
   1634    expected: FAIL
   1635 
   1636  [MLGraphBuilder interface: calling reduceSum(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1637    expected: FAIL
   1638 
   1639  [MLGraphBuilder interface: builder must inherit property "reduceSumSquare(MLOperand, optional MLReduceOptions)" with the proper type]
   1640    expected: FAIL
   1641 
   1642  [MLGraphBuilder interface: calling reduceSumSquare(MLOperand, optional MLReduceOptions) on builder with too few arguments must throw TypeError]
   1643    expected: FAIL
   1644 
   1645  [MLGraphBuilder interface: builder must inherit property "relu(MLOperand)" with the proper type]
   1646    expected: FAIL
   1647 
   1648  [MLGraphBuilder interface: calling relu(MLOperand) on builder with too few arguments must throw TypeError]
   1649    expected: FAIL
   1650 
   1651  [MLGraphBuilder interface: builder must inherit property "relu()" with the proper type]
   1652    expected: FAIL
   1653 
   1654  [MLGraphBuilder interface: builder must inherit property "resample2d(MLOperand, optional MLResample2dOptions)" with the proper type]
   1655    expected: FAIL
   1656 
   1657  [MLGraphBuilder interface: calling resample2d(MLOperand, optional MLResample2dOptions) on builder with too few arguments must throw TypeError]
   1658    expected: FAIL
   1659 
   1660  [MLGraphBuilder interface: builder must inherit property "sigmoid(MLOperand)" with the proper type]
   1661    expected: FAIL
   1662 
   1663  [MLGraphBuilder interface: calling sigmoid(MLOperand) on builder with too few arguments must throw TypeError]
   1664    expected: FAIL
   1665 
   1666  [MLGraphBuilder interface: builder must inherit property "sigmoid()" with the proper type]
   1667    expected: FAIL
   1668 
   1669  [MLGraphBuilder interface: builder must inherit property "softmax(MLOperand)" with the proper type]
   1670    expected: FAIL
   1671 
   1672  [MLGraphBuilder interface: calling softmax(MLOperand) on builder with too few arguments must throw TypeError]
   1673    expected: FAIL
   1674 
   1675  [MLGraphBuilder interface: builder must inherit property "softplus(MLOperand, optional MLSoftplusOptions)" with the proper type]
   1676    expected: FAIL
   1677 
   1678  [MLGraphBuilder interface: calling softplus(MLOperand, optional MLSoftplusOptions) on builder with too few arguments must throw TypeError]
   1679    expected: FAIL
   1680 
   1681  [MLGraphBuilder interface: builder must inherit property "softplus(optional MLSoftplusOptions)" with the proper type]
   1682    expected: FAIL
   1683 
   1684  [MLGraphBuilder interface: calling softplus(optional MLSoftplusOptions) on builder with too few arguments must throw TypeError]
   1685    expected: FAIL
   1686 
   1687  [MLGraphBuilder interface: builder must inherit property "softsign(MLOperand)" with the proper type]
   1688    expected: FAIL
   1689 
   1690  [MLGraphBuilder interface: calling softsign(MLOperand) on builder with too few arguments must throw TypeError]
   1691    expected: FAIL
   1692 
   1693  [MLGraphBuilder interface: builder must inherit property "softsign()" with the proper type]
   1694    expected: FAIL
   1695 
   1696  [MLGraphBuilder interface: builder must inherit property "split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions)" with the proper type]
   1697    expected: FAIL
   1698 
   1699  [MLGraphBuilder interface: calling split(MLOperand, (unsigned long or sequence<unsigned long>), optional MLSplitOptions) on builder with too few arguments must throw TypeError]
   1700    expected: FAIL
   1701 
   1702  [MLGraphBuilder interface: builder must inherit property "tanh(MLOperand)" with the proper type]
   1703    expected: FAIL
   1704 
   1705  [MLGraphBuilder interface: calling tanh(MLOperand) on builder with too few arguments must throw TypeError]
   1706    expected: FAIL
   1707 
   1708  [MLGraphBuilder interface: builder must inherit property "tanh()" with the proper type]
   1709    expected: FAIL
   1710 
   1711  [MLGraphBuilder interface: builder must inherit property "transpose(MLOperand, optional MLTransposeOptions)" with the proper type]
   1712    expected: FAIL
   1713 
   1714  [MLGraphBuilder interface: calling transpose(MLOperand, optional MLTransposeOptions) on builder with too few arguments must throw TypeError]
   1715    expected: FAIL
   1716 
   1717  [MLGraph interface: existence and properties of interface object]
   1718    expected: FAIL
   1719 
   1720  [MLGraph interface object length]
   1721    expected: FAIL
   1722 
   1723  [MLGraph interface object name]
   1724    expected: FAIL
   1725 
   1726  [MLGraph interface: existence and properties of interface prototype object]
   1727    expected: FAIL
   1728 
   1729  [MLGraph interface: existence and properties of interface prototype object's "constructor" property]
   1730    expected: FAIL
   1731 
   1732  [MLGraph interface: existence and properties of interface prototype object's @@unscopables property]
   1733    expected: FAIL
   1734 
   1735  [MLGraph must be primary interface of graph]
   1736    expected: FAIL
   1737 
   1738  [Stringification of graph]
   1739    expected: FAIL
   1740 
   1741  [WorkerNavigator interface: attribute ml]
   1742    expected: FAIL
   1743 
   1744  [WorkerNavigator interface: navigator must inherit property "ml" with the proper type]
   1745    expected: FAIL
   1746 
   1747  [MLGraphBuilder interface: operation convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions)]
   1748    expected: FAIL
   1749 
   1750  [MLGraphBuilder interface: builder must inherit property "convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions)" with the proper type]
   1751    expected: FAIL
   1752 
   1753  [MLGraphBuilder interface: calling convTranspose2d(MLOperand, MLOperand, optional MLConvTranspose2dOptions) on builder with too few arguments must throw TypeError]
   1754    expected: FAIL
   1755 
   1756  [MLContext interface: operation compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews)]
   1757    expected: FAIL
   1758 
   1759  [MLContext interface: context must inherit property "compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews)" with the proper type]
   1760    expected: FAIL
   1761 
   1762  [MLContext interface: calling compute(MLGraph, MLNamedArrayBufferViews, MLNamedArrayBufferViews) on context with too few arguments must throw TypeError]
   1763    expected: FAIL
   1764 
   1765  [MLOperand must be primary interface of output]
   1766    expected: FAIL
   1767 
   1768  [Stringification of output]
   1769    expected: FAIL
   1770 
   1771  [idl_test setup]
   1772    expected: FAIL
   1773 
   1774  [MLActivation interface: existence and properties of interface object]
   1775    expected: FAIL
   1776 
   1777  [MLActivation interface object length]
   1778    expected: FAIL
   1779 
   1780  [MLActivation interface object name]
   1781    expected: FAIL
   1782 
   1783  [MLActivation interface: existence and properties of interface prototype object]
   1784    expected: FAIL
   1785 
   1786  [MLActivation interface: existence and properties of interface prototype object's "constructor" property]
   1787    expected: FAIL
   1788 
   1789  [MLActivation interface: existence and properties of interface prototype object's @@unscopables property]
   1790    expected: FAIL
   1791 
   1792  [MLGraphBuilder interface: operation gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions)]
   1793    expected: FAIL
   1794 
   1795  [MLGraphBuilder interface: operation gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions)]
   1796    expected: FAIL
   1797 
   1798  [MLGraphBuilder interface: operation lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions)]
   1799    expected: FAIL
   1800 
   1801  [MLGraphBuilder interface: operation lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions)]
   1802    expected: FAIL
   1803 
   1804  [MLGraphBuilder interface: operation softmax()]
   1805    expected: FAIL
   1806 
   1807  [MLGraphBuilder interface: builder must inherit property "gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions)" with the proper type]
   1808    expected: FAIL
   1809 
   1810  [MLGraphBuilder interface: calling gru(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLGruOptions) on builder with too few arguments must throw TypeError]
   1811    expected: FAIL
   1812 
   1813  [MLGraphBuilder interface: builder must inherit property "gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions)" with the proper type]
   1814    expected: FAIL
   1815 
   1816  [MLGraphBuilder interface: calling gruCell(MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLGruCellOptions) on builder with too few arguments must throw TypeError]
   1817    expected: FAIL
   1818 
   1819  [MLGraphBuilder interface: builder must inherit property "lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions)" with the proper type]
   1820    expected: FAIL
   1821 
   1822  [MLGraphBuilder interface: calling lstm(MLOperand, MLOperand, MLOperand, unsigned long, unsigned long, optional MLLstmOptions) on builder with too few arguments must throw TypeError]
   1823    expected: FAIL
   1824 
   1825  [MLGraphBuilder interface: builder must inherit property "lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions)" with the proper type]
   1826    expected: FAIL
   1827 
   1828  [MLGraphBuilder interface: calling lstmCell(MLOperand, MLOperand, MLOperand, MLOperand, MLOperand, unsigned long, optional MLLstmCellOptions) on builder with too few arguments must throw TypeError]
   1829    expected: FAIL
   1830 
   1831  [MLGraphBuilder interface: builder must inherit property "softmax()" with the proper type]
   1832    expected: FAIL
   1833 
   1834  [MLActivation must be primary interface of relu]
   1835    expected: FAIL
   1836 
   1837  [Stringification of relu]
   1838    expected: FAIL
   1839 
   1840  [MLGraphBuilder interface: operation concat(sequence<MLOperand>, unsigned long)]
   1841    expected: FAIL
   1842 
   1843  [MLGraphBuilder interface: operation pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions)]
   1844    expected: FAIL
   1845 
   1846  [MLGraphBuilder interface: operation prelu(MLOperand, MLOperand)]
   1847    expected: FAIL
   1848 
   1849  [MLGraphBuilder interface: builder must inherit property "concat(sequence<MLOperand>, unsigned long)" with the proper type]
   1850    expected: FAIL
   1851 
   1852  [MLGraphBuilder interface: calling concat(sequence<MLOperand>, unsigned long) on builder with too few arguments must throw TypeError]
   1853    expected: FAIL
   1854 
   1855  [MLGraphBuilder interface: builder must inherit property "pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions)" with the proper type]
   1856    expected: FAIL
   1857 
   1858  [MLGraphBuilder interface: calling pad(MLOperand, sequence<unsigned long>, sequence<unsigned long>, optional MLPadOptions) on builder with too few arguments must throw TypeError]
   1859    expected: FAIL
   1860 
   1861  [MLGraphBuilder interface: builder must inherit property "prelu(MLOperand, MLOperand)" with the proper type]
   1862    expected: FAIL
   1863 
   1864  [MLGraphBuilder interface: calling prelu(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1865    expected: FAIL
   1866 
   1867  [MLGraphBuilder interface: operation slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>)]
   1868    expected: FAIL
   1869 
   1870  [MLGraphBuilder interface: builder must inherit property "slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>)" with the proper type]
   1871    expected: FAIL
   1872 
   1873  [MLGraphBuilder interface: calling slice(MLOperand, sequence<unsigned long>, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
   1874    expected: FAIL
   1875 
   1876  [MLGraphBuilder interface: operation constant(double, optional MLOperandDataType)]
   1877    expected: FAIL
   1878 
   1879  [MLGraphBuilder interface: builder must inherit property "constant(double, optional MLOperandDataType)" with the proper type]
   1880    expected: FAIL
   1881 
   1882  [MLGraphBuilder interface: calling constant(double, optional MLOperandDataType) on builder with too few arguments must throw TypeError]
   1883    expected: FAIL
   1884 
   1885  [MLGraphBuilder interface: operation argMin(MLOperand, optional MLArgMinMaxOptions)]
   1886    expected: FAIL
   1887 
   1888  [MLGraphBuilder interface: operation argMax(MLOperand, optional MLArgMinMaxOptions)]
   1889    expected: FAIL
   1890 
   1891  [MLGraphBuilder interface: operation cast(MLOperand, MLOperandDataType)]
   1892    expected: FAIL
   1893 
   1894  [MLGraphBuilder interface: operation equal(MLOperand, MLOperand)]
   1895    expected: FAIL
   1896 
   1897  [MLGraphBuilder interface: operation greater(MLOperand, MLOperand)]
   1898    expected: FAIL
   1899 
   1900  [MLGraphBuilder interface: operation greaterOrEqual(MLOperand, MLOperand)]
   1901    expected: FAIL
   1902 
   1903  [MLGraphBuilder interface: operation lesser(MLOperand, MLOperand)]
   1904    expected: FAIL
   1905 
   1906  [MLGraphBuilder interface: operation lesserOrEqual(MLOperand, MLOperand)]
   1907    expected: FAIL
   1908 
   1909  [MLGraphBuilder interface: operation not(MLOperand)]
   1910    expected: FAIL
   1911 
   1912  [MLGraphBuilder interface: operation erf(MLOperand)]
   1913    expected: FAIL
   1914 
   1915  [MLGraphBuilder interface: operation identity(MLOperand)]
   1916    expected: FAIL
   1917 
   1918  [MLGraphBuilder interface: operation reciprocal(MLOperand)]
   1919    expected: FAIL
   1920 
   1921  [MLGraphBuilder interface: operation sqrt(MLOperand)]
   1922    expected: FAIL
   1923 
   1924  [MLGraphBuilder interface: operation expand(MLOperand, sequence<unsigned long>)]
   1925    expected: FAIL
   1926 
   1927  [MLGraphBuilder interface: operation gather(MLOperand, MLOperand, optional MLGatherOptions)]
   1928    expected: FAIL
   1929 
   1930  [MLGraphBuilder interface: operation layerNormalization(MLOperand, optional MLLayerNormalizationOptions)]
   1931    expected: FAIL
   1932 
   1933  [MLGraphBuilder interface: operation triangular(MLOperand, optional MLTriangularOptions)]
   1934    expected: FAIL
   1935 
   1936  [MLGraphBuilder interface: operation where(MLOperand, MLOperand, MLOperand)]
   1937    expected: FAIL
   1938 
   1939  [MLGraphBuilder interface: builder must inherit property "argMin(MLOperand, optional MLArgMinMaxOptions)" with the proper type]
   1940    expected: FAIL
   1941 
   1942  [MLGraphBuilder interface: calling argMin(MLOperand, optional MLArgMinMaxOptions) on builder with too few arguments must throw TypeError]
   1943    expected: FAIL
   1944 
   1945  [MLGraphBuilder interface: builder must inherit property "argMax(MLOperand, optional MLArgMinMaxOptions)" with the proper type]
   1946    expected: FAIL
   1947 
   1948  [MLGraphBuilder interface: calling argMax(MLOperand, optional MLArgMinMaxOptions) on builder with too few arguments must throw TypeError]
   1949    expected: FAIL
   1950 
   1951  [MLGraphBuilder interface: builder must inherit property "cast(MLOperand, MLOperandDataType)" with the proper type]
   1952    expected: FAIL
   1953 
   1954  [MLGraphBuilder interface: calling cast(MLOperand, MLOperandDataType) on builder with too few arguments must throw TypeError]
   1955    expected: FAIL
   1956 
   1957  [MLGraphBuilder interface: builder must inherit property "equal(MLOperand, MLOperand)" with the proper type]
   1958    expected: FAIL
   1959 
   1960  [MLGraphBuilder interface: calling equal(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1961    expected: FAIL
   1962 
   1963  [MLGraphBuilder interface: builder must inherit property "greater(MLOperand, MLOperand)" with the proper type]
   1964    expected: FAIL
   1965 
   1966  [MLGraphBuilder interface: calling greater(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1967    expected: FAIL
   1968 
   1969  [MLGraphBuilder interface: builder must inherit property "greaterOrEqual(MLOperand, MLOperand)" with the proper type]
   1970    expected: FAIL
   1971 
   1972  [MLGraphBuilder interface: calling greaterOrEqual(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1973    expected: FAIL
   1974 
   1975  [MLGraphBuilder interface: builder must inherit property "lesser(MLOperand, MLOperand)" with the proper type]
   1976    expected: FAIL
   1977 
   1978  [MLGraphBuilder interface: calling lesser(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1979    expected: FAIL
   1980 
   1981  [MLGraphBuilder interface: builder must inherit property "lesserOrEqual(MLOperand, MLOperand)" with the proper type]
   1982    expected: FAIL
   1983 
   1984  [MLGraphBuilder interface: calling lesserOrEqual(MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   1985    expected: FAIL
   1986 
   1987  [MLGraphBuilder interface: builder must inherit property "not(MLOperand)" with the proper type]
   1988    expected: FAIL
   1989 
   1990  [MLGraphBuilder interface: calling not(MLOperand) on builder with too few arguments must throw TypeError]
   1991    expected: FAIL
   1992 
   1993  [MLGraphBuilder interface: builder must inherit property "erf(MLOperand)" with the proper type]
   1994    expected: FAIL
   1995 
   1996  [MLGraphBuilder interface: calling erf(MLOperand) on builder with too few arguments must throw TypeError]
   1997    expected: FAIL
   1998 
   1999  [MLGraphBuilder interface: builder must inherit property "identity(MLOperand)" with the proper type]
   2000    expected: FAIL
   2001 
   2002  [MLGraphBuilder interface: calling identity(MLOperand) on builder with too few arguments must throw TypeError]
   2003    expected: FAIL
   2004 
   2005  [MLGraphBuilder interface: builder must inherit property "reciprocal(MLOperand)" with the proper type]
   2006    expected: FAIL
   2007 
   2008  [MLGraphBuilder interface: calling reciprocal(MLOperand) on builder with too few arguments must throw TypeError]
   2009    expected: FAIL
   2010 
   2011  [MLGraphBuilder interface: builder must inherit property "sqrt(MLOperand)" with the proper type]
   2012    expected: FAIL
   2013 
   2014  [MLGraphBuilder interface: calling sqrt(MLOperand) on builder with too few arguments must throw TypeError]
   2015    expected: FAIL
   2016 
   2017  [MLGraphBuilder interface: builder must inherit property "expand(MLOperand, sequence<unsigned long>)" with the proper type]
   2018    expected: FAIL
   2019 
   2020  [MLGraphBuilder interface: calling expand(MLOperand, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
   2021    expected: FAIL
   2022 
   2023  [MLGraphBuilder interface: builder must inherit property "gather(MLOperand, MLOperand, optional MLGatherOptions)" with the proper type]
   2024    expected: FAIL
   2025 
   2026  [MLGraphBuilder interface: calling gather(MLOperand, MLOperand, optional MLGatherOptions) on builder with too few arguments must throw TypeError]
   2027    expected: FAIL
   2028 
   2029  [MLGraphBuilder interface: builder must inherit property "layerNormalization(MLOperand, optional MLLayerNormalizationOptions)" with the proper type]
   2030    expected: FAIL
   2031 
   2032  [MLGraphBuilder interface: calling layerNormalization(MLOperand, optional MLLayerNormalizationOptions) on builder with too few arguments must throw TypeError]
   2033    expected: FAIL
   2034 
   2035  [MLGraphBuilder interface: builder must inherit property "triangular(MLOperand, optional MLTriangularOptions)" with the proper type]
   2036    expected: FAIL
   2037 
   2038  [MLGraphBuilder interface: calling triangular(MLOperand, optional MLTriangularOptions) on builder with too few arguments must throw TypeError]
   2039    expected: FAIL
   2040 
   2041  [MLGraphBuilder interface: builder must inherit property "where(MLOperand, MLOperand, MLOperand)" with the proper type]
   2042    expected: FAIL
   2043 
   2044  [MLGraphBuilder interface: calling where(MLOperand, MLOperand, MLOperand) on builder with too few arguments must throw TypeError]
   2045    expected: FAIL
   2046 
   2047  [MLOperand interface: operation dataType()]
   2048    expected: FAIL
   2049 
   2050  [MLOperand interface: operation shape()]
   2051    expected: FAIL
   2052 
   2053  [MLOperand interface: input must inherit property "dataType()" with the proper type]
   2054    expected: FAIL
   2055 
   2056  [MLOperand interface: input must inherit property "shape()" with the proper type]
   2057    expected: FAIL
   2058 
   2059  [MLOperand interface: filter must inherit property "dataType()" with the proper type]
   2060    expected: FAIL
   2061 
   2062  [MLOperand interface: filter must inherit property "shape()" with the proper type]
   2063    expected: FAIL
   2064 
   2065  [MLOperand interface: output must inherit property "dataType()" with the proper type]
   2066    expected: FAIL
   2067 
   2068  [MLOperand interface: output must inherit property "shape()" with the proper type]
   2069    expected: FAIL
   2070 
   2071  [MLGraphBuilder interface: operation reshape(MLOperand, sequence<unsigned long>)]
   2072    expected: FAIL
   2073 
   2074  [MLGraphBuilder interface: builder must inherit property "reshape(MLOperand, sequence<unsigned long>)" with the proper type]
   2075    expected: FAIL
   2076 
   2077  [MLGraphBuilder interface: calling reshape(MLOperand, sequence<unsigned long>) on builder with too few arguments must throw TypeError]
   2078    expected: FAIL
   2079 
   2080  [MLGraphBuilder interface: operation constant(MLOperandDescriptor, ArrayBufferView)]
   2081    expected: FAIL
   2082 
   2083  [MLGraphBuilder interface: builder must inherit property "constant(MLOperandDescriptor, ArrayBufferView)" with the proper type]
   2084    expected: FAIL
   2085 
   2086  [MLGraphBuilder interface: calling constant(MLOperandDescriptor, ArrayBufferView) on builder with too few arguments must throw TypeError]
   2087    expected: FAIL