gecko-dev/testing/mozbase/manifestparser/tests/default-skipif.ini

23 строки
259 B
INI

[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