tor-browser

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

manifest.toml (1149B)


      1 [DEFAULT]
      2 tags = "local"
      3 
      4 ["test_log_files.py"]
      5 
      6 ["test_persist_closed_tabs_restore_manually.py"]
      7 
      8 ["test_restore_loading_tab.py"]
      9 
     10 ["test_restore_manually.py"]
     11 skip-if = [
     12  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1968578
     13 ]
     14 
     15 ["test_restore_manually_with_pinned_tabs.py"]
     16 
     17 ["test_restore_manually_with_tab_groups.py"]
     18 
     19 ["test_restore_sidebar.py"]
     20 
     21 ["test_restore_sidebar_automatic.py"]
     22 
     23 ["test_restore_windows_after_close_last_tabs.py"]
     24 skip-if = [
     25  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
     26  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'",
     27  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'",
     28 ]
     29 
     30 ["test_restore_windows_after_restart_and_quit.py"]
     31 
     32 ["test_restore_windows_after_windows_shutdown.py"]
     33 run-if = [
     34  "os == 'win'",
     35 ]
     36 skip-if = [
     37  "os == 'win' && os_version == '11.26100' && arch == 'x86'", # Bug 1727691
     38  "os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug 1727691
     39 ]
     40 
     41 ["test_tabgroups_restore.py"]
     42 
     43 ["test_taskbartab_restore.py"]
     44 run-if = [
     45  "os == 'win'",
     46 ]
     47 
     48 ["test_taskbartab_sessionstate.py"]
     49 run-if = [
     50  "os == 'win'",
     51 ]