https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 13285d5b6a67f794f53270368d7085b1a58e6ffe authored by ffxbld on 24 August 2011, 23:39:18 UTC
Added tag FENNEC_7_0b2_BUILD1 for changeset d972aa1d6203. CLOSED TREE a=release
Tip revision: 13285d5
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