[ASan] Disable test that uses profile runtime on Windows.

llvm-svn: 260561
This commit is contained in:
Alexey Samsonov 2016-02-11 18:26:57 +00:00
parent e993451f5c
commit d077c29c80
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// RUN: %clangxx_asan -coverage -O0 %s -o %t
// RUN: %env_asan_opts=check_initialization_order=1 %run %t 2>&1 | FileCheck %s
// XFAIL: android
// We don't really support running tests using profile runtime on Windows.
// UNSUPPORTED: win32
#include <stdio.h>
int foo() { return 1; }
int XXX = foo();