Home
last modified time | relevance | path

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

/u-boot/tools/buildman/
A Dtest.py180 expected_colour = (col.GREEN if outcome == OUTCOME_OK else
282 outcome=OUTCOME_WARN)
292 ['board1'], outcome=OUTCOME_WARN)
296 outcome=OUTCOME_WARN)
306 ['board1'], outcome=OUTCOME_OK)
330 outcome=OUTCOME_WARN)
345 outcome=OUTCOME_OK)
364 outcome=OUTCOME_OK)
367 outcome=OUTCOME_WARN)
384 outcome=OUTCOME_OK)
[all …]
A Dbuilder.py814 board_dict[board.target] = outcome
817 for line in outcome.err_lines:
842 if outcome.config:
848 if outcome.environment:
994 outcome = result['_outcome']
1033 outcome = board_dict[target]
1034 sizes = outcome.sizes
1291 outcome = board_dict[target]
1292 if outcome.rc == OUTCOME_UNKNOWN:
1294 elif outcome.rc < base_outcome:
[all …]
/u-boot/test/py/
A Dconftest.py581 if report.outcome == 'failed':
592 if report.outcome == 'skipped':
/u-boot/doc/uImage.FIT/
A Dhowto.txt28 form of paths to appropriate data files. The outcome of the image creation
158 target. Assume that the outcome of the build is vmlinux.bin.gz, a file which

Completed in 9 milliseconds