Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/cc add $NetBSD$ tags.



details:   https://anonhg.NetBSD.org/src/rev/c7f6b24b455c
branches:  trunk
changeset: 448769:c7f6b24b455c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Feb 09 00:13:19 2019 +0000

description:
add $NetBSD$ tags.

diffstat:

 tests/usr.bin/cc/t_ubsan_int_add_overflow.sh  |  2 ++
 tests/usr.bin/cc/t_ubsan_int_divzero.sh       |  2 ++
 tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh  |  2 ++
 tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh  |  2 ++
 tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh |  2 ++
 5 files changed, 10 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r d1befef2428c -r c7f6b24b455c tests/usr.bin/cc/t_ubsan_int_add_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh      Sat Feb 09 00:12:14 2019 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh      Sat Feb 09 00:13:19 2019 +0000
@@ -1,3 +1,5 @@
+#      $NetBSD: t_ubsan_int_add_overflow.sh,v 1.5 2019/02/09 00:13:19 mrg Exp $
+#
 # Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
diff -r d1befef2428c -r c7f6b24b455c tests/usr.bin/cc/t_ubsan_int_divzero.sh
--- a/tests/usr.bin/cc/t_ubsan_int_divzero.sh   Sat Feb 09 00:12:14 2019 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_divzero.sh   Sat Feb 09 00:13:19 2019 +0000
@@ -1,3 +1,5 @@
+#      $NetBSD: t_ubsan_int_divzero.sh,v 1.5 2019/02/09 00:13:19 mrg Exp $
+#
 # Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
diff -r d1befef2428c -r c7f6b24b455c tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh      Sat Feb 09 00:12:14 2019 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh      Sat Feb 09 00:13:19 2019 +0000
@@ -1,3 +1,5 @@
+#      $NetBSD: t_ubsan_int_neg_overflow.sh,v 1.5 2019/02/09 00:13:19 mrg Exp $
+#
 # Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
diff -r d1befef2428c -r c7f6b24b455c tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh      Sat Feb 09 00:12:14 2019 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh      Sat Feb 09 00:13:19 2019 +0000
@@ -1,3 +1,5 @@
+#      $NetBSD: t_ubsan_int_sub_overflow.sh,v 1.5 2019/02/09 00:13:19 mrg Exp $
+#
 # Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
diff -r d1befef2428c -r c7f6b24b455c tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh
--- a/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh     Sat Feb 09 00:12:14 2019 +0000
+++ b/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh     Sat Feb 09 00:13:19 2019 +0000
@@ -1,3 +1,5 @@
+#      $NetBSD: t_ubsan_vla_out_of_bounds.sh,v 1.6 2019/02/09 00:13:19 mrg Exp $
+#
 # Copyright (c) 2018, 2019 The NetBSD Foundation, Inc.
 # All rights reserved.
 #



Home | Main Index | Thread Index | Old Index