It's a first step.

After fixing a few oversights in the test suite itself, one notable
FAIL remains: base/NSProxy/test00.m segfaults during the "subclass
isEqual: to proxy" test, specifically in base's GSeq.h where orImp is
NULL when obtained around line 529 but is then called during
GSEQ_STRCOMP's GSEQ_ORANGE(oCount) near line 558 (not exactly there,
courtesy of the shifting caused by my caveman debugging). Not sure if
that is relevant to my problem, though.

The NSConnection tests pass. I haven't found any interprocess DO
tests; are there any in the base test suite?

Cheers,
~~ Ondra

On Wed, Feb 9, 2011 at 23:14, Fred Kiefer <[email protected]> wrote:
> What happens here is that the application tries to connect the
> distributed notification centre gdnc. This should either be started in
> advance or should be started from here. If this is not working for you
> the most likely reason is that DO isn't working at all. The best thing
> to do next is to run the base test suite to see, what is actually
> working and what isn't.
>
> You will find the test suites in SVN at devmodules/tests/testsuite
>
> Hope this helps
> Fred

_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to