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 Use more formal speech in mess...



details:   https://anonhg.NetBSD.org/src/rev/71b20354a6de
branches:  trunk
changeset: 318734:71b20354a6de
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 04 10:44:24 2018 +0000
description:
Use more formal speech in messages

diffstat:

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

diffs (90 lines):

diff -r f6683a63aa57 -r 71b20354a6de tests/usr.bin/cc/t_ubsan_int_add_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh      Fri May 04 08:55:25 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_add_overflow.sh      Fri May 04 10:44:24 2018 +0000
@@ -156,11 +156,11 @@
        file -b ./md32 > ./ftype32
        file -b ./md64 > ./ftype64
        if diff ./ftype32 ./ftype64 >/dev/null; then
-               atf_fail "Generated binz ain't no different"
+               atf_fail "Generated 32bit binaries do not differ from 64bit ones"
        fi
-       echo "32bit Binz on this platform are:"
+       echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "64bit Binz are on the other hand:"
+       echo "64bit binaries are on the other hand:"
        cat ./ftype64
        atf_check -e match:"signed integer overflow" ./md32
 
diff -r f6683a63aa57 -r 71b20354a6de tests/usr.bin/cc/t_ubsan_int_divzero.sh
--- a/tests/usr.bin/cc/t_ubsan_int_divzero.sh   Fri May 04 08:55:25 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_divzero.sh   Fri May 04 10:44:24 2018 +0000
@@ -150,11 +150,11 @@
        file -b ./md32 > ./ftype32
        file -b ./md64 > ./ftype64
        if diff ./ftype32 ./ftype64 >/dev/null; then
-               atf_fail "Generated binz ain't no different"
+               atf_fail "Generated 32bit binaries do not differ from 64bit ones"
        fi
-       echo "32bit Binz on this platform are:"
+       echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "64bit Binz are on the other hand:"
+       echo "64bit binaries are on the other hand:"
        cat ./ftype64
        atf_check -s signal:8 -e match:"division by zero" ./md32
 
diff -r f6683a63aa57 -r 71b20354a6de tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh      Fri May 04 08:55:25 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_neg_overflow.sh      Fri May 04 10:44:24 2018 +0000
@@ -156,11 +156,11 @@
        file -b ./md32 > ./ftype32
        file -b ./md64 > ./ftype64
        if diff ./ftype32 ./ftype64 >/dev/null; then
-               atf_fail "Generated binz ain't no different"
+               atf_fail "Generated 32bit binaries do not differ from 64bit ones"
        fi
-       echo "32bit Binz on this platform are:"
+       echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "64bit Binz are on the other hand:"
+       echo "64bit binaries are on the other hand:"
        cat ./ftype64
        atf_check -e match:"negation of" ./md32
 
diff -r f6683a63aa57 -r 71b20354a6de tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh
--- a/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh      Fri May 04 08:55:25 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_int_sub_overflow.sh      Fri May 04 10:44:24 2018 +0000
@@ -156,11 +156,11 @@
        file -b ./md32 > ./ftype32
        file -b ./md64 > ./ftype64
        if diff ./ftype32 ./ftype64 >/dev/null; then
-               atf_fail "Generated binz ain't no different"
+               atf_fail "Generated 32bit binaries do not differ from 64bit ones"
        fi
-       echo "32bit Binz on this platform are:"
+       echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "64bit Binz are on the other hand:"
+       echo "64bit binaries are on the other hand:"
        cat ./ftype64
        atf_check -s ignore -e match:"signed integer overflow" ./md32
 
diff -r f6683a63aa57 -r 71b20354a6de tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh
--- a/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh     Fri May 04 08:55:25 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh     Fri May 04 10:44:24 2018 +0000
@@ -153,11 +153,11 @@
        file -b ./md32 > ./ftype32
        file -b ./md64 > ./ftype64
        if diff ./ftype32 ./ftype64 >/dev/null; then
-               atf_fail "Generated binz ain't no different"
+               atf_fail "Generated 32bit binaries do not differ from 64bit ones"
        fi
-       echo "32bit Binz on this platform are:"
+       echo "32bit binaries on this platform are:"
        cat ./ftype32
-       echo "64bit Binz are on the other hand:"
+       echo "64bit binaries are on the other hand:"
        cat ./ftype64
        atf_check -e match:"out of bounds" ./md32
 



Home | Main Index | Thread Index | Old Index