Building in base/NSInvocationOperation
Making all for test_tool basic...
  Compiling file basic.m ...
  Linking test_tool basic ...

Testing basic.m...
Running base/NSInvocationOperation/basic.m...
Passed test:     basic.m:26 ... Can invoke a selector on a target
Passed test:     basic.m:35 ... Can recover an operation's invocation
Passed test:     basic.m:39 ... Can schedule an NSInvocation
Passed test:     basic.m:48 ... Can't get result of a void invocation
Passed test: basic.m:58 ... Can't get the result of a cancelled invocation Passed test: basic.m:64 ... Result is nil before the invocation has completed
/usr/bin/gnustep-tests: line 309: 20007 Aborted $RUN_CMD
Failed file:     basic.m aborted without running all tests!
IN Tests/base/NSInvocationOperation/basic.m :

PASS(([op result] == nil), "Result is nil before the invocation has completed");
  [op release];

  [queue release];
  [arp release]; arp = nil;
  return 0;

Is there a releasing problem ?

Building in base/NSNumberFormatter
Making all for test_tool basic...
Making all for test_tool basic10_4...
  Compiling file basic.m ...
  Compiling file basic10_4.m ...
  Linking test_tool basic ...
  Linking test_tool basic10_4 ...
[...]
Testing basic10_4.m...
[...]
Failed test: basic10_4.m:149 ... negativeFormat used for -ve number

in Tests/base/NSNumberFormatter/basic10_4.m :

num = [[[NSNumber alloc] initWithFloat: -1234.56] autorelease];
      PASS_EQUAL([fmt stringFromNumber: num], @"(R$1.235)",
        "negativeFormat used for -ve number");


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

Reply via email to