forked from OSchip/llvm-project
Clang on Windows supports exceptions, un XFAIL the passing tests
llvm-svn: 261236
This commit is contained in:
parent
23cdc643b9
commit
7c8e2c37ba
|
@ -5,9 +5,6 @@
|
|||
// Android builds with static libstdc++ by default.
|
||||
// XFAIL: android
|
||||
|
||||
// Clang doesn't support exceptions on Windows yet.
|
||||
// XFAIL: win32
|
||||
|
||||
#include <stdio.h>
|
||||
static volatile int zero = 0;
|
||||
inline void pretend_to_do_something(void *x) {
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
// RUN: %clangxx_asan %s -o %t && %run %t
|
||||
// RUN: %clangxx_asan %s -o %t -stdlib=libstdc++ -static-libstdc++ && %run %t
|
||||
|
||||
// Clang doesn't support exceptions on Windows yet.
|
||||
// XFAIL: win32
|
||||
|
||||
#include <stdio.h>
|
||||
static volatile int zero = 0;
|
||||
inline void pretend_to_do_something(void *x) {
|
||||
|
|
|
@ -2,9 +2,6 @@
|
|||
// RUN: %clangxx_asan -O0 %s -o %t
|
||||
// RUN: %env_asan_opts=detect_stack_use_after_return=1 %run %t
|
||||
|
||||
// Clang doesn't support exceptions on Windows yet.
|
||||
// XFAIL: win32
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
volatile char *g;
|
||||
|
|
Loading…
Reference in New Issue