1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/manifestdestiny/tests/default-skipif.ini Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,22 @@ 1.4 +[DEFAULT] 1.5 +skip-if = os == 'win' && debug # a pesky comment 1.6 + 1.7 + 1.8 +[test1] 1.9 +skip-if = debug 1.10 + 1.11 +[test2] 1.12 +skip-if = os == 'linux' 1.13 + 1.14 +[test3] 1.15 +skip-if = os == 'win' 1.16 + 1.17 +[test4] 1.18 +skip-if = os == 'win' && debug 1.19 + 1.20 +[test5] 1.21 +foo = bar 1.22 + 1.23 +[test6] 1.24 +skip-if = debug # a second pesky comment 1.25 +