openrisc / or1k-tests

Unified OpenRISC 1000 test suite
8 stars 11 forks source link

Report tests in TAP format #5

Closed Nancy-Chauhan closed 5 years ago

Nancy-Chauhan commented 5 years ago

Create a new report.tap with test results written in TAP format @stffrdhrn @oleg-nenashev

stffrdhrn commented 5 years ago

Why is it a draft? Looks ok to me

Nancy-Chauhan commented 5 years ago

@stffrdhrn Please confirm if this looks okay to you for output in .tap format?

PASS >> ok
UNEXPECTED PASS >> not ok
TIME OUT >> not ok
UNEXPECTED FAIL >> not ok
FAIL >> not ok 

Then I will do changes in Jenkinsfile

stffrdhrn commented 5 years ago

I don't quite understand your comment. But fail is actually ok.

Nancy-Chauhan commented 5 years ago

@stffrdhrn Does it look fine now? I will do changes in Jenkinsfile then once it is merged