Skip to content
homework-bot edited this page Feb 13, 2022 · 40 revisions

Test results

Homework Name Task Name Test Name Result
Sample homework Simple cpp tasks Build succeeded βœ…
String output test βœ…
Input output test βœ…
Wrong output fail ❌
Style errors ❌

Encountered errors

Sample homework | Simple cpp tasks | Wrong output fail

stderr

Given input: ''
Your output 'This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.'
Expected output: 'Unexpected output.'

stdout

This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.


Sample homework | Simple cpp tasks | Style errors

stderr

./main.cpp:11:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

stdout

Done processing ./main.cpp
Category 'whitespace/ending_newline' errors found: 1
Total errors found: 1



With ❀️ from Homework Bot πŸ€–

Branch: split-check-and-upload
Commit: 8181b1d5068504a595b7e7af457875e5cd954525

Test results

Homework Name Task Name Test Name Result
Sample homework Simple cpp tasks Build succeeded βœ…
String output test βœ…
Input output test βœ…
Wrong output fail ❌
Style errors ❌

Encountered errors

Sample homework | Simple cpp tasks | Wrong output fail

stderr

Given input: ''
Your output 'This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.'
Expected output: 'Unexpected output.'

stdout

This is a long test output that we expect to be produced by the code. We will compare the ouput to this EXACTLY.


Sample homework | Simple cpp tasks | Style errors

stderr

./main.cpp:11:  Could not find a newline character at the end of the file.  [whitespace/ending_newline] [5]

stdout

Done processing ./main.cpp
Category 'whitespace/ending_newline' errors found: 1
Total errors found: 1



With ❀️ from Homework Bot πŸ€–

Clone this wiki locally