From: Nico Weber Date: Tue, 8 Oct 2019 19:25:49 +0000 (+0000) Subject: Try to get ubsan-blacklist-vfs.c pass more on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9ffe7a90f9e93654e4a20ddb36f75353808b7a0;p=clang Try to get ubsan-blacklist-vfs.c pass more on Windows git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@374105 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ubsan-blacklist-vfs.c b/test/CodeGen/ubsan-blacklist-vfs.c index a6dafb658c..0647cbf7a5 100644 --- a/test/CodeGen/ubsan-blacklist-vfs.c +++ b/test/CodeGen/ubsan-blacklist-vfs.c @@ -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;