Clang on Windows supports exceptions, un XFAIL the passing tests

llvm-svn: 261236
This commit is contained in:
Reid Kleckner 2016-02-18 18:33:58 +00:00
parent 23cdc643b9
commit 7c8e2c37ba
3 changed files with 0 additions and 9 deletions

View File

@ -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) {

View File

@ -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) {

View File

@ -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;