tor-browser

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

content-index.https.window.js.ini (1262B)


      1 [content-index.https.window.html]
      2  expected:
      3    if (os == "win") and not debug and (processor == "x86_64"): [OK, TIMEOUT]
      4    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      5  [The Content Index API is exposed]
      6    expected:
      7      if (os == "win") and not debug: [FAIL, TIMEOUT]
      8      FAIL
      9 
     10  [index.delete removes entry.]
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     13      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     14      FAIL
     15 
     16  [index.getAll returns the same objects provided.]
     17    expected:
     18      if (os == "win") and not debug: [FAIL, NOTRUN]
     19      FAIL
     20 
     21  [index.add with same ID overwrites existing entry.]
     22    expected:
     23      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, TIMEOUT, NOTRUN]
     24      if (os == "win") and not debug and (processor == "x86"): [FAIL, TIMEOUT, NOTRUN]
     25      FAIL
     26 
     27  [index.add parameters are validated.]
     28    expected:
     29      if (os == "win") and not debug: [FAIL, NOTRUN]
     30      FAIL
     31 
     32  [index.delete works on invalid ID.]
     33    expected:
     34      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, NOTRUN]
     35      if (os == "win") and not debug and (processor == "x86"): [FAIL, NOTRUN]
     36      FAIL