public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [hurd,commited 0/3] More tests cleanup
@ 2020-06-07 14:34 Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries Samuel Thibault
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Samuel Thibault @ 2020-06-07 14:34 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

Samuel Thibault (3):
  hurd: Briefly document in xfails the topics of the bugzilla entries
  hurd: XFAIL more tests that require setpshared support
  htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2

 nptl/Makefile                           |  3 +--
 sysdeps/mach/hurd/i386/Makefile         | 12 ++++++++++++
 sysdeps/pthread/Makefile                |  3 ++-
 {nptl => sysdeps/pthread}/tst-flock2.c  |  0
 {nptl => sysdeps/pthread}/tst-signal1.c |  0
 {nptl => sysdeps/pthread}/tst-signal2.c |  0
 6 files changed, 15 insertions(+), 3 deletions(-)
 rename {nptl => sysdeps/pthread}/tst-flock2.c (100%)
 rename {nptl => sysdeps/pthread}/tst-signal1.c (100%)
 rename {nptl => sysdeps/pthread}/tst-signal2.c (100%)

-- 
2.26.2


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

* [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries
  2020-06-07 14:34 [hurd,commited 0/3] More tests cleanup Samuel Thibault
@ 2020-06-07 14:34 ` Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 2/3] hurd: XFAIL more tests that require setpshared support Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 3/3] htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 Samuel Thibault
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2020-06-07 14:34 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

* sysdeps/mach/hurd/i386/Makefile: Add comments.
---
 sysdeps/mach/hurd/i386/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index 495b927b82..cf3149d03f 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -21,9 +21,11 @@ endif
 
 ifeq ($(subdir),conform)
 # For bugs 23081, 23082, 23083, 23084, 23085, 23086.
+# (type conformance)
 conformtest-xfail-conds += i386-gnu
 
 # For bug 23088
+# (sched_* visibility)
 test-xfail-POSIX/fcntl.h/conform = yes
 test-xfail-POSIX/signal.h/conform = yes
 test-xfail-POSIX/semaphore.h/conform = yes
@@ -103,6 +105,7 @@ endif
 
 ifeq ($(subdir),htl)
 # For bug 25521
+# (setpshared support)
 test-xfail-tst-mutex4 = yes
 test-xfail-tst-cond4 = yes
 test-xfail-tst-cond6 = yes
@@ -115,16 +118,19 @@ test-xfail-tst-sem3 = yes
 test-xfail-tst-barrier2 = yes
 
 # For bug 25522
+# (setprotocol support)
 test-xfail-tst-cond24 = yes
 test-xfail-tst-cond25 = yes
 
 # For bug 25524
+# (sem_open support)
 test-xfail-tst-sem4 = yes
 test-xfail-tst-sem7 = yes
 test-xfail-tst-sem8 = yes
 test-xfail-tst-sem9 = yes
 
 # For bug 25563
+# (robust support against dead threads)
 test-xfail-tst-robust1 = yes
 test-xfail-tst-robust2 = yes
 test-xfail-tst-robust3 = yes
-- 
2.26.2


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

* [hurd, commited 2/3] hurd: XFAIL more tests that require setpshared support
  2020-06-07 14:34 [hurd,commited 0/3] More tests cleanup Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries Samuel Thibault
@ 2020-06-07 14:34 ` Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 3/3] htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 Samuel Thibault
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2020-06-07 14:34 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

* sysdeps/mach/hurd/i386/Makefile (test-xfail-tst-pututxline-cache,
test-xfail-tst-pututxline-lockfail, test-xfail-tst-mallocfork2): Add.
---
 sysdeps/mach/hurd/i386/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index cf3149d03f..f3682ba720 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -116,6 +116,9 @@ test-xfail-tst-rwlock4 = yes
 test-xfail-tst-rwlock12 = yes
 test-xfail-tst-sem3 = yes
 test-xfail-tst-barrier2 = yes
+test-xfail-tst-pututxline-cache = yes
+test-xfail-tst-pututxline-lockfail = yes
+test-xfail-tst-mallocfork2 = yes
 
 # For bug 25522
 # (setprotocol support)
-- 
2.26.2


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

* [hurd, commited 3/3] htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2
  2020-06-07 14:34 [hurd,commited 0/3] More tests cleanup Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries Samuel Thibault
  2020-06-07 14:34 ` [hurd, commited 2/3] hurd: XFAIL more tests that require setpshared support Samuel Thibault
@ 2020-06-07 14:34 ` Samuel Thibault
  2 siblings, 0 replies; 4+ messages in thread
From: Samuel Thibault @ 2020-06-07 14:34 UTC (permalink / raw)
  To: libc-alpha; +Cc: Samuel Thibault, commit-hurd

