Closed
Description
If I run test/pyb/halerror.py twice in a row, it fails the second time.
552 >./run-tests --target pyboard pyb/halerror.py pyb/halerror.py
pass pyb/halerror.py
FAIL pyb/halerror.py
2 tests performed (4 individual testcases)
1 tests passed
1 tests failed: halerror
Examining halerror.py.out after the 2nd failure shows:
OSError(116,)
OSError(116,)
and halerror.py.exp shows:
OSError(5,)
OSError(116,)