tor-browser

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

where.https.any.js.ini (2301B)


      1 [where.https.any.html]
      2  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
      3    expected: FAIL
      4 
      5  [[where\] Throw if the condition data type is not uint8.]
      6    expected: FAIL
      7 
      8  [[where\] Throw if the data types of input and other do not match]
      9    expected: FAIL
     10 
     11  [[where\] Throw if the shapes of input and other are not broadcastable]
     12    expected: FAIL
     13 
     14  [[where\] Throw if the condition shape is not broadcastable]
     15    expected: FAIL
     16 
     17  [[where\] Test building where with 2-D condition, 2-D input and 2-D other using broadcast]
     18    expected: FAIL
     19 
     20  [[where\] Test building where with 2-D condition, 2-D input and 3-D other using broadcast]
     21    expected: FAIL
     22 
     23  [[where\] Test building where with 3-D condition, 3-D input and 2-D other using broadcast]
     24    expected: FAIL
     25 
     26  [[where\] Test building where with 4-D condition, 3-D input and 2-D other using broadcast]
     27    expected: FAIL
     28 
     29  [[where\] throw if condition is from another builder]
     30    expected: FAIL
     31 
     32  [[where\] throw if input is from another builder]
     33    expected: FAIL
     34 
     35  [[where\] throw if other is from another builder]
     36    expected: FAIL
     37 
     38 
     39 [where.https.any.worker.html]
     40  [assert_not_equals(navigator.ml, undefined, "ml property is defined on navigator")]
     41    expected: FAIL
     42 
     43  [[where\] Throw if the condition data type is not uint8.]
     44    expected: FAIL
     45 
     46  [[where\] Throw if the data types of input and other do not match]
     47    expected: FAIL
     48 
     49  [[where\] Throw if the shapes of input and other are not broadcastable]
     50    expected: FAIL
     51 
     52  [[where\] Throw if the condition shape is not broadcastable]
     53    expected: FAIL
     54 
     55  [[where\] Test building where with 2-D condition, 2-D input and 2-D other using broadcast]
     56    expected: FAIL
     57 
     58  [[where\] Test building where with 2-D condition, 2-D input and 3-D other using broadcast]
     59    expected: FAIL
     60 
     61  [[where\] Test building where with 3-D condition, 3-D input and 2-D other using broadcast]
     62    expected: FAIL
     63 
     64  [[where\] Test building where with 4-D condition, 3-D input and 2-D other using broadcast]
     65    expected: FAIL
     66 
     67  [[where\] throw if condition is from another builder]
     68    expected: FAIL
     69 
     70  [[where\] throw if input is from another builder]
     71    expected: FAIL
     72 
     73  [[where\] throw if other is from another builder]
     74    expected: FAIL