``` + ok( status == STATUS_INVALID_HANDLE || !status, "NtQueryInformationAtom returned %#lx\n", status ); ```
I'm confused. You say you're testing that user atoms are not global atoms, but this test says they sometimes are (when? can we specify in a comment?), and 1/5 does implement them using global atoms.