You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, it's not clear this is necessarily the lowest hanging fruit to get more stdlib tests passing out of the box. Might be worth poking around to a bit to what the easiest way forward is.
I think implementing syscall.Environ wouldn't be very difficult (see syscall.Getenv for example), so I would prefer if it was fully implemented from the start.
Building our own internal/testenv might make more sense. It's a pretty small package that we can easily tailor to testing needs. However, since many of the tests look for particular features and then call t.Skip() (which isn't yet supported), the runtime behaviour of the tests may not be what we expect if even they can now build.
No description provided.
The text was updated successfully, but these errors were encountered: