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
The test framework changes feeding stdin into the child process from blocking to non blocking (as soon as #4136 is merged). This change made the tests using UCommand::pipe_in fail intermittently on windows. Most likely it is due to a problem in the implementation of tac and how it is reading data from stdin(). However, this issue is needs further investigation.