michael@0: [DEFAULT] michael@0: skip-if = os == 'win' && debug # a pesky comment michael@0: michael@0: michael@0: [test1] michael@0: skip-if = debug michael@0: michael@0: [test2] michael@0: skip-if = os == 'linux' michael@0: michael@0: [test3] michael@0: skip-if = os == 'win' michael@0: michael@0: [test4] michael@0: skip-if = os == 'win' && debug michael@0: michael@0: [test5] michael@0: foo = bar michael@0: michael@0: [test6] michael@0: skip-if = debug # a second pesky comment michael@0: