At 10:10 PM 1/26/2002 +0000, Alex Gough wrote: >On Sat, 26 Jan 2002, Melvin Smith wrote: > > > Dan, I am gonna turn off -debug in the interp test below, since the > > test harness is picking up stderr as well as stdout and the test > > below is failing. (-d causes Parrot to be talkative, no pun intended) > > > > It just showed up when I fixed in interpreter local IO stuff (will commit > > later). > > > > Can the test harness ignore stderr? > > > >No, as we'll soon *cough* have exceptions and language level warnings >which will want to talk to stderr, and which we will want to test for >correct operation.
I wasn't implying that we ignore stderr for all tests, but I thought it might be useful for some. Anyway, I can fix the test easily for this one just to shutup debug info by removing the informative message... -Melvin