Skip to content

Test failures on armhf and armel architectures #4678

@dod38fr

Description

@dod38fr

Hi

On Debian build systems, libuv 1.49.2 tests fail on armhf with:

1: not ok 97 - fs_read_bufs
1: # exit code 6
1: # Output from process `fs_read_bufs`:
1: # Assertion failed in ./test/test-fs.c on line 3261: `190 == uv_fs_read(((void *)0), &read_req, open_req1.result, bufs + 2, 2, 256, ((void *)0))` (190 == 256)
[ ... ]
1: not ok 121 - fs_write_alotof_bufs_with_offset
1: # exit code 6
1: # Output from process `fs_write_alotof_bufs_with_offset`:
1: # Assertion failed in ./test/test-fs.c on line 3639: `(int64_t)((uv_stat_t*)stat_req.ptr)->st_size == offset + (int64_t)write_req.result` (13312 == 706183)

On armel, the failures are:

1: not ok 97 - fs_read_bufs
1: # exit code 6
1: # Output from process `fs_read_bufs`:
1: # Assertion failed in ./test/test-fs.c on line 3251: `446 == uv_fs_read(((void *)0), &read_req, open_req1.result, bufs + 0, 2, 0, ((void *)0))` (446 == -22)
[ ... ]
1: not ok 121 - fs_write_alotof_bufs_with_offset
1: # exit code 6
1: # Output from process `fs_write_alotof_bufs_with_offset`:
1: # Assertion failed in ./test/test-fs.c on line 3608: `r >= 0` (-22 >= 0)
1: not ok 122 - fs_write_multiple_bufs
1: # exit code 6
1: # Output from process `fs_write_multiple_bufs`:
1: # Assertion failed in ./test/test-fs.c on line 3373: `r >= 0` (-22 >= 0)

Full build logs can be found there:

Can you check what's going on ?

All the best

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions