tor-browser

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

FileSystemBaseHandle-buckets.https.any.js.ini (1572B)


      1 [FileSystemBaseHandle-buckets.https.any.worker.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
      4  [isSameEntry works as expected with buckets]
      5    expected:
      6      if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT]
      7      FAIL
      8 
      9  [getDirectory promise rejects if bucket has been deleted]
     10    expected:
     11      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     12      FAIL
     13 
     14  [Bucket quota restricts the size of a file that can be created]
     15    expected:
     16      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     17      FAIL
     18 
     19 
     20 [FileSystemBaseHandle-buckets.https.any.html]
     21  expected:
     22    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
     23    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
     24  [isSameEntry works as expected with buckets]
     25    expected:
     26      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT]
     27      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT]
     28      FAIL
     29 
     30  [getDirectory promise rejects if bucket has been deleted]
     31    expected:
     32      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     33      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     34      FAIL
     35 
     36  [Bucket quota restricts the size of a file that can be created]
     37    expected: FAIL
     38 
     39  [Bucket quota restricts the size of a file that can be created]
     40    expected:
     41      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     42      FAIL