tor-browser

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

input.https.any.js.ini (941B)


      1 [input.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[input\] Test building a 0-D scalar input without presenting dimensions]
      6    expected: FAIL
      7 
      8  [[input\] Test building a 0-D scalar input with empty dimensions]
      9    expected: FAIL
     10 
     11  [[input\] Test building a 1-D input with int64 data type]
     12    expected: FAIL
     13 
     14  [[input\] Test building a 2-D input without errors]
     15    expected: FAIL
     16 
     17 
     18 [input.https.any.html]
     19  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     20    expected: FAIL
     21 
     22  [[input\] Test building a 0-D scalar input without presenting dimensions]
     23    expected: FAIL
     24 
     25  [[input\] Test building a 0-D scalar input with empty dimensions]
     26    expected: FAIL
     27 
     28  [[input\] Test building a 1-D input with int64 data type]
     29    expected: FAIL
     30 
     31  [[input\] Test building a 2-D input without errors]
     32    expected: FAIL