stdlibc.dart icon indicating copy to clipboard operation
stdlibc.dart copied to clipboard

Errno test fails on Ubuntu 20.04

Open robert-ancell opened this issue 10 months ago • 1 comments

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.

robert-ancell avatar Apr 11 '24 23:04 robert-ancell

Disabling this test in https://github.com/canonical/stdlibc.dart/pull/115

robert-ancell avatar Apr 11 '24 23:04 robert-ancell