tor-browser

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

conv2d.https.any.js.ini (889B)


      1 [conv2d.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[conv2d\] throw if input is from another builder]
      6    expected: FAIL
      7 
      8  [[conv2d\] throw if filter is from another builder]
      9    expected: FAIL
     10 
     11  [[conv2d\] throw if bias option is from another builder]
     12    expected: FAIL
     13 
     14  [[conv2d\] throw if activation option is from another builder]
     15    expected: FAIL
     16 
     17 
     18 [conv2d.https.any.worker.html]
     19  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     20    expected: FAIL
     21 
     22  [[conv2d\] throw if input is from another builder]
     23    expected: FAIL
     24 
     25  [[conv2d\] throw if filter is from another builder]
     26    expected: FAIL
     27 
     28  [[conv2d\] throw if bias option is from another builder]
     29    expected: FAIL
     30 
     31  [[conv2d\] throw if activation option is from another builder]
     32    expected: FAIL