|
From: Tom H. <to...@co...> - 2004-03-09 07:30:24
|
Nightly build on dunsmere ( Fedora Core 1 ) started at 2004-03-09 07:17:54 GMT Checking out source tree ... done Configuring ... done Building ... done Running regression tests ... done Last 20 lines of log.verbose follow corecheck/tests/fdleak_cmsg (stderr) corecheck/tests/fdleak_creat (stderr) corecheck/tests/fdleak_dup (stderr) corecheck/tests/fdleak_dup2 (stderr) corecheck/tests/fdleak_fcntl (stderr) corecheck/tests/fdleak_ipv4 (stderr) corecheck/tests/fdleak_open (stderr) corecheck/tests/fdleak_pipe (stderr) corecheck/tests/fdleak_socketpair (stderr) helgrind/tests/inherit (stderr) helgrind/tests/insn_mmxext (stderr) memcheck/tests/buflen_check (stderr) memcheck/tests/execve (stderr) memcheck/tests/fwrite (stderr) memcheck/tests/insn_mmxext (stderr) memcheck/tests/weirdioctl (stderr) memcheck/tests/writev (stderr) none/tests/exec-sigmask (stdout) make: *** [regtest] Error 1 |
|
From: Jeremy F. <je...@go...> - 2004-03-09 08:30:51
|
On Mon, 2004-03-08 at 23:21, Tom Hughes wrote: > helgrind/tests/insn_mmxext (stderr) > memcheck/tests/insn_mmxext (stderr) I notice these are failing on a lot of your tests. I presume you've got an AMD CPU? How are these failing? J |
|
From: Tom H. <to...@co...> - 2004-03-09 08:55:55
|
In message <1078820531.26569.0.camel@localhost.localdomain>
Jeremy Fitzhardinge <je...@go...> wrote:
> On Mon, 2004-03-08 at 23:21, Tom Hughes wrote:
>
>> helgrind/tests/insn_mmxext (stderr)
>> memcheck/tests/insn_mmxext (stderr)
>
> I notice these are failing on a lot of your tests. I presume you've got
> an AMD CPU? How are these failing?
All the machines running the tests are Athlon XP or MP of one speed
or another, but the failures appear to be down to a whitespace change.
Those test suites all seem to strip the blank lines, but unlike the
other tests you didn't update the expected output for mmxext, so I'm
about to do it.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Jeremy F. <je...@go...> - 2004-03-10 00:29:57
|
On Tue, 2004-03-09 at 00:46, Tom Hughes wrote: > All the machines running the tests are Athlon XP or MP of one speed > or another, but the failures appear to be down to a whitespace change. > > Those test suites all seem to strip the blank lines, but unlike the > other tests you didn't update the expected output for mmxext, so I'm > about to do it. Oh, because I generated the *.exp by running the test and copying *.out to *.exp; my Intel machine skipped the mmxext tests. J |