tests: Comment out test requiring "do_test" function

It does not exist in the Debian version (yet?).

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2018-10-01 19:48:05 +00:00
parent 99a35a2986
commit 712b618ee8
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

View File

@ -2173,20 +2173,20 @@ class T(TestBase):
'linux': {'amd64': 'RUNNING-ALWAYSFAIL', 'i386': 'RUNNING-ALWAYSFAIL'}})})[1] 'linux': {'amd64': 'RUNNING-ALWAYSFAIL', 'i386': 'RUNNING-ALWAYSFAIL'}})})[1]
self.assertNotIn('notme 1', exc['gcc-5']['policy_info']['autopkgtest']) self.assertNotIn('notme 1', exc['gcc-5']['policy_info']['autopkgtest'])
def test_gcc_hastest(self): # def test_gcc_hastest(self):
'''gcc triggers itself when it has a testsuite''' # '''gcc triggers itself when it has a testsuite'''
#
self.data.add('gcc-7', False, {}, testsuite='autopkgtest') # self.data.add('gcc-7', False, {}, testsuite='autopkgtest')
#
# gcc-7 has passed before on i386 only, therefore ALWAYSFAIL on amd64 # # gcc-7 has passed before on i386 only, therefore ALWAYSFAIL on amd64
self.swift.set_results({'autopkgtest-series': { # self.swift.set_results({'autopkgtest-series': {
'series/i386/g/gcc-7/20150101_100000@': (0, 'gcc-7 1', tr('passedbefore/1')), # 'series/i386/g/gcc-7/20150101_100000@': (0, 'gcc-7 1', tr('passedbefore/1')),
}}) # }})
#
exc = self.do_test( # exc = self.do_test(
[('gcc-7', {'Source': 'gcc-7', 'Version': '2'}, 'autopkgtest')], # [('gcc-7', {'Source': 'gcc-7', 'Version': '2'}, 'autopkgtest')],
{'gcc-7': (False, {'gcc-7': {'amd64': 'RUNNING-ALWAYSFAIL', 'i386': 'RUNNING'}})})[1] # {'gcc-7': (False, {'gcc-7': {'amd64': 'RUNNING-ALWAYSFAIL', 'i386': 'RUNNING'}})})[1]
self.assertIn('gcc-7', exc['gcc-7']['policy_info']['autopkgtest']) # self.assertIn('gcc-7', exc['gcc-7']['policy_info']['autopkgtest'])
def test_alternative_gcc(self): def test_alternative_gcc(self):
'''alternative gcc does not trigger anything''' '''alternative gcc does not trigger anything'''