qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 00/21] NBD and miscellaneous patches for 2023-06-01


From: Richard Henderson
Subject: Re: [PULL 00/21] NBD and miscellaneous patches for 2023-06-01
Date: Thu, 1 Jun 2023 20:58:46 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/1/23 15:02, Eric Blake wrote:
Eric Blake (21):
       iotests: Fix test 104 under NBD
       qcow2: Explicit mention of padding bytes
       test-cutils: Avoid g_assert in unit tests
       test-cutils: Use g_assert_cmpuint where appropriate
       test-cutils: Test integral qemu_strto* value on failures
       test-cutils: Test more integer corner cases
       cutils: Fix wraparound parsing in qemu_strtoui
       cutils: Document differences between parse_uint and qemu_strtou64
       cutils: Adjust signature of parse_uint[_full]
       cutils: Allow NULL endptr in parse_uint()
       test-cutils: Add coverage of qemu_strtod
       test-cutils: Prepare for upcoming semantic change in qemu_strtosz
       test-cutils: Refactor qemu_strtosz tests for less boilerplate
       cutils: Allow NULL str in qemu_strtosz
       numa: Check for qemu_strtosz_MiB error
       test-cutils: Add more coverage to qemu_strtosz
       cutils: Set value in all qemu_strtosz* error paths
       cutils: Set value in all integral qemu_strto* error paths
       cutils: Use parse_uint in qemu_strtosz for negative rejection
       cutils: Improve qemu_strtod* error paths
       cutils: Improve qemu_strtosz handling of fractions

This is failing on Windows (32 and 64-bit):

https://gitlab.com/qemu-project/qemu/-/jobs/4399466166#L3524
https://gitlab.com/qemu-project/qemu/-/jobs/4399466165#L3332

| 21/135 /cutils/qemu_strtol/overflow - ERROR:../tests/unit/test-cutils.c:1387:test_qemu_strtol_overflow: assertion failed (res == LONG_MIN): (2147483647 == -2147483648) FAIL

It seems to have returned LONG_MAX instead of LONG_MIN.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]