Skip to content

Windows: Errors in teststandard/processes/streamio.tst in the master branch #3332

Closed
@olexandr-konovalov

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    kind: bugIssues describing general bugs, and PRs fixing themos: windowsIssues and PRs that are (at least partially) specific to Windows

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions