public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] libstdc++: testsuite: call sched_yield for nonpreemptive targets
@ 2022-06-21  0:08 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-21  0:08 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:b23df177b1370e8b834a06c6359cd9d4c05cc198

commit b23df177b1370e8b834a06c6359cd9d4c05cc198
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:30 2022 -0300

    libstdc++: testsuite: call sched_yield for nonpreemptive targets
    
    As in the gcc testsuite, systems without preemptive multi-threading
    require sched_yield calls to be placed at points in which a context
    switch might be needed to enable the test to complete.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc (test02): Call
            sched_yield.
    
    TN: V608-049

Diff:
---
 libstdc++-v3/testsuite/30_threads/this_thread/60421.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
index ad6f9aeffcc..12dbeba1cc4 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -59,6 +59,7 @@ test02()
   while (!sleeping)
   {
     // Wait for the thread to start sleeping.
+    sched_yield ();
   }
   while (sleeping)
   {


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: testsuite: call sched_yield for nonpreemptive targets
@ 2022-06-22  0:44 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-22  0:44 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:139325673a3fc8c853267da4db165261f9c6138f

commit 139325673a3fc8c853267da4db165261f9c6138f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:30 2022 -0300

    libstdc++: testsuite: call sched_yield for nonpreemptive targets
    
    As in the gcc testsuite, systems without preemptive multi-threading
    require sched_yield calls to be placed at points in which a context
    switch might be needed to enable the test to complete.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc (test02): Call
            sched_yield.

Diff:
---
 libstdc++-v3/testsuite/30_threads/this_thread/60421.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
index ad6f9aeffcc..12dbeba1cc4 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -59,6 +59,7 @@ test02()
   while (!sleeping)
   {
     // Wait for the thread to start sleeping.
+    sched_yield ();
   }
   while (sleeping)
   {


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: testsuite: call sched_yield for nonpreemptive targets
@ 2022-06-21  0:16 Alexandre Oliva
  0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Oliva @ 2022-06-21  0:16 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:885b1748302b5a51ec247b5ca1a615f180c248bf

commit 885b1748302b5a51ec247b5ca1a615f180c248bf
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Mon Jun 20 19:44:30 2022 -0300

    libstdc++: testsuite: call sched_yield for nonpreemptive targets
    
    As in the gcc testsuite, systems without preemptive multi-threading
    require sched_yield calls to be placed at points in which a context
    switch might be needed to enable the test to complete.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc (test02): Call
            sched_yield.

Diff:
---
 libstdc++-v3/testsuite/30_threads/this_thread/60421.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
index ad6f9aeffcc..12dbeba1cc4 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -59,6 +59,7 @@ test02()
   while (!sleeping)
   {
     // Wait for the thread to start sleeping.
+    sched_yield ();
   }
   while (sleeping)
   {


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-06-22  0:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21  0:08 [gcc(refs/users/aoliva/heads/testme)] libstdc++: testsuite: call sched_yield for nonpreemptive targets Alexandre Oliva
2022-06-21  0:16 Alexandre Oliva
2022-06-22  0:44 Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).