tor-browser

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

constant.https.any.js.ini (1817B)


      1 [constant.https.any.worker.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[constant\] Test building a 0-D scalar constant without presenting dimensions]
      6    expected: FAIL
      7 
      8  [[constant\] Test building a 0-D scalar constant with empty dimensions]
      9    expected: FAIL
     10 
     11  [[constant\] Test building a constant with float32 data type]
     12    expected: FAIL
     13 
     14  [[constant\] Test building a constant with int32 data type]
     15    expected: FAIL
     16 
     17  [[constant\] Test building a constant with uint32 data type]
     18    expected: FAIL
     19 
     20  [[constant\] Test building a constant with int64 data type]
     21    expected: FAIL
     22 
     23  [[constant\] Test building a constant with uint64 data type]
     24    expected: FAIL
     25 
     26  [[constant\] Test building a constant with int8 data type]
     27    expected: FAIL
     28 
     29  [[constant\] Test building a constant with uint8 data type]
     30    expected: FAIL
     31 
     32 
     33 [constant.https.any.html]
     34  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     35    expected: FAIL
     36 
     37  [[constant\] Test building a 0-D scalar constant without presenting dimensions]
     38    expected: FAIL
     39 
     40  [[constant\] Test building a 0-D scalar constant with empty dimensions]
     41    expected: FAIL
     42 
     43  [[constant\] Test building a constant with float32 data type]
     44    expected: FAIL
     45 
     46  [[constant\] Test building a constant with int32 data type]
     47    expected: FAIL
     48 
     49  [[constant\] Test building a constant with uint32 data type]
     50    expected: FAIL
     51 
     52  [[constant\] Test building a constant with int64 data type]
     53    expected: FAIL
     54 
     55  [[constant\] Test building a constant with uint64 data type]
     56    expected: FAIL
     57 
     58  [[constant\] Test building a constant with int8 data type]
     59    expected: FAIL
     60 
     61  [[constant\] Test building a constant with uint8 data type]
     62    expected: FAIL