autopkgtest: Remove hack for gccgo-5/6

ubuntu/rebased
Paul Gevers 7 years ago
parent 011e9a14b7
commit 44f983dc63
No known key found for this signature in database
GPG Key ID: 9C5C99EB05BD750A

@ -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…
Cancel
Save