gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NetBSD - failed test


From: Riccardo Mottola
Subject: Re: NetBSD - failed test
Date: Fri, 28 Jun 2013 01:48:30 +0200
User-agent: GNUMail (Version 1.2.0)


Hi,
On 2013-06-27 09:56:42 +0200 Fred Kiefer <address@hidden> wrote:

You should at least add the test log for one of these tests. Only that way it is possible to say why the test got aborted.

Here some of the failures:

Passed test: Proprety name should be 'idReadonlyCopyNonatomic' was 'idReadonlyCopyNonatomic' Failed test: Property attributes for idReadonlyCopyNonatomic should be 'T@,R,C,N,VidReadonlyCopyNonatomic' was
'T@,R,N,VidReadonlyCopyNonatomic'
Passed test: Lookup succeeded for property idReadonlyRetainNonatomic Passed test: Proprety name should be 'idReadonlyRetainNonatomic' was 'idReadonlyRetainNonatomic' Failed test: Property attributes for idReadonlyRetainNonatomic should be 'T@,R,&,N,VidReadonlyRetainNonatomic'
was 'T@,R,N,VidReadonlyRetainNonatomic'


/System/Tools/gnustep-tests: line 308: 1709 Illegal instruction (core dumped) $RUN_CMD
Failed file:     general.m aborted without running all tests!

/System/Tools/gnustep-tests: line 308: 2299 Illegal instruction (core dumped) $RUN_CMD
Failed file:     test01.m aborted without running all tests!

/System/Tools/gnustep-tests: line 308: 2845 Illegal instruction (core dumped) $RUN_CMD
Failed file:     basic.m aborted without running all tests!

they are all illegal instructions, except:

Failed test:     use.m:57 ... can calculate next DST transition
Expected '2013-10-27 03:00:00 +0200' and got (nil)


I tried to inspect with gdb the "general" file post-morten and got this:

Program terminated with signal 4, Illegal instruction.
#0 0xbb9691cd in -[NSRunLoop limitDateForMode:] (self=0xbae12974, _cmd=<optimized out>, mode=<optimized out>)
    at NSRunLoop.m:1096
1096              if (GSIArrayCount(context->watchers) > 0)
(gdb)
(gdb) bt
#0 0xbb9691cd in -[NSRunLoop limitDateForMode:] (self=0xbae12974, _cmd=<optimized out>, mode=<optimized out>)
    at NSRunLoop.m:1096
#1 0xbb969e72 in -[NSRunLoop runMode:beforeDate:] (self=<optimized out>, _cmd=<optimized out>,
    mode=<optimized out>, date=0xbae12944) at NSRunLoop.m:1255
#2 0xbb96a04a in -[NSRunLoop runUntilDate:] (self=0xbaefbde4, _cmd=<optimized out>, date=0xbad01914)
    at NSRunLoop.m:1305
#3  0x080494c2 in gnustep_base_user_main () at general.m:23
#4  0x08048fb5 in ___start ()
#5  0x08048e88 in _start ()

perhaps the date error is related with the DST timezone failure, but that test strangely left no core.


Any ideas? I will tomorrow run the tests on almost equal machine which uses gcc and the gcc runtime, instead of clang+libobjc2 and see if I get similar failures or not.

Riccardo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]