Tony Lambregts wrote:
Eric Pouech on Sunday, September 14, 2003 10:46 AM wrote
Eric since you wrote the test could you shed some light on it.
I think the wrapped tests should fail: MSDN states that wrapping isn't supported in 95/98 (the test/console.c believes it's always supported)
but this testSimple() should work in all cases
I don't grep what you mean. What is this testSimple()
it's the name of the function which fails at line 128 in test/console.c
I don't mind the test failing if we expect it to fail. The problem(s) I have is that the output is screwed up and that I have to press CTRL-C to move on. I know we don't want to do a version test in the conformance tests so, should we be testing wrapping as part of the default tests? We s/could keep it as an optional test if the behavior is known not to be consistent in all versions, but is consistent in flavors. IE: NT vs 9x
agreed. My point was that I could some other tests in console.c to fail under win98, but not this one. Does the same behavior happens if you redirect the output to a file instead of printing it on screen A+