http://bugs.winehq.org/show_bug.cgi?id=12083
--- Comment #2 from Michael Moss mmoss@google.com 2008-03-17 22:10:54 --- Does this mean that nested ok() calls are not allowed? I wasn't worried specifically about that FinishNotificationThread() call, but just giving it as an example. Unfortunately, it looks like there are hundreds of such nested calls in the code (a quick test gave me ~1500, and that didn't even finish because some of the tests crashed before they could all run). Do all such instances need to be changed? If so, should there also be a recursion check/assert to winetest_set_location() and winetest_ok()?