tor-browser

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

FileSystemDirectoryHandle-iteration.https.any.js.ini (3216B)


      1 [FileSystemDirectoryHandle-iteration.https.any.worker.html]
      2  expected:
      3    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6  [iteration while iterator gets garbage collected]
      7    expected:
      8      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
      9      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     10      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     11 
     12  [keys: full iteration works]
     13    expected:
     14      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     15      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     16      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     17 
     18  [values: full iteration works]
     19    expected:
     20      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     21      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     22      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     23 
     24  [entries: full iteration works]
     25    expected:
     26      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
     27      if (os == "win") and not debug and (processor == "x86_64"): [PASS, NOTRUN, TIMEOUT]
     28      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     29 
     30  [@@asyncIterator: full iteration works]
     31    expected:
     32      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     33      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     34 
     35  [returning early from an iteration doesn't crash]
     36    expected:
     37      if (os == "win") and not debug: [PASS, TIMEOUT]
     38 
     39 
     40 [FileSystemDirectoryHandle-iteration.https.any.html]
     41  expected:
     42    if (os == "win") and debug and (processor == "x86_64"): [OK, TIMEOUT]
     43    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT, ERROR]
     44    if (os == "win") and not debug and (processor == "x86"): [OK, ERROR, TIMEOUT]
     45  [iteration while iterator gets garbage collected]
     46    expected:
     47      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     48      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     49      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     50 
     51  [keys: full iteration works]
     52    expected:
     53      if (os == "win") and debug and (processor == "x86_64"): [PASS, NOTRUN]
     54      if (os == "win") and not debug and (processor == "x86_64"): [PASS, TIMEOUT, NOTRUN]
     55      if (os == "win") and not debug and (processor == "x86"): [PASS, TIMEOUT, NOTRUN]
     56 
     57  [values: full iteration works]
     58    expected:
     59      if (os == "win") and debug and (processor == "x86_64"): [PASS, TIMEOUT]
     60      if (os == "win") and not debug: [PASS, NOTRUN]
     61 
     62  [entries: full iteration works]
     63    expected:
     64      if (os == "win") and not debug: [PASS, NOTRUN]
     65 
     66  [@@asyncIterator: full iteration works]
     67    expected:
     68      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]