tor-browser

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

query.window.js.ini (2138B)


      1 [query.window.html]
      2  expected:
      3    if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT]
      4  [`fetch()`: Query = "": mismatched integrity check: blocked.]
      5    expected: FAIL
      6 
      7  [`fetch()`: Query = "test": mismatched integrity check: blocked.]
      8    expected:
      9      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     10      FAIL
     11 
     12  [`fetch()`: Query = "test=a": mismatched integrity check: blocked.]
     13    expected:
     14      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     15      FAIL
     16 
     17  [`fetch()`: Query = "test=%2F": mismatched integrity check: blocked.]
     18    expected:
     19      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     20      FAIL
     21 
     22  [`fetch()`: Query = "test=ü": mismatched integrity check: blocked.]
     23    expected:
     24      if (processor == "x86") and (os == "win") and not debug: [FAIL, NOTRUN]
     25      FAIL
     26 
     27  [`fetch()`: Query = "test=ü": matching integrity check: loads.]
     28    expected:
     29      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     30 
     31  [`fetch()`: Query = "test=a": no integrity check: loads.]
     32    expected:
     33      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     34 
     35  [`fetch()`: Query = "test=%2F": matching integrity check: loads.]
     36    expected:
     37      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     38 
     39  [`fetch()`: Query = "test": matching integrity check: loads.]
     40    expected:
     41      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     42 
     43  [`fetch()`: Query = "test=ü": no integrity check: loads.]
     44    expected:
     45      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     46 
     47  [`fetch()`: Query = "test=%2F": no integrity check: loads.]
     48    expected:
     49      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]
     50 
     51  [`fetch()`: Query = "test": no integrity check: loads.]
     52    expected:
     53      if (processor == "x86") and (os == "win") and not debug: [PASS, TIMEOUT]
     54 
     55  [`fetch()`: Query = "test=a": matching integrity check: loads.]
     56    expected:
     57      if (processor == "x86") and (os == "win") and not debug: [PASS, NOTRUN]