tor-browser

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

async-iterator.any.js.ini (2665B)


      1 [async-iterator.any.serviceworker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, ERROR]
      4  [Async iterator instances should have the correct list of properties]
      5    expected: FAIL
      6 
      7  [return(); next() [no awaiting\]]
      8    expected: FAIL
      9 
     10  [return(); next() with delayed cancel() [no awaiting\]]
     11    expected: FAIL
     12 
     13  [return(); return() [no awaiting\]]
     14    expected: FAIL
     15 
     16 
     17 [async-iterator.any.sharedworker.html]
     18  expected:
     19    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     20  [Async iterator instances should have the correct list of properties]
     21    expected: FAIL
     22 
     23  [return(); next() [no awaiting\]]
     24    expected: FAIL
     25 
     26  [return(); next() with delayed cancel() [no awaiting\]]
     27    expected: FAIL
     28 
     29  [return(); return() [no awaiting\]]
     30    expected: FAIL
     31 
     32 
     33 [async-iterator.any.worker.html]
     34  expected:
     35    if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH]
     36    if (os == "android") and not debug and not sessionHistoryInParent: [OK, CRASH]
     37  [Async iterator instances should have the correct list of properties]
     38    expected: FAIL
     39 
     40  [return(); next() [no awaiting\]]
     41    expected: FAIL
     42 
     43  [return(); next() with delayed cancel() [no awaiting\]]
     44    expected: FAIL
     45 
     46  [return(); return() [no awaiting\]]
     47    expected: FAIL
     48 
     49 
     50 [async-iterator.any.html]
     51  expected:
     52    if (os == "android") and debug and sessionHistoryInParent: [OK, ERROR, CRASH]
     53    if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH]
     54    if (os == "android") and not debug: [OK, CRASH]
     55  [Async iterator instances should have the correct list of properties]
     56    expected: FAIL
     57 
     58  [return(); next() [no awaiting\]]
     59    expected: FAIL
     60 
     61  [return(); next() with delayed cancel() [no awaiting\]]
     62    expected: FAIL
     63 
     64  [return(); return() [no awaiting\]]
     65    expected: FAIL
     66 
     67 
     68 [async-iterator.any.shadowrealm.html]
     69  expected:
     70    if (os == "android") and not debug: [ERROR, CRASH]
     71    ERROR
     72 
     73 [async-iterator.https.any.shadowrealm-in-serviceworker.html]
     74  expected: [ERROR, TIMEOUT]
     75 
     76 [async-iterator.any.shadowrealm-in-shadowrealm.html]
     77  expected:
     78    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     79    ERROR
     80 
     81 [async-iterator.any.shadowrealm-in-window.html]
     82  expected: ERROR
     83 
     84 [async-iterator.https.any.shadowrealm-in-audioworklet.html]
     85  expected:
     86    if os == "linux": [ERROR, TIMEOUT]
     87    ERROR
     88 
     89 [async-iterator.any.shadowrealm-in-sharedworker.html]
     90  expected:
     91    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     92    ERROR
     93 
     94 [async-iterator.any.shadowrealm-in-dedicatedworker.html]
     95  expected:
     96    if sessionHistoryInParent: ERROR
     97    [ERROR, TIMEOUT]