https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 0bedf23b52d4191c948697ebca4cb27e718ed13e authored by ffxbld on 10 April 2013, 22:36:19 UTC
Added FENNEC_20_0_1_RELEASE FENNEC_20_0_1_BUILD1 tag(s) for changeset 48255272a995. DONTBUILD CLOSED TREE a=release
Tip revision: 0bedf23
filter-example.ini
# illustrate test filters based on various categories

[windowstest]
run-if = os == 'win'

[fleem]
skip-if = os == 'mac'

[linuxtest]
skip-if = (os == 'mac') || (os == 'win')
fail-if = toolkit == 'cocoa'
back to top