Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/xlint/lint1 lint1: remove redundant descriptio...



details:   https://anonhg.NetBSD.org/src/rev/d360bf2d31f9
branches:  trunk
changeset: 948665:d360bf2d31f9
user:      rillig <rillig%NetBSD.org@localhost>
date:      Mon Dec 28 17:00:37 2020 +0000

description:
lint1: remove redundant description from tests

diffstat:

 tests/usr.bin/xlint/lint1/t_integration.sh |  32 +++++++++++++++---------------
 1 files changed, 16 insertions(+), 16 deletions(-)

diffs (68 lines):

diff -r e275f5061ded -r d360bf2d31f9 tests/usr.bin/xlint/lint1/t_integration.sh
--- a/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Dec 28 16:49:58 2020 +0000
+++ b/tests/usr.bin/xlint/lint1/t_integration.sh        Mon Dec 28 17:00:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_integration.sh,v 1.11 2020/12/28 12:47:39 rillig Exp $
+# $NetBSD: t_integration.sh,v 1.12 2020/12/28 17:00:37 rillig Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -78,19 +78,19 @@
 test_case typefun
 test_case typename_as_var
 
-test_case c99_struct_init      "Checks C99 struct initialization"
-test_case c99_union_init1      "Checks C99 union initialization"
-test_case c99_union_init2      "Checks C99 union initialization"
-test_case c99_union_init3      "Checks C99 union initialization"
+test_case c99_struct_init
+test_case c99_union_init1
+test_case c99_union_init2
+test_case c99_union_init3
 test_case c99_recursive_init   "Checks C99 recursive struct/union" \
                                "initialization"
 test_case c9x_recursive_init   "Checks C9X struct/union member" \
                                "init, with nested union and trailing member"
-test_case nested_structs       "Checks nested structs"
-test_case packed_structs       "Checks packed structs"
+test_case nested_structs
+test_case packed_structs
 test_case struct_init_nested   "Initialization of nested structures"
 
-test_case cast_init            "Checks cast initialization"
+test_case cast_init
 test_case cast_init2           "Checks cast initialization as the rhs of a" \
                                "- operand"
 test_case cast_lhs             "Checks whether pointer casts are valid lhs" \
@@ -100,15 +100,15 @@
 test_case c99_func             "Checks C99 __func__"
 
 test_case gcc_variable_array_init "Checks GCC variable array initializers"
-test_case c9x_array_init       "Checks C9X array initializers"
-test_case c99_decls_after_stmt "Checks C99 decls after statements"
-test_case c99_decls_after_stmt3        "Checks C99 decls after statements"
+test_case c9x_array_init
+test_case c99_decls_after_stmt
+test_case c99_decls_after_stmt3
 test_case nolimit_init         "Checks no limit initializers"
-test_case zero_sized_arrays    "Checks zero sized arrays"
+test_case zero_sized_arrays
 
-test_case compound_literals1   "Checks compound literals"
-test_case compound_literals2   "Checks compound literals"
-test_case gcc_compound_statements1 "Checks GCC compound statements"
+test_case compound_literals1
+test_case compound_literals2
+test_case gcc_compound_statements1
 test_case gcc_compound_statements2 "Checks GCC compound statements with" \
                                "non-expressions"
 test_case gcc_compound_statements3 "Checks GCC compound statements with" \
@@ -121,7 +121,7 @@
 test_case ellipsis_in_switch   "Checks ellipsis in switch()"
 test_case c99_complex_num      "Checks C99 complex numbers"
 test_case c99_complex_split    "Checks C99 complex access"
-test_case c99_for_loops                "Checks C99 for loops"
+test_case c99_for_loops
 test_case alignof              "Checks __alignof__"
 test_case shift_to_narrower_type "Checks that type shifts that result in" \
                                "narrower types do not produce warnings"



Home | Main Index | Thread Index | Old Index