[PATCH] D44069: Test Driver sanitise, unsupported on OpenBSD
David CARLIER via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 6 15:53:09 PST 2018
devnexen added inline comments.
================
Comment at: test/Driver/fsanitize.c:392
+// RUN %clang -target i386-pc-openbsd -fsanitize=undefined %s -### 2>&1 | FileCheck --check-prefix=CHECK_UBSAN-OPENBSD
+// CHECK-UBSAN-OPENBSD: -fsanitize=undefined
+
----------------
vsk wrote:
> Why does this work? The -check-prefix is "CHECK_UBSAN-OPENBSD", but there's no underscore here.
Good catch
================
Comment at: test/Driver/unknown-arg.c:60
// IGNORED: warning: unknown warning option '-Wunknown-to-clang-option'
+// XFAIL: openbsd
----------------
vsk wrote:
> This test should not be expected to fail on openbsd. Whatever it is that you're checking for, please create a narrower test just for openbsd, and add your checks there.
It works finally ... Dunno why I set it as XFAIL originally...
https://reviews.llvm.org/D44069
More information about the cfe-commits
mailing list