tor-browser

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

floating-point-total-queue-size.any.js.ini (1396B)


      1 [floating-point-total-queue-size.any.worker.html]
      2  expected:
      3    if (os == "mac") and not debug: [OK, CRASH]
      4 
      5 [floating-point-total-queue-size.any.serviceworker.html]
      6  expected:
      7    if (os == "android") and not debug: [OK, ERROR]
      8 
      9 [floating-point-total-queue-size.any.sharedworker.html]
     10  expected:
     11    if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT]
     12 
     13 [floating-point-total-queue-size.any.html]
     14  expected:
     15    if not sessionHistoryInParent and debug: TIMEOUT
     16 
     17 [floating-point-total-queue-size.any.shadowrealm.html]
     18  expected:
     19    if os == "android": [ERROR, CRASH]
     20    ERROR
     21 
     22 [floating-point-total-queue-size.any.shadowrealm-in-shadowrealm.html]
     23  expected: ERROR
     24 
     25 [floating-point-total-queue-size.any.shadowrealm-in-dedicatedworker.html]
     26  expected:
     27    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     28    ERROR
     29 
     30 [floating-point-total-queue-size.https.any.shadowrealm-in-audioworklet.html]
     31  expected: ERROR
     32 
     33 [floating-point-total-queue-size.https.any.shadowrealm-in-serviceworker.html]
     34  expected: [ERROR, TIMEOUT]
     35 
     36 [floating-point-total-queue-size.any.shadowrealm-in-sharedworker.html]
     37  expected:
     38    if (os == "android") and sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     39    ERROR
     40 
     41 [floating-point-total-queue-size.any.shadowrealm-in-window.html]
     42  expected:
     43    if not sessionHistoryInParent and not debug: [ERROR, TIMEOUT]
     44    ERROR