diff mbox series

[mickledore,V2] glibc: stable 2.37 branch updates.

Message ID 20230426113135.2740310-1-deepadeepthi98@gmail.com
State New
Headers show
Series [mickledore,V2] glibc: stable 2.37 branch updates. | expand

Commit Message

Deepthi Hemraj April 26, 2023, 11:31 a.m. UTC
Below commits on glibc-2.37 stable branch are updated.
1d63573f81 stdio-common: tests: don't double-define _FORTIFY_SOURCE
590d0e089b elf: Restore ldconfig libc6 implicit soname logic [BZ #30125]
790e504a17 stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Deepthi Hemraj April 26, 2023, 11:34 a.m. UTC | #1
Regression tests are performed and below is test summary.
Test summary after glibc updates:
193 FAIL
4399 PASS
38 UNSUPPORTED
16 XFAIL
2 XPASS

Test summary before glibc updates:
247 FAIL
4382 PASS
38 UNSUPPORTED
16 XFAIL
2 XPASS
Randy MacLeod April 26, 2023, 1:51 p.m. UTC | #2
On Wed., Apr. 26, 2023, 07:34 Deepthi Hemraj, <deepadeepthi98@gmail.com>
wrote:

> Regression tests are performed and below is test summary.
> Test summary after glibc updates:
> 193 FAIL
>    4399 PASS
>      38 UNSUPPORTED
>      16 XFAIL
>       2 XPASS
>
> Test summary before glibc updates:
>      247 FAIL
>     4382 PASS
>       38 UNSUPPORTED
>       16 XFAIL
>        2 XPASS
>


Thanks Deepthi.

Next time, please do the arithmetic for everyone:

Diff:

-54 FAIL
+17 PASS
    0 UNSUPPORTED
     0 XFAIL
     0 XPASS


It looks like some of the failing tests were removed. Please confirm and
provide brief context about why they were removed.


Regardless, the test results are better so we're in good shape.

Randy



>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#180432):
> https://lists.openembedded.org/g/openembedded-core/message/180432
> Mute This Topic: https://lists.openembedded.org/mt/98512594/953399
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> rwmacleod@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index 1b8665a9d8..124e0646f8 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.37/master"
 PV = "2.37"
-SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" 
+SRCREV_glibc ?= "1d63573f81945a489ea169636fa11850bc74716b" 
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"