eclipse-theia/theia

[process] Garbage in stdout in the Windows tests

Open

#5,142 opened on May 14, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
bughelp wantedterminal

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Some tests are disabled under Windows, due to weird data coming from the standard output.

https://github.com/theia-ide/theia/blob/2b950102fbd058459ebe227b9e128e3637bc8ad2/packages/process/src/node/terminal-process.spec.ts#L106-L177

The expected output does appear, but is surrounded by random (?) data.

Contributor guide