mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
autopkgtest: Remove hack for gccgo-5/6
This commit is contained in:
parent
011e9a14b7
commit
44f983dc63
@ -333,17 +333,6 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
|
||||
tests = []
|
||||
|
||||
# hack for vivid's gccgo-5 and xenial's gccgo-6; these build libgcc1
|
||||
# too, so test some Go and some libgcc1 consumers
|
||||
if src in ['gccgo-5', 'gccgo-6']:
|
||||
for test in ['juju-mongodb', 'mongodb', 'libreoffice']:
|
||||
try:
|
||||
tests.append((test, self.britney.sources['testing'][test][VERSION]))
|
||||
except KeyError:
|
||||
# no package in that series? *shrug*, then not (mostly for testing)
|
||||
pass
|
||||
return tests
|
||||
|
||||
# gcc-N triggers tons of tests via libgcc1, but this is mostly in vain:
|
||||
# gcc already tests itself during build, and it is being used from
|
||||
# -proposed, so holding it back on a dozen unrelated test failures
|
||||
|
Loading…
x
Reference in New Issue
Block a user