mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 13:31:29 +00:00
Replace libreoffice with doxygen as the libgcc smoke test for gcc.
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1793260 Original patches by Steve Langasek
This commit is contained in:
parent
3de7816fd2
commit
1ca76486b5
@ -529,14 +529,14 @@ class AutopkgtestPolicy(BasePolicy):
|
|||||||
# gcc already tests itself during build, and it is being used from
|
# gcc already tests itself during build, and it is being used from
|
||||||
# -proposed, so holding it back on a dozen unrelated test failures
|
# -proposed, so holding it back on a dozen unrelated test failures
|
||||||
# serves no purpose. Just check some key packages which actually use
|
# serves no purpose. Just check some key packages which actually use
|
||||||
# gcc during the test, and libreoffice as an example for a libgcc user.
|
# gcc during the test, and doxygen as an example for a libgcc user.
|
||||||
if src.startswith('gcc-'):
|
if src.startswith('gcc-'):
|
||||||
if re.match(r'gcc-\d$', src):
|
if re.match(r'gcc-\d$', src):
|
||||||
# add gcc's own tests, if it has any
|
# add gcc's own tests, if it has any
|
||||||
srcinfo = source_suite.sources[src]
|
srcinfo = source_suite.sources[src]
|
||||||
if 'autopkgtest' in srcinfo.testsuite:
|
if 'autopkgtest' in srcinfo.testsuite:
|
||||||
tests.append((src, ver))
|
tests.append((src, ver))
|
||||||
for test in ['binutils', 'fglrx-installer', 'libreoffice', 'linux']:
|
for test in ['binutils', 'fglrx-installer', 'doxygen', 'linux']:
|
||||||
try:
|
try:
|
||||||
tests.append((test, sources_info[test].version))
|
tests.append((test, sources_info[test].version))
|
||||||
except KeyError:
|
except KeyError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user