Lines Matching full:not
16 # along with this program. If not, see <http://www.gnu.org/licenses/>.
51 # TODO: fix all tests to not produce extra spaces, fix all .out files
79 if test not in self.cache:
82 if self.env.imgproto not in self.cache[test]:
122 assert runner is not None
180 print(f'not ok {self.env.imgfmt} {test}')
181 elif status == 'not run':
204 elif status == 'not run':
240 Note: this method may be called from subprocess, so it does not
247 if not f_test.exists():
251 if not os.access(str(f_test), os.X_OK):
252 sys.exit(f'Not executable: {f_test}')
254 if not f_reference.exists():
255 return TestResult(status='not run',
288 return TestResult(status='not run',
302 status='not run',
311 if os.environ.get("QEMU_IOTESTS_REGEN", None) is not None:
335 Note: this method may be called from subprocess, so it does not
342 if not self.tap:
398 assert res.status in ('pass', 'fail', 'not run')
403 if res.status != 'not run':
413 elif res.status == 'not run':
416 assert res.elapsed is not None
423 if not self.tap:
425 print('Not run:', ' '.join(notrun))
428 print('Some cases not run in:', ' '.join(casenotrun))
435 return not failed