tor-browser

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

create-index.any.js.ini (1830B)


      1 [create-index.any.worker.html]
      2  expected: [OK, TIMEOUT]
      3  [Assure no crash when populating index]
      4    expected: [PASS, TIMEOUT]
      5 
      6 
      7 [create-index.any.sharedworker.html]
      8  expected:
      9    if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, OK]
     10    if debug and (os == "win") and (processor == "x86_64"): TIMEOUT
     11    if debug and (os == "win") and (processor == "x86"): [TIMEOUT, OK]
     12    if debug and (os == "linux") and fission: [TIMEOUT, OK]
     13    if debug and (os == "mac"): [TIMEOUT, OK]
     14    if debug and (os == "android"): [TIMEOUT, OK]
     15    [OK, TIMEOUT]
     16  [Assure no crash when populating index]
     17    expected:
     18      if not debug and (os == "linux") and not asan and not tsan: [TIMEOUT, PASS]
     19      if debug and (os == "win") and (processor == "x86_64"): TIMEOUT
     20      if debug and (os == "win") and (processor == "x86"): [TIMEOUT, PASS]
     21      if debug and (os == "linux") and fission: [TIMEOUT, PASS]
     22      if debug and (os == "mac"): [TIMEOUT, PASS]
     23      if debug and (os == "android"): [TIMEOUT, PASS]
     24      [PASS, TIMEOUT]
     25 
     26 
     27 [create-index.any.serviceworker.html]
     28  expected: [OK, TIMEOUT]
     29  [Assure no crash when populating index]
     30    expected: [PASS, TIMEOUT]
     31 
     32 
     33 [create-index.any.html]
     34  expected:
     35    if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
     36    if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT]
     37    if (os == "win") and debug: [OK, TIMEOUT]
     38    if (os == "linux") and not debug: [OK, TIMEOUT]
     39    [TIMEOUT, OK]
     40  [Assure no crash when populating index]
     41    expected:
     42      if (os == "android") and debug and sessionHistoryInParent: TIMEOUT
     43      if (os == "android") and debug and not sessionHistoryInParent: [PASS, TIMEOUT]
     44      if (os == "win") and debug: [PASS, TIMEOUT]
     45      if (os == "linux") and not debug: [PASS, TIMEOUT]
     46      [TIMEOUT, PASS]