testing/mozbase/manifestdestiny/tests/default-skipif.ini

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:97e5608e5e57
1 [DEFAULT]
2 skip-if = os == 'win' && debug # a pesky comment
3
4
5 [test1]
6 skip-if = debug
7
8 [test2]
9 skip-if = os == 'linux'
10
11 [test3]
12 skip-if = os == 'win'
13
14 [test4]
15 skip-if = os == 'win' && debug
16
17 [test5]
18 foo = bar
19
20 [test6]
21 skip-if = debug # a second pesky comment
22

mercurial