mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
skip until this doesnt hang
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32418 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d18e29dde8
commit
8739900297
1 changed files with 5 additions and 2 deletions
|
@ -91,8 +91,11 @@ int main()
|
|||
NSOperationQueue *q;
|
||||
int i;
|
||||
NSMutableArray *a;
|
||||
NSAutoreleasePool *arp = [NSAutoreleasePool new];
|
||||
|
||||
START_SET("concurrent operations")
|
||||
#if defined(GNUSTEP)
|
||||
SKIP("Not yet working on gnustep")
|
||||
#endif
|
||||
testHopeful = YES;
|
||||
|
||||
// single concurrent operation
|
||||
|
@ -142,6 +145,6 @@ int main()
|
|||
PASS(([obj getCalculation] == (2*i)), "operation was performed");
|
||||
}
|
||||
|
||||
[arp release]; arp = nil;
|
||||
END_SET("concurrent operations")
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue