[gcc r11-5316] libstdc++: Run all tests in file

Jonathan Wakely redi@gcc.gnu.org
Tue Nov 24 14:59:56 GMT 2020


https://gcc.gnu.org/g:7e0078f8643f9204777152ed0f915b52072a05c8

commit r11-5316-g7e0078f8643f9204777152ed0f915b52072a05c8
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Nov 24 13:11:13 2020 +0000

    libstdc++: Run all tests in file
    
    libstdc++-v3/ChangeLog:
    
            * testsuite/30_threads/jthread/95989.cc: Run all three test
            functions, not just the first one twice.

Diff:
---
 libstdc++-v3/testsuite/30_threads/jthread/95989.cc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc
index 46444b5ccab..c7a9430eee9 100644
--- a/libstdc++-v3/testsuite/30_threads/jthread/95989.cc
+++ b/libstdc++-v3/testsuite/30_threads/jthread/95989.cc
@@ -50,5 +50,6 @@ int
 main()
 {
   test01();
-  test01();
+  test02();
+  test03();
 }


More information about the Libstdc++-cvs mailing list