summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/manifestparser/tests/default-skipif.ini
blob: d3c268733310750ebc587f6271858be52aad5814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[DEFAULT]
skip-if = os == 'win' && debug # a pesky comment


[test1]
skip-if = debug

[test2]
skip-if = os == 'linux'

[test3]
skip-if = os == 'win'

[test4]
skip-if = os == 'win' && debug

[test5]
foo = bar

[test6]
skip-if = debug # a second pesky comment