Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc/roadmaps Drop asan/ubsan entry, implemented as MKSANITIZ...



details:   https://anonhg.NetBSD.org/src/rev/d00f184f90ae
branches:  trunk
changeset: 452073:d00f184f90ae
user:      kamil <kamil%NetBSD.org@localhost>
date:      Mon Jun 17 17:45:18 2019 +0000

description:
Drop asan/ubsan entry, implemented as MKSANITIZER and MKLIBCSANITIZER

diffstat:

 doc/roadmaps/verification |  15 +--------------
 1 files changed, 1 insertions(+), 14 deletions(-)

diffs (36 lines):

diff -r 9ef3195d06a7 -r d00f184f90ae doc/roadmaps/verification
--- a/doc/roadmaps/verification Mon Jun 17 17:14:56 2019 +0000
+++ b/doc/roadmaps/verification Mon Jun 17 17:45:18 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: verification,v 1.1 2017/01/13 10:14:58 dholland Exp $
+$NetBSD: verification,v 1.2 2019/06/17 17:45:18 kamil Exp $
 
 NetBSD Verification Roadmap
 ===========================
@@ -9,7 +9,6 @@
 The following elements, projects, and goals are relatively near-term:
 
  1. Cut down the Coverity backlog
- 2. Deploy asan/ubsan
  3. Deploy clang-static-analyzer
 
 The following elements, projects, and goals are longer-term:
@@ -39,18 +38,6 @@
  - Contact christos for further information.
 
 
-2. Deploy asan/ubsan
-
-It ought to be possible to build any program in NetBSD, or the whole
-world, using asan and/or ubsan. Currently there isn't an easy way to
-do this. We should also do regular test runs with asan and ubsan
-engaged.
-
- - As of January 2017 nobody is known to be working on this.
- - There is currently no clear timeframe or release target.
- - Contact joerg (?) for further information.
-
-
 3. Deploy clang-static-analyzer
 
 There is some makefile support for running clang-static-analyzer, but



Home | Main Index | Thread Index | Old Index