Testatomic fails on Windows 7, sdl 2.0 x86

It breaks on this line:

SDL_assert(SDL_AtomicGet(&queue->watcher) == 0);

Is this module supported on windows?

I was able to run the tests without error on Ubuntu 14.04. I did build the Windows code from source, so just to make sure I didn’t do something weird, I downloaded the latest development windows binaries.

I tried both the x86 and x64 *.dlls. Still asserts on the same line.

Do you guys think I should file a bug report?