public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2022-10-04 13:05 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2022-10-04 13:05 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=fc18a5d7594b56f7d9bb3d6f4f22d316d86d4076

commit fc18a5d7594b56f7d9bb3d6f4f22d316d86d4076
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2024-04-17 20:13 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2024-04-17 20:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5272f92fd5665b1cea37cda8d70cb888b9059c6e

commit 5272f92fd5665b1cea37cda8d70cb888b9059c6e
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2024-04-02 15:59 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2024-04-02 15:59 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=091d3a1bccbb022522e7371e2009584cdfbaac32

commit 091d3a1bccbb022522e7371e2009584cdfbaac32
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2024-02-09 17:37 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:37 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d1b5fdd9292292444976d51a2014934021ed25b9

commit d1b5fdd9292292444976d51a2014934021ed25b9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2024-02-07 14:12 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:12 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c133a1498b86941e2618118ba31aee2efac1a832

commit c133a1498b86941e2618118ba31aee2efac1a832
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2024-01-29 18:03 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2024-01-29 18:03 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=6f15936b29e841899de2f64cf19416b652e33ace

commit 6f15936b29e841899de2f64cf19416b652e33ace
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2023-12-21 18:59 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 18:59 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=919d1a1fc722b36c490009306d4a410365a24c2a

commit 919d1a1fc722b36c490009306d4a410365a24c2a
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2023-09-28 17:57 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2023-09-28 17:57 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a32a314b6e7f02e762de2fae40fa5fe54fda83e8

commit a32a314b6e7f02e762de2fae40fa5fe54fda83e8
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2023-08-30 12:42 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2023-08-30 12:42 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=37dc8420028936691d68039c5b5389fba9ed2a56

commit 37dc8420028936691d68039c5b5389fba9ed2a56
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2023-02-09 19:54 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2023-02-09 19:54 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dfbf8a4c59ca2e8f66ca777c55882a78b36a343d

commit dfbf8a4c59ca2e8f66ca777c55882a78b36a343d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

* [glibc/azanella/clang] elf: Disable unload4 test on clang
@ 2022-10-28 17:47 Adhemerval Zanella
  0 siblings, 0 replies; 11+ messages in thread
From: Adhemerval Zanella @ 2022-10-28 17:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f13a80911b11e3ddef3209e37b8e548f65015a08

commit f13a80911b11e3ddef3209e37b8e548f65015a08
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Fri Aug 26 09:24:25 2022 -0300

    elf: Disable unload4 test on clang
    
    It triggers and infintie loop.

Diff:
---
 elf/unload4.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/elf/unload4.c b/elf/unload4.c
index 6e171a22e0..97ab6dafcc 100644
--- a/elf/unload4.c
+++ b/elf/unload4.c
@@ -5,6 +5,10 @@
 int
 main (void)
 {
+#ifdef __clang__
+  /* It triggers an infinite loop on clang.  */
+  return 77;
+#else
 #ifdef M_PERTURB
   mallopt (M_PERTURB, 0xaa);
 #endif
@@ -45,4 +49,5 @@ main (void)
     }
   dlclose (h);
   return 0;
+#endif
 }

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

end of thread, other threads:[~2024-04-17 20:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-04 13:05 [glibc/azanella/clang] elf: Disable unload4 test on clang Adhemerval Zanella
2022-10-28 17:47 Adhemerval Zanella
2023-02-09 19:54 Adhemerval Zanella
2023-08-30 12:42 Adhemerval Zanella
2023-09-28 17:57 Adhemerval Zanella
2023-12-21 18:59 Adhemerval Zanella
2024-01-29 18:03 Adhemerval Zanella
2024-02-07 14:12 Adhemerval Zanella
2024-02-09 17:37 Adhemerval Zanella
2024-04-02 15:59 Adhemerval Zanella
2024-04-17 20:13 Adhemerval Zanella

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