tor-browser

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

shownotification.https.window.js.ini (792B)


      1 [getnotifications-across-processes.https.window.html]
      2  [Get notification created from window]
      3    expected:
      4      if fission and (processor == "x86") and (os == "linux"): [PASS, FAIL]
      5      if not fission and not debug: [PASS, FAIL]
      6 
      7 
      8 [shownotification.https.window.html]
      9  expected:
     10    if (os == "win") and (processor == "x86_64"): [OK, CRASH]
     11  [fetching multiple notifications]
     12    expected:
     13      if (os == "android") and not debug and sessionHistoryInParent: [PASS, FAIL]
     14      if (os == "android") and not debug and not sessionHistoryInParent: [PASS, FAIL]
     15 
     16  [fetching a notification with custom data]
     17    expected:
     18      if asan and not fission: [PASS, FAIL]
     19 
     20  [fetching only persistent notifications]
     21    expected:
     22      if debug and (os == "linux") and not fission: [PASS, FAIL]