]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Remove outdated comment about wchar_t in create_testsuite_files
authorJonathan Wakely <jwakely@redhat.com>
Fri, 6 Jun 2025 12:43:22 +0000 (13:43 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 12 Jun 2025 08:44:45 +0000 (09:44 +0100)
This script claims that wchar_t tests are filtered out if the toolchain
being tested doesn't support it.  That doesn't seem to have been true
since r0-68039-ga72c74a1dee345 in 2005.

libstdc++-v3/ChangeLog:

* scripts/create_testsuite_files: Remove incorrect comment about
filtering out wchar_t tests.

libstdc++-v3/scripts/create_testsuite_files

index 174c24ec05a4deda6c5adf177b0487a9dcd56875..ae259c65318fe538485620fe8e1e3b8de042fc2d 100755 (executable)
@@ -3,9 +3,7 @@
 # Constructs lists of source files (full pathnames) to test.  Two
 # files are constructed: testsuite_files, which is used to test with
 # the default dg-runtest command, and testsuite_files_interactive,
-# which is used to test cases that require input to be entered. In
-# addition, both lists are pruned of wchar_t tests if the toolchain
-# under test does not support wchar_t functionality.
+# which is used to test cases that require input to be entered.
 #
 # We mimic the mkcheck script in that the first time this is run, all
 # existing files are listed in "testsuite_files" in the output