gecko-dev/testing/mozbase/manifestparser/tests
Chris Manchester 52083635d3 Bug 1261456 - Combine support-files listed in [DEFAULT] with any listed per-test rather than overriding. r=gps
This requires a change to how we process test manifests in the build system:
now, whenever we see a support file mentioned in a manifest, we require that
file isn't already in that test's support files, but if we see a support file
that was already seen in some other test, the entry is ignored, but it is not
an error. As a result of this change, several duplicate support-files entries
needed to be removed.

MozReview-Commit-ID: G0juyxzcaB8

--HG--
rename : testing/mozbase/manifestparser/tests/test_default_skipif.py => testing/mozbase/manifestparser/tests/test_default_overrides.py
2016-04-11 11:21:20 -07:00
..
include
parent
verifyDirectory
comment-example.ini
default-skipif.ini
default-suppfiles.ini Bug 1261456 - Combine support-files listed in [DEFAULT] with any listed per-test rather than overriding. r=gps 2016-04-11 11:21:20 -07:00
filter-example.ini Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers 2015-03-03 08:46:37 -05:00
fleem
include-example.ini
include-invalid.ini
just-defaults.ini
manifest.ini Bug 1132154 - [manifestparser] Implement basic chunking algorithms in manifestparser, r=jmaher 2015-02-13 16:23:45 -05:00
missing-path.ini
mozmill-example.ini
mozmill-restart-example.ini
no-tests.ini
path-example.ini
relative-path.ini
subsuite.ini
test_chunking.py Bug 1182817 - [manifestparser] Fix exception in chunk_by_slice when there are two times more chunks than tests, r=chmanchester 2015-07-13 14:38:34 -04:00
test_convert_directory.py
test_convert_symlinks.py
test_default_overrides.py Bug 1261456 - Combine support-files listed in [DEFAULT] with any listed per-test rather than overriding. r=gps 2016-04-11 11:21:20 -07:00
test_expressionparser.py Bug 980788 - [manifestparser] Add greater-than/less-than (equal) support. r=ahal 2015-07-15 04:42:00 -04:00
test_filters.py Bug 1150497 - Make manifestparser tags whitespace (instead of comma) delimited to conform to other attributes, r=chmanchester 2015-04-02 09:50:30 -04:00
test_manifestparser.py
test_read_ini.py
test_testmanifest.py