Home
last modified time | relevance | path

Searched refs:tests_not_run (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/test/py/
Dconftest.py341 tests_not_run = [] variable
362 tests_not_run.append(item.name)
408 if tests_not_run:
409 log.status_fail('%d not run' % len(tests_not_run))
410 for test in tests_not_run:
576 tests_not_run.remove(item.name)