[PATCH] D56154: [sanitizer_common] Add tests for NetBSD funopen*()
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 29 11:51:01 PST 2018
krytarowski added inline comments.
================
Comment at: test/sanitizer_common/TestCases/NetBSD/funopen2.cc:2
+// RUN: %clangxx -g %s -o %t && %run %t | FileCheck %s
+
+// CHECK: READ CALLED; len={{[0-9]*}}
----------------
// UNSUPPORTED: linux, freebsd, solaris, darwin
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56154/new/
https://reviews.llvm.org/D56154
More information about the cfe-commits
mailing list