tor-browser

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

xpcshell.toml (453B)


      1 [DEFAULT]
      2 head = "head.js"
      3 
      4 ["test_AppInfo.js"]
      5 
      6 ["test_AsyncQueue.js"]
      7 
      8 ["test_BiMap.js"]
      9 
     10 ["test_ChallengeHeaderParser.js"]
     11 
     12 ["test_DOM.js"]
     13 
     14 ["test_Format.js"]
     15 
     16 ["test_Navigate.js"]
     17 
     18 ["test_NetworkDecodedBodySizeMap.js"]
     19 
     20 ["test_Realm.js"]
     21 
     22 ["test_RecommendedPreferences.js"]
     23 
     24 ["test_Stack.js"]
     25 
     26 ["test_Sync.js"]
     27 skip-if = [
     28  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1970358
     29 ]
     30 
     31 ["test_UUID.js"]