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:
rfm 2016-03-05 17:08:26 +00:00
parent cce3b6357f
commit 580829bbdb

View file

@ -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;