public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  8:40 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  8:40 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:281bf61e30990de393c411042620948d5eecdaf3

commit 281bf61e30990de393c411042620948d5eecdaf3
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:13:06 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/async tests that have detected too-early wakeups to fail on
    RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/async/async.cc: xfail on RTEMS.
    
    TN: V608-048

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

diff --git a/libstdc++-v3/testsuite/30_threads/async/async.cc b/libstdc++-v3/testsuite/30_threads/async/async.cc
index 38943ff1a9a..e0b731186c4 100644
--- a/libstdc++-v3/testsuite/30_threads/async/async.cc
+++ b/libstdc++-v3/testsuite/30_threads/async/async.cc
@@ -2,6 +2,7 @@
 // { dg-additional-options "-pthread" { target pthread } }
 // { dg-require-effective-target c++11 }
 // { dg-require-gthreads "" }
+// { dg-xfail-if "nanosleep may wake up too early" { *-*-rtems* } }
 
 // Copyright (C) 2010-2022 Free Software Foundation, Inc.
 //


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

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  9:03 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  9:03 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:7966afa0c5cf34afbde9f3061d8afffe67a10c95

commit 7966afa0c5cf34afbde9f3061d8afffe67a10c95
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:13:06 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/async tests that have detected too-early wakeups to fail on
    RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/async/async.cc: xfail on RTEMS.
    
    TN: V608-048

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

diff --git a/libstdc++-v3/testsuite/30_threads/async/async.cc b/libstdc++-v3/testsuite/30_threads/async/async.cc
index 38943ff1a9a..e0b731186c4 100644
--- a/libstdc++-v3/testsuite/30_threads/async/async.cc
+++ b/libstdc++-v3/testsuite/30_threads/async/async.cc
@@ -2,6 +2,7 @@
 // { dg-additional-options "-pthread" { target pthread } }
 // { dg-require-effective-target c++11 }
 // { dg-require-gthreads "" }
+// { dg-xfail-if "nanosleep may wake up too early" { *-*-rtems* } }
 
 // Copyright (C) 2010-2022 Free Software Foundation, Inc.
 //


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

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  9:03 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  9:03 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:11caf1434eaa77415302de030e1c44195fe9580a

commit 11caf1434eaa77415302de030e1c44195fe9580a
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:12:25 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/this_thread tests that have detected too-early wakeups to
    fail on RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc: xfail on RTEMS.

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 12dbeba1cc4..4d86e0df20d 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -23,6 +23,7 @@
 // { dg-require-gthreads "" }
 // { dg-require-time "" }
 // { dg-require-sleep "" }
+// { dg-xfail-if "nanosleep may wake up too early" { *-*-rtems* } }
 
 #include <thread>
 #include <chrono>


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

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  8:39 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  8:39 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit c0ebbb32fea60e7b0b45a13f815db22ddf512080
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:12:25 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/this_thread tests that have detected too-early wakeups to
    fail on RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc: xfail on RTEMS.

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 12dbeba1cc4..4d86e0df20d 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -23,6 +23,7 @@
 // { dg-require-gthreads "" }
 // { dg-require-time "" }
 // { dg-require-sleep "" }
+// { dg-xfail-if "nanosleep may wake up too early" { *-*-rtems* } }
 
 #include <thread>
 #include <chrono>


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

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  7:15 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  7:15 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit dc5b78b38953680cc59137d52a296bb6004d379e
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:13:06 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/async tests that have detected too-early wakeups to fail on
    RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/async/async.cc: xfail on RTEMS.
    
    TN: V608-048

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

diff --git a/libstdc++-v3/testsuite/30_threads/async/async.cc b/libstdc++-v3/testsuite/30_threads/async/async.cc
index 38943ff1a9a..a7a6b6b8c26 100644
--- a/libstdc++-v3/testsuite/30_threads/async/async.cc
+++ b/libstdc++-v3/testsuite/30_threads/async/async.cc
@@ -2,6 +2,7 @@
 // { dg-additional-options "-pthread" { target pthread } }
 // { dg-require-effective-target c++11 }
 // { dg-require-gthreads "" }
+// { dg-xfail-if "nanosleep may wake up too early" { target *-*-rtems* } }
 
 // Copyright (C) 2010-2022 Free Software Foundation, Inc.
 //


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

* [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems
@ 2022-06-23  7:15 Alexandre Oliva
  0 siblings, 0 replies; 6+ messages in thread
From: Alexandre Oliva @ 2022-06-23  7:15 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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

commit b6be9d8bddbac4327142f5dc8d053b02c0207e1f
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Jun 23 04:12:25 2022 -0300

    libstdc++: xfail nanosleep tests on rtems
    
    Since it has been determined that nanosleep may return slightly too
    early on RTEMS, due to clock resolution differences, expect
    30_thread/this_thread tests that have detected too-early wakeups to
    fail on RTEMS targets.
    
    
    for  libstdc++-v3/ChangeLog
    
            * testsuite/30_threads/this_thread/60421.cc: xfail on RTEMS.

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 12dbeba1cc4..1ee249536a8 100644
--- a/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
+++ b/libstdc++-v3/testsuite/30_threads/this_thread/60421.cc
@@ -23,6 +23,7 @@
 // { dg-require-gthreads "" }
 // { dg-require-time "" }
 // { dg-require-sleep "" }
+// { dg-xfail-if "nanosleep may wake up too early" { target *-*-rtems* } }
 
 #include <thread>
 #include <chrono>


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

end of thread, other threads:[~2022-06-23  9:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23  8:40 [gcc(refs/users/aoliva/heads/testme)] libstdc++: xfail nanosleep tests on rtems Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23  9:03 Alexandre Oliva
2022-06-23  9:03 Alexandre Oliva
2022-06-23  8:39 Alexandre Oliva
2022-06-23  7:15 Alexandre Oliva
2022-06-23  7:15 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).