forked from OSchip/llvm-project
Try to get ubsan-blacklist-vfs.c pass more on Windows
llvm-svn: 374105
This commit is contained in:
parent
b328dcbf85
commit
b690e000d7
|
@ -8,10 +8,10 @@
|
|||
// RUN: %clang_cc1 -fsanitize=unsigned-integer-overflow -ivfsoverlay %t-vfsoverlay.yaml -fsanitize-blacklist=%/T/only-virtual-file.blacklist -emit-llvm %s -o - | FileCheck %s --check-prefix=FUNC
|
||||
|
||||
// RUN: not %clang_cc1 -fsanitize=unsigned-integer-overflow -ivfsoverlay %t-vfsoverlay.yaml -fsanitize-blacklist=%/T/invalid-virtual-file.blacklist -emit-llvm %s -o - 2>&1 | FileCheck %s --check-prefix=INVALID-MAPPED-FILE
|
||||
// INVALID-MAPPED-FILE: invalid-virtual-file.blacklist': No such file or directory
|
||||
// INVALID-MAPPED-FILE: invalid-virtual-file.blacklist': {{[Nn]}}o such file or directory
|
||||
|
||||
// RUN: not %clang_cc1 -fsanitize=unsigned-integer-overflow -ivfsoverlay %t-vfsoverlay.yaml -fsanitize-blacklist=%t-nonexistent.blacklist -emit-llvm %s -o - 2>&1 | FileCheck %s --check-prefix=INVALID
|
||||
// INVALID: nonexistent.blacklist': No such file or directory
|
||||
// INVALID: nonexistent.blacklist': {{[Nn]}}o such file or directory
|
||||
|
||||
unsigned i;
|
||||
|
||||
|
|
Loading…
Reference in New Issue