They need setpshared support.

* nptl/tst-flock2.c, tst-signal1.c, tst-signal2.c: Move to...
* sysdeps/pthread: ... here.
* nptl/Makefile: Move corresponding tests references to...
* sysdeps/pthread/Makefile: ... here.
* sysdeps/mach/hurd/i386/Makefile (test-xfail-tst-flock2,
test-xfail-tst-signal1, test-xfail-tst-signal2): Add.
---
 nptl/Makefile                           | 3 +--
 sysdeps/mach/hurd/i386/Makefile         | 3 +++
 sysdeps/pthread/Makefile                | 3 ++-
 {nptl => sysdeps/pthread}/tst-flock2.c  | 0
 {nptl => sysdeps/pthread}/tst-signal1.c | 0
 {nptl => sysdeps/pthread}/tst-signal2.c | 0
 6 files changed, 6 insertions(+), 3 deletions(-)
 rename {nptl => sysdeps/pthread}/tst-flock2.c (100%)
 rename {nptl => sysdeps/pthread}/tst-signal1.c (100%)
 rename {nptl => sysdeps/pthread}/tst-signal2.c (100%)

diff --git a/nptl/Makefile b/nptl/Makefile
index b1e60d303f..9b549454f1 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -282,8 +282,7 @@ tests = tst-attr2 tst-attr3 tst-default-attr \
 	tst-cancel16 tst-cancel17 tst-cancel20 tst-cancel21 tst-cancel24 \
 	tst-cancel-self tst-cancel-self-cancelstate \
 	tst-cleanup4 \
-	tst-flock2 \
-	tst-signal1 tst-signal2 tst-signal3 \
+	tst-signal3 \
 	tst-exec4 tst-exec5 \
 	tst-stack2 tst-stack3 tst-stack4 \
 	tst-pthread-attr-affinity \
diff --git a/sysdeps/mach/hurd/i386/Makefile b/sysdeps/mach/hurd/i386/Makefile
index f3682ba720..a67fe5d393 100644
--- a/sysdeps/mach/hurd/i386/Makefile
+++ b/sysdeps/mach/hurd/i386/Makefile
@@ -119,6 +119,9 @@ test-xfail-tst-barrier2 = yes
 test-xfail-tst-pututxline-cache = yes
 test-xfail-tst-pututxline-lockfail = yes
 test-xfail-tst-mallocfork2 = yes
+test-xfail-tst-flock2 = yes
+test-xfail-tst-signal1 = yes
+test-xfail-tst-signal2 = yes
 
 # For bug 25522
 # (setprotocol support)
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index fb78e55e27..5f9610ecbf 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -67,7 +67,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-eintr2 tst-eintr3 tst-eintr4 tst-eintr5 \
 	 tst-exec1 tst-exec2 tst-exec3 \
 	 tst-exit1 tst-exit2 tst-exit3 \
-	 tst-flock1 \
+	 tst-flock1 tst-flock2 \
 	 tst-fork1 tst-fork2 tst-fork3 tst-fork4 \
 	 tst-atfork1 \
 	 tst-getpid3 \
@@ -92,6 +92,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \
 	 tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \
 	 tst-sem8 tst-sem9 tst-sem10 tst-sem14 tst-sem15 tst-sem16 \
 	 tst-setuid3 \
+	 tst-signal1 tst-signal2 \
 	 tst-signal4 tst-signal5 tst-signal6 tst-signal8 \
 	 tst-spin1 tst-spin2 tst-spin3 tst-spin4 \
 	 tst-stack1 \
diff --git a/nptl/tst-flock2.c b/sysdeps/pthread/tst-flock2.c
similarity index 100%
rename from nptl/tst-flock2.c
rename to sysdeps/pthread/tst-flock2.c
diff --git a/nptl/tst-signal1.c b/sysdeps/pthread/tst-signal1.c
similarity index 100%
rename from nptl/tst-signal1.c
rename to sysdeps/pthread/tst-signal1.c
diff --git a/nptl/tst-signal2.c b/sysdeps/pthread/tst-signal2.c
similarity index 100%
rename from nptl/tst-signal2.c
rename to sysdeps/pthread/tst-signal2.c
-- 
2.26.2


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

end of thread, other threads:[~2020-06-07 14:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 14:34 [hurd,commited 0/3] More tests cleanup Samuel Thibault
2020-06-07 14:34 ` [hurd, commited 1/3] hurd: Briefly document in xfails the topics of the bugzilla entries Samuel Thibault
2020-06-07 14:34 ` [hurd, commited 2/3] hurd: XFAIL more tests that require setpshared support Samuel Thibault
2020-06-07 14:34 ` [hurd, commited 3/3] htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2 Samuel Thibault

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).