canonical / canonical/stdlibc.dart
Errno test fails on Ubuntu 20.04
Open
- Dominant language
- Dart
- Stars
- 58
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Looks like a previous call failed with EINVAL:
```
test/errno_test.dart: errno (failed)
Expected: a value equal to <0>
Actual: <22>
Which: is not a value equal to <0>
```
This is probably an issue in the Dart compiler or the test library, but is otherwise outside the control of this library.
Contributor guide
Assessment
This issue has not been assessed yet.