diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-08-20 23:45:22 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-25 17:47:20 +0100 |
| commit | fa6f6b182c41730eaea688e4f1e000e6bf109bb1 (patch) | |
| tree | 1888a5286999a4ed7005e42d99f9b1cbf10d3370 | |
| parent | a0c40abc3cb13fcf5123e5fadb14aca9943e84db (diff) | |
| download | poky-fa6f6b182c41730eaea688e4f1e000e6bf109bb1.tar.gz | |
libc-test: Upgrade to tip of trunk
Brings following changes
functional: add mntent test
fix malloc-brk-fail
math: add fma(x,y,z) test cases for z=0 and x*y rounds to -0
(From OE-Core rev: 393ecfe64065aafdcc6c37d8374c9a3ece748d7a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/musl/libc-test_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/libc-test_git.bb b/meta/recipes-core/musl/libc-test_git.bb index 71a111cfa4..c3b562862a 100644 --- a/meta/recipes-core/musl/libc-test_git.bb +++ b/meta/recipes-core/musl/libc-test_git.bb | |||
| @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=43ed1245085be90dc934288117d55a3b" | |||
| 9 | 9 | ||
| 10 | inherit ptest | 10 | inherit ptest |
| 11 | 11 | ||
| 12 | SRCREV = "18e28496adee3d84fefdda6efcb9c5b8996a2398" | 12 | SRCREV = "f2bac7711bec93467b73bec1465579ea0b8d5071" |
| 13 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 14 | git://repo.or.cz/libc-test;branch=master;protocol=https \ | 14 | git://repo.or.cz/libc-test;branch=master;protocol=https \ |
| 15 | file://run-ptest \ | 15 | file://run-ptest \ |
