tor-browser

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

pooling.https.any.js.ini (767B)


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