tor-browser

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

FileSystemBaseHandle-isSameEntry.https.any.js.ini (5156B)


      1 [FileSystemBaseHandle-isSameEntry.https.any.worker.html]
      2  expected:
      3    if (os == "win") and debug and swgl: [OK, TIMEOUT]
      4    if (os == "win") and not debug: [OK, TIMEOUT]
      5  [isSameEntry comparing two files pointing to the same path returns true]
      6    expected:
      7      if (os == "win") and debug and swgl: [PASS, NOTRUN]
      8      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
      9      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     10 
     11  [isSameEntry comparing two directories pointing to the same path returns true]
     12    expected:
     13      if (os == "win") and debug and swgl: [PASS, NOTRUN]
     14      if (os == "win") and not debug: [PASS, TIMEOUT, NOTRUN]
     15 
     16  [isSameEntry comparing a file to a directory of the same path returns false]
     17    expected:
     18      if (os == "win") and debug and swgl: [PASS, NOTRUN]
     19      if (os == "win") and not debug: [PASS, NOTRUN]
     20 
     21  [isSameEntry comparing a file to a file in a different directory returns false]
     22    expected:
     23      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     24      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
     25 
     26  [isSameEntry for different files returns false]
     27    expected:
     28      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     29      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
     30 
     31  [isSameEntry comparing a file to a directory returns false]
     32    expected:
     33      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     34      if (os == "win") and swgl: [PASS, NOTRUN]
     35 
     36  [isSameEntry for identical file handles returns true]
     37    expected:
     38      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     39      if (os == "win") and swgl: [PASS, NOTRUN]
     40 
     41  [isSameEntry for different handles for the same directory]
     42    expected:
     43      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, TIMEOUT]
     44      if (os == "win") and swgl: [PASS, TIMEOUT]
     45 
     46  [isSameEntry for different handles for the same file]
     47    expected:
     48      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     49      if (os == "win") and swgl: [PASS, NOTRUN]
     50 
     51 
     52 [FileSystemBaseHandle-isSameEntry.https.any.html]
     53  expected:
     54    if (os == "win") and debug and swgl: [OK, TIMEOUT]
     55    if (os == "win") and not debug and (processor == "x86_64"): [OK, ERROR, TIMEOUT]
     56    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT, ERROR]
     57  [isSameEntry comparing two directories pointing to the same path returns true]
     58    expected:
     59      if (os == "win") and debug and swgl: [PASS, NOTRUN]
     60      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     61      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     62 
     63  [isSameEntry comparing a file to a directory of the same path returns false]
     64    expected:
     65      if (os == "win") and debug and swgl: [PASS, NOTRUN]
     66      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     67      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     68 
     69  [isSameEntry for different handles for the same directory]
     70    expected:
     71      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
     72      if (os == "win") and swgl: [PASS, TIMEOUT]
     73 
     74  [isSameEntry for identical file handles returns true]
     75    expected:
     76      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     77      if (os == "win") and swgl: [PASS, NOTRUN]
     78 
     79  [isSameEntry for different files returns false]
     80    expected:
     81      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     82      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
     83 
     84  [isSameEntry for different handles for the same file]
     85    expected:
     86      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN, TIMEOUT]
     87      if (os == "win") and swgl: [PASS, NOTRUN]
     88 
     89  [isSameEntry comparing a file to a file in a different directory returns false]
     90    expected:
     91      if (os == "win") and not swgl and not debug and (processor == "x86"): [PASS, NOTRUN]
     92      if (os == "win") and swgl: [PASS, TIMEOUT, NOTRUN]
     93 
     94  [isSameEntry comparing a file to a directory returns false]
     95    expected:
     96      if (os == "win") and debug and swgl: [PASS, NOTRUN]
     97      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
     98      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     99 
    100  [isSameEntry comparing two files pointing to the same path returns true]
    101    expected:
    102      if (os == "win") and debug and swgl: [PASS, NOTRUN]
    103      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN]
    104      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
    105 
    106  [isSameEntry for different directories returns false]
    107    expected:
    108      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
    109 
    110  [isSameEntry for identical directory handles returns true]
    111    expected:
    112      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]