From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id ADDA8385781E; Tue, 12 Oct 2021 10:58:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ADDA8385781E MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r11-9103] libstdc++: Rename tests with incorrect extension X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/releases/gcc-11 X-Git-Oldrev: 95d404d85c53e4ab821ac28cbbbedf0d68cac8da X-Git-Newrev: 06e88b7d619760efb910910e784056faa9ed6d88 Message-Id: <20211012105841.ADDA8385781E@sourceware.org> Date: Tue, 12 Oct 2021 10:58:41 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2021 10:58:41 -0000 https://gcc.gnu.org/g:06e88b7d619760efb910910e784056faa9ed6d88 commit r11-9103-g06e88b7d619760efb910910e784056faa9ed6d88 Author: Jonathan Wakely Date: Fri Sep 17 12:25:40 2021 +0100 libstdc++: Rename tests with incorrect extension The libstdc++ testsuite only runs .cc files, so these two old tests have never been run. Signed-off-by: Jonathan Wakely libstdc++-v3/ChangeLog: * testsuite/26_numerics/valarray/dr630-3.C: Moved to... * testsuite/26_numerics/valarray/dr630-3.cc: ...here. * testsuite/27_io/basic_iostream/cons/16251.C: Moved to... * testsuite/27_io/basic_iostream/cons/16251.cc: ...here. (cherry picked from commit 749c31b345c2a37106b57ce805ea46a6d4765e09) Diff: --- libstdc++-v3/testsuite/26_numerics/valarray/{dr630-3.C => dr630-3.cc} | 0 libstdc++-v3/testsuite/27_io/basic_iostream/cons/{16251.C => 16251.cc} | 0 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C b/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.cc similarity index 100% rename from libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C rename to libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.cc diff --git a/libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.C b/libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.cc similarity index 100% rename from libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.C rename to libstdc++-v3/testsuite/27_io/basic_iostream/cons/16251.cc