summaryrefslogtreecommitdiffstats
path: root/toolkit/components/places/tests/migration/xpcshell.toml
blob: b127fa501f8766ccf48c8619b741e3dc68491cde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[DEFAULT]
head = "head_migration.js"
skip-if = ["condprof"] # Not worth running conditioned profiles on these migration
# tests for databases. See discussion in bug 1838791.

support-files = [
  "favicons_v41.sqlite",
  "places_outdated.sqlite",
  "places_v52.sqlite",
  "places_v54.sqlite",
  "places_v66.sqlite",
  "places_v68.sqlite",
  "places_v69.sqlite",
  "places_v70.sqlite",
  "places_v72.sqlite",
  "places_v74.sqlite",
  "places_v75.sqlite",
]

["test_current_from_downgraded.js"]

["test_current_from_outdated.js"]

["test_current_from_v53.js"]

["test_current_from_v54.js"]

["test_current_from_v66.js"]

["test_current_from_v68.js"]

["test_current_from_v69.js"]

["test_current_from_v70.js"]

["test_current_from_v72.js"]

["test_current_from_v74.js"]