Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/doc Tickets #120 and #121
details: https://anonhg.NetBSD.org/src/rev/7840134931b1
branches: netbsd-9
changeset: 458263:7840134931b1
user: martin <martin%NetBSD.org@localhost>
date: Thu Aug 29 16:58:40 2019 +0000
description:
Tickets #120 and #121
diffstat:
doc/CHANGES-9.0 | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 53 insertions(+), 1 deletions(-)
diffs (65 lines):
diff -r 9ae515527e78 -r 7840134931b1 doc/CHANGES-9.0
--- a/doc/CHANGES-9.0 Thu Aug 29 16:48:44 2019 +0000
+++ b/doc/CHANGES-9.0 Thu Aug 29 16:58:40 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.32 2019/08/29 06:46:44 msaitoh Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.33 2019/08/29 16:58:40 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -2256,3 +2256,55 @@
Remove dead (#if 0) code.
[martin, ticket #130]
+
+distrib/sets/lists/tests/mi 1.819
+tests/usr.bin/c++/Makefile 1.12
+tests/usr.bin/c++/t_fuzzer_oom.sh 1.1,1.2
+tests/usr.bin/c++/t_fuzzer_simple.sh 1.1,1.2
+tests/usr.bin/c++/t_fuzzer_timeout.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_allocated_memory.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_check_mem.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_free.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_heap.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_partial_poison.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_poison.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_realloc.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_shadow.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_stack.sh 1.1,1.2
+tests/usr.bin/c++/t_msan_unpoison.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_data_race.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_heap_use_after_free.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_lock_order_inversion.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_locked_mutex_destroy.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_signal_errno.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_thread_leak.sh 1.1,1.2
+tests/usr.bin/c++/t_tsan_vptr_race.sh 1.1,1.2
+tests/usr.bin/cc/Makefile 1.8
+tests/usr.bin/cc/t_fuzzer_oom.sh 1.1,1.2
+tests/usr.bin/cc/t_fuzzer_simple.sh 1.1,1.2
+tests/usr.bin/cc/t_fuzzer_timeout.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_allocated_memory.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_check_mem.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_free.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_heap.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_partial_poison.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_poison.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_realloc.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_shadow.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_stack.sh 1.1,1.2
+tests/usr.bin/cc/t_msan_unpoison.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_data_race.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_heap_use_after_free.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_lock_order_inversion.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_locked_mutex_destroy.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_signal_errno.sh 1.1,1.2
+tests/usr.bin/cc/t_tsan_thread_leak.sh 1.1,1.2
+
+ Add ATF c and c++ tests for TSan, MSan, libFuzzer.
+ [kamil, ticket #120]
+
+distrib/i386/ramdisks/common/Makefile.ramdisk 1.14
+
+ Set NOSANITIZER in i386 ramdisk image.
+ [kamil, ticket #121]
+
Home |
Main Index |
Thread Index |
Old Index