unit_tests: added --pass to misc unit test run, to see passed tests#1278
unit_tests: added --pass to misc unit test run, to see passed tests#1278alfreb merged 5 commits intoincludeos:devfrom
Conversation
|
@alfred-bratterud I'm getting an encoding error with the test output from the unittests. I think this unit test is generating some sort of bad output, could you take a look: |
|
jenkins test please. @AndreasAakesson any comments? |
|
Yes, f74f3c9 solves the problem. Tho only the one in chunk, there is probably more in other unit tests. Example is |
|
After fixing that one instance I also noticed that this was happening again and again, so instead I set out to fix this problem in python and try to handle it there. Seems like I didn't quite fix it all the way though. On the plus side I now know a lot more about encodings and unicode in python. |
|
How can I replicate the cases where it fails? The other solution is that you gather all the cases where it spews garbage and I can fix those cases. Or just do it with python :D |
No description provided.