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 Explain VLA in t_ubsan_vla_out_of_bounds.sh...
details: https://anonhg.NetBSD.org/src/rev/e4c42bf9fcf1
branches: trunk
changeset: 322476:e4c42bf9fcf1
user: kamil <kamil%NetBSD.org@localhost>
date: Fri May 04 12:26:53 2018 +0000
description:
Explain VLA in t_ubsan_vla_out_of_bounds.sh (ATF test)
VLA - Variable Length Array
Requested by <martin>
diffstat:
tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r d03aa3aa5145 -r e4c42bf9fcf1 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 11:25:24 2018 +0000
+++ b/tests/usr.bin/cc/t_ubsan_vla_out_of_bounds.sh Fri May 04 12:26:53 2018 +0000
@@ -40,28 +40,28 @@
atf_test_case vla_out_of_bounds
vla_out_of_bounds_head() {
- atf_set "descr" "Test Undefined Behavior for vla out of bounds"
+ atf_set "descr" "Test Undefined Behavior for vla (Variable Length Array) out of bounds"
atf_set "require.progs" "cc"
}
atf_test_case vla_out_of_bounds_profile
vla_out_of_bounds_profile_head() {
- atf_set "descr" "Test Undefined Behavior for vla out of bounds with profiling option"
+ atf_set "descr" "Test Undefined Behavior for vla (Variable Length Array) out of bounds with profiling option"
atf_set "require.progs" "cc"
}
atf_test_case vla_out_of_bounds_pic
vla_out_of_bounds_pic_head() {
- atf_set "descr" "Test Undefined Behavior for vla out of bounds with position independent code (PIC) flag"
+ atf_set "descr" "Test Undefined Behavior for vla (Variable Length Array) out of bounds with position independent code (PIC) flag"
atf_set "require.progs" "cc"
}
atf_test_case vla_out_of_bounds_pie
vla_out_of_bounds_pie_head() {
- atf_set "descr" "Test Undefined Behavior for vla out of bounds with position independent execution (PIE) flag"
+ atf_set "descr" "Test Undefined Behavior for vla (Variable Length Array) out of bounds with position independent execution (PIE) flag"
atf_set "require.progs" "cc"
}
atf_test_case vla_out_of_bounds32
vla_out_of_bounds32_head() {
- atf_set "descr" "Test Undefined Behavior for vla out of bounds in NetBSD_32 emulation"
+ atf_set "descr" "Test Undefined Behavior for vla (Variable Length Array) out of bounds in NetBSD_32 emulation"
atf_set "require.progs" "cc file diff cat"
}
Home |
Main Index |
Thread Index |
Old Index