summaryrefslogtreecommitdiffstats
path: root/testing/mozbase/manifestparser/tests/filter-example.ini
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozbase/manifestparser/tests/filter-example.ini')
-rw-r--r--testing/mozbase/manifestparser/tests/filter-example.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/mozbase/manifestparser/tests/filter-example.ini b/testing/mozbase/manifestparser/tests/filter-example.ini
new file mode 100644
index 000000000..13a8734c3
--- /dev/null
+++ b/testing/mozbase/manifestparser/tests/filter-example.ini
@@ -0,0 +1,11 @@
+# illustrate test filters based on various categories
+
+[windowstest]
+skip-if = os != 'win'
+
+[fleem]
+skip-if = os == 'mac'
+
+[linuxtest]
+skip-if = (os == 'mac') || (os == 'win')
+fail-if = toolkit == 'cocoa'