tor-browser

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

idlharness.https.any.js.ini (1151B)


      1 [idlharness.https.any.worker.html]
      2  expected:
      3    if (os == "android") and fission: [OK, TIMEOUT]
      4  [FileSystemSyncAccessHandle interface: operation truncate(unsigned long long)]
      5    expected:
      6      if not debug and (os == "mac"): [PASS, FAIL]
      7      if not debug and (os == "linux"): [PASS, FAIL]
      8      if not debug and (os == "android"): [PASS, FAIL]
      9 
     10  [FileSystemSyncAccessHandle interface: operation getSize()]
     11    expected:
     12      if not debug and (os == "linux"): [PASS, FAIL]
     13      if not debug and (os == "mac"): [PASS, FAIL]
     14      if not debug and (os == "android"): [PASS, FAIL]
     15 
     16  [FileSystemSyncAccessHandle interface: operation flush()]
     17    expected:
     18      if not debug and (os == "android"): [PASS, FAIL]
     19      if not debug and (os == "mac"): [PASS, FAIL]
     20      if not debug and (os == "linux"): [PASS, FAIL]
     21 
     22  [FileSystemSyncAccessHandle interface: operation close()]
     23    expected:
     24      if not debug and (os == "android"): [PASS, FAIL]
     25      if not debug and (os == "linux"): [PASS, FAIL]
     26      if not debug and (os == "mac"): [PASS, FAIL]
     27 
     28 
     29 [idlharness.https.any.html]
     30  expected:
     31    if (os == "android") and fission: [OK, TIMEOUT]