From: Alexandre Oliva Date: Thu, 31 Oct 2019 17:47:29 +0000 (+0000) Subject: Test --help=common for full sentences X-Git-Tag: upstream/12.2.0~20748 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5a9005e641f25c0363c3998ed2fa9abc826a289;p=platform%2Fupstream%2Fgcc.git Test --help=common for full sentences The portion of help.exp that checks that help output contains full sentences failed to cover common options. for gcc/testsuite/ChangeLog * gcc.misc-tests/help.exp: Test --help=common for full sentences. From-SVN: r277686 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6f0cc39..df49b0b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2019-10-31 Alexandre Oliva + + * gcc.misc-tests/help.exp: Test --help=common for full sentences. + 2019-10-31 Jakub Jelinek PR preprocessor/92296 diff --git a/gcc/testsuite/gcc.misc-tests/help.exp b/gcc/testsuite/gcc.misc-tests/help.exp index b8a09fc..4bb359f 100644 --- a/gcc/testsuite/gcc.misc-tests/help.exp +++ b/gcc/testsuite/gcc.misc-tests/help.exp @@ -146,8 +146,7 @@ check_for_options c "--help=joined,undocumented" "" "" "" # find the source a failure. foreach cls { "ada" "c" "c++" "d" "fortran" "go" \ - "optimizers" "param" "target" "warnings" } { - + "common" "optimizers" "param" "target" "warnings" } { check_for_options c "--help=$cls" "" "^ +-.*\[^:.\]$" "" }