tor-browser

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

browser.toml (5738B)


      1 [DEFAULT]
      2 support-files = ["head.js"]
      3 
      4 ["browser_displayURI.js"]
      5 skip-if = [
      6  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
      7  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
      8  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
      9 ]
     10 
     11 ["browser_popupNotification.js"]
     12 skip-if = [
     13  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     14  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     15  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     16 ]
     17 
     18 ["browser_popupNotification_2.js"]
     19 https_first_disabled = true
     20 skip-if = [
     21  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug", # bug 1251135
     22  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # bug 1251135
     23  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # bug 1251135
     24 ]
     25 
     26 ["browser_popupNotification_3.js"]
     27 https_first_disabled = true
     28 skip-if = [
     29  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     30  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     31  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     32  "verify-standalone",
     33 ]
     34 
     35 ["browser_popupNotification_4.js"]
     36 skip-if = [
     37  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     38  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     39  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     40 ]
     41 
     42 ["browser_popupNotification_5.js"]
     43 skip-if = [
     44  "true", # bug 1332646
     45 ]
     46 
     47 ["browser_popupNotification_accesskey.js"]
     48 skip-if = [
     49  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     50  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     51  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     52  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
     53  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'",
     54  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'",
     55 ]
     56 
     57 ["browser_popupNotification_checkbox.js"]
     58 skip-if = [
     59  "a11y_checks", # Bug 1858037 to investigate intermittent a11y_checks results (fails on Try, passes on Autoland)
     60  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     61  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     62  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     63 ]
     64 
     65 ["browser_popupNotification_hide_after_identity_panel.js"]
     66 skip-if = [
     67  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     68  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     69  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     70 ]
     71 
     72 ["browser_popupNotification_hide_after_protections_panel.js"]
     73 skip-if = [
     74  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     75  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     76  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     77 ]
     78 
     79 ["browser_popupNotification_keyboard.js"]
     80 skip-if = [
     81  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     82  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     83  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     84 ]
     85 
     86 ["browser_popupNotification_learnmore.js"]
     87 skip-if = [
     88  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     89  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     90  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     91 ]
     92 
     93 ["browser_popupNotification_no_anchors.js"]
     94 https_first_disabled = true
     95 skip-if = [
     96  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
     97  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
     98  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
     99 ]
    100 
    101 ["browser_popupNotification_queue.js"]
    102 skip-if = [
    103  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
    104  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
    105  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
    106 ]
    107 
    108 ["browser_popupNotification_security_delay.js"]
    109 
    110 ["browser_popupNotification_selection_required.js"]
    111 skip-if = [
    112  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
    113  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
    114  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
    115 ]
    116 
    117 ["browser_popupNotification_swapBrowser.js"]
    118 
    119 ["browser_reshow_in_background.js"]
    120 skip-if = [
    121  "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && debug",
    122  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan",
    123  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug",
    124 ]