tor-browser

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

registration-script.https.html.ini (956B)


      1 [registration-script.https.html]
      2  expected:
      3    if (os == "android") and not debug: [OK, TIMEOUT]
      4  [Registering script importing non-existent script]
      5    expected:
      6      if (os == "android") and not debug: [PASS, NOTRUN]
      7 
      8  [Registering script importing malformed script]
      9    expected:
     10      if (os == "android") and not debug: [PASS, NOTRUN]
     11 
     12  [Registering script including caught exception]
     13    expected:
     14      if (os == "android") and not debug: [PASS, NOTRUN]
     15 
     16  [Registering script including parse error]
     17    expected:
     18      if (os == "android") and not debug: [PASS, TIMEOUT]
     19 
     20  [Registering script including undefined error: classic]
     21    expected:
     22      if (os == "android") and not debug: [PASS, NOTRUN]
     23 
     24  [Registering non-existent script]
     25    expected:
     26      if (os == "android") and not debug: [PASS, NOTRUN]
     27 
     28  [Registering script including uncaught exception: classic]
     29    expected:
     30      if (os == "android") and not debug: [PASS, NOTRUN]