XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows
I think it got accidentally enabled in r315105 or thereabouts. llvm-svn: 315374
This commit is contained in:
parent
c253c193dc
commit
4a6ee430bb
|
|
@ -2,6 +2,7 @@
|
||||||
// RUN: %run %t 2>&1 | FileCheck %s
|
// RUN: %run %t 2>&1 | FileCheck %s
|
||||||
// Verify that we can disable symbolization if needed:
|
// Verify that we can disable symbolization if needed:
|
||||||
// RUN: %env_ubsan_opts=symbolize=0 %run %t 2>&1 | FileCheck %s --check-prefix=NOSYM
|
// RUN: %env_ubsan_opts=symbolize=0 %run %t 2>&1 | FileCheck %s --check-prefix=NOSYM
|
||||||
|
// XFAIL: win32,win64
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue