1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 07:18:47 +00:00
Files
UXP/testing/mozbase/manifestparser/tests/default-skipif.ini
T

23 lines
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