8000 stmhal: tests/pyb/halerror.py leaves i2c in a weird state. · Issue #1683 · micropython/micropython · GitHub
[go: up one dir, main page]

Skip to content
stmhal: tests/pyb/halerror.py leaves i2c in a weird state. #1683
Closed
@dhylands

Description

@dhylands

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,)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugportsRelates to multiple ports, or a new/proposed port

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0