Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Test E01 and Y01 fails in my zsh 4.0.9
- X-seq: zsh-workers 19346
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: DervishD <raul@xxxxxxxxxxxx>
- Subject: Re: Test E01 and Y01 fails in my zsh 4.0.9
- Date: Wed, 7 Jan 2004 21:09:45 +0000
- Cc: Zsh Workers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <20040107185618.GE13633@DervishD>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040107121100.GA1432@DervishD> <1040107160210.ZM10597@xxxxxxxxxxxxxxxxxxxxxxx> <20040107185618.GE13633@DervishD>
On Jan 7, 7:56pm, DervishD wrote:
}
} > } When doing 'make check', the E01options test fails when testing
} > } the option 'BSD_ECHO'.
} > On what operating system are you testing?
}
} Sorry, I forgot to tell: Linux, a DIY box running 2.4.21 kernel
} with glibc 2.2.4
Hrm. I can't think of any reason, offhand, for that failure. The output
you quoted would indicate that it's behaving as if BSD_ECHO is always on.
} Maybe PTY handling is the problem, but if I run the test as you
} say, the test is indeed more verbose but hangs anyway :( It stops at:
}
} comptestinit -z $ZTST_testdir/../Src/zsh &&
[...]
} Don't know why 'comptestinit' stops there :??
It could be a problem with globbing to initialize the fpath, but it's
far more likely that the zpty module is hanging it.
} BTW, I have /dev/ptmx AND /dev/ptyp? so the test shouldn't fail
} even if zsh thinks I don't have the PTY multiplexer :?
If it were a problem with _finding_ the PTY, you wouldn't even get as
far as hanging. I'd suspect a problem with actually reading or writing
the PTY.
As what user are you testing?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author