mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
skip set on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39464 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
cce3b6357f
commit
580829bbdb
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,10 @@ int main()
|
|||
PASS(ret, "NSRecursiveLock lockBeforeDate: with NSRecursiveLock returns YES");
|
||||
|
||||
#if defined(GNUSTEP_BASE_LIBRARY)
|
||||
START_SET("mutex ownership extension")
|
||||
#if defined(_WIN32)
|
||||
SKIP("feature not available on windows")
|
||||
#endif
|
||||
NS_DURING
|
||||
{
|
||||
PASS([lock isLockedByCurrentThread] == NO,
|
||||
|
@ -46,6 +50,7 @@ int main()
|
|||
NSLog(@"-isLockedByCurrentThread not supported");
|
||||
}
|
||||
NS_ENDHANDLER
|
||||
END_SET("mutex ownership extension")
|
||||
#endif
|
||||
|
||||
[arp release]; arp = nil;
|
||||
|
|
Loading…
Reference in a new issue