https://gcc.gnu.org/g:44d3c0f452a673e4553aee08883f06b1caecf531

commit r16-1463-g44d3c0f452a673e4553aee08883f06b1caecf531
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Fri Jun 6 13:43:22 2025 +0100

    libstdc++: Remove outdated comment about wchar_t in create_testsuite_files
    
    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.

Diff:
---
 libstdc++-v3/scripts/create_testsuite_files | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libstdc++-v3/scripts/create_testsuite_files 
b/libstdc++-v3/scripts/create_testsuite_files
index 174c24ec05a4..ae259c65318f 100755
--- a/libstdc++-v3/scripts/create_testsuite_files
+++ b/libstdc++-v3/scripts/create_testsuite_files
@@ -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

Reply via email to