Windows: Errors in teststandard/processes/streamio.tst in the master branch #3332
Closed
Description
See for example this Jenkins build (St Andrews only)
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:28
# Input is:
ForAny([1..10], x -> checkPartialRead(write, ReadLine, "aaa", "aaa\n"));
# Expected output:
true
# But found:
Error, Missing second
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:30
# Input is:
ForAny([1..10], x -> checkPartialRead(write, ReadLine, "aaa", "aaa"));
# Expected output:
true
# But found:
Error, Missing second
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:32
# Input is:
ForAny([1..10], x -> checkPartialRead(write, ReadAll, "aaa", "aaa\n"));
# Expected output:
true
# But found:
Error, Missing second
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:38
# Input is:
c := ReadByte(process);
# Expected output:
97
# But found:
fail
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:40
# Input is:
c := ReadByte(process);
# Expected output:
98
# But found:
fail
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:42
# Input is:
c := ReadByte(process);
# Expected output:
99
# But found:
fail
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:44
# Input is:
c := ReadByte(process);
# Expected output:
100
# But found:
fail
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:46
# Input is:
c := ReadByte(process);
# Expected output:
101
# But found:
fail
########
########> Diff in /proc/cygdrive/C/Users/jenkins/workspace/GAP-master-windows-\
build/GAP-master-snapshot/tst/teststandard/processes/streamio.tst:48
# Input is:
c := ReadByte(process);
# Expected output:
102
# But found:
fail
########
Activity