[ASan] Move a couple of Posix-specific tests to Posix/

Add a comment about potential breakage of coverage-maybe-open-file.cc on Win

llvm-svn: 232809
This commit is contained in:
Alexander Potapenko 2015-03-20 13:42:11 +00:00
parent d5b3f7b125
commit 001deff940
3 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <sanitizer/coverage_interface.h>
// FIXME: the code below might not work on Windows.
int main(int argc, char **argv) {
int fd = __sanitizer_maybe_open_cov_file("test");
if (fd > 0) {