tor-browser

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

waiting.https.html.ini (1286B)


      1 [waiting.https.html]
      2  bug:
      3    if fission and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1712654
      4  expected:
      5    if (os == "win") and not debug and (processor == "x86"): [OK, TIMEOUT]
      6    if (os == "linux") and fission and tsan: [ERROR, OK, TIMEOUT]
      7    if (os == "linux") and fission and not tsan: [OK, TIMEOUT]
      8    if (os == "android") and debug: [OK, ERROR]
      9  [waiting is set after installation]
     10    bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1709970
     11    expected:
     12      if (os == "win") and not debug and (processor == "x86_64"): [FAIL, PASS]
     13      if (os == "win") and not debug and (processor == "x86"): [FAIL, PASS, TIMEOUT]
     14      if (os == "mac") and not debug: [FAIL, PASS]
     15      if (os == "linux") and fission: [FAIL, PASS, TIMEOUT]
     16      if (os == "linux") and not fission: [FAIL, PASS]
     17      FAIL
     18 
     19  [The ServiceWorker objects returned from waiting attribute getter that represent the same service worker are the same objects]
     20    bug:
     21      if fission and (os == "linux"): https://bugzilla.mozilla.org/show_bug.cgi?id=1712654
     22    expected:
     23      if (os == "win") and not debug and (processor == "x86"): [PASS, NOTRUN]
     24      if (os == "linux") and fission and tsan: [NOTRUN, PASS]
     25      if (os == "linux") and fission and not tsan: [PASS, NOTRUN]