Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test suite failures on i386 #3

Open
tillea opened this issue Dec 5, 2023 · 1 comment
Open

Test suite failures on i386 #3

tillea opened this issue Dec 5, 2023 · 1 comment

Comments

@tillea
Copy link

tillea commented Dec 5, 2023

Hi,
I intend to upgrade the Debian packaged version of xdffileio to version 1.0. We are building against the Debian packaged libmmlib version 1.4.2 which requires some patches which might be relevant for the issue.
The test suite passes nicely in our CI for amd64 architecture. However, for i386 we get:

FAIL: testbdf
FAIL: testedf
FAIL: testgdf1
FAIL: testgdf2
FAIL: readcheck
FAIL: recompose-gdf.sh
FAIL: errorcheck
FAIL: unittests.tap 1 - xdf_prepare_end_transfer_test.c:xdf-prepare-end-transfer:test_xdf_prepare_transfer: Assertion 'xdf != ((void *)0)' failed
FAIL: unittests.tap 2 - xdf_prepare_end_transfer_test.c:xdf-prepare-end-transfer:test_xdf_end_transfer: Assertion 'xdf != ((void *)0)' failed
PASS: unittests.tap 3 - open_test.c:open:trunc_flag: Passed
FAIL: unittests.tap 4 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 5 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 6 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 7 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 8 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 9 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 10 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 11 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 12 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 13 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 14 - read_test.c:read:unscaled_read: configuration failed
FAIL: unittests.tap 15 - read_test.c:read:unscaled_read: configuration failed
ERROR: unittests.tap - exited with status 1
=========================================
   xdffileio 1.0: tests/test-suite.log
=========================================
# TOTAL: 23
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  21
# XPASS: 0
# ERROR: 1
.. contents:: :depth: 2
FAIL: testbdf
=============
    Version : xdffileio 1.0
04/12/23 20:11:13 ERROR mmlib            : unlink(essaiw.bdf) failed ; No such file or directory (mm_unlink() in ../src/file-posix.c:370)
04/12/23 20:11:13 ERROR mmlib            : unlink(essaiw.bdf.event) failed ; No such file or directory (mm_unlink() in ../src/file-posix.c:370)
04/12/23 20:11:13 ERROR mmlib            : unlink(essaiw.bdf.code) failed ; No such file or directory (mm_unlink() in ../src/file-posix.c:370)
04/12/23 20:11:13 ERROR mmlib            : lseek(3, 5376, 163836936) failed ; Invalid argument (mm_seek() in ../src/file.c:100)
04/12/23 20:11:13 ERROR mmlib            : lseek(3, 236, -135446776) failed ; Invalid argument (mm_seek() in ../src/file.c:100)
    The files differs at 0x000000ec
FAIL testbdf (exit status: 1)
FAIL: testedf
=============
    Version : xdffileio 1.0
04/12/23 20:11:13 ERROR mmlib            : unlink(essaiw.edf) failed ; No such file or directory (mm_unlink() in ../src/file-posix.c:370)
04/12/23 20:11:13 ERROR mmlib            : lseek(3, 5376, 142337032) failed ; Invalid argument (mm_seek() in ../src/file.c:100)
04/12/23 20:11:13 ERROR mmlib            : lseek(3, 236, -135106808) failed ; Invalid argument (mm_seek() in ../src/file.c:100)
    The files differs at 0x000000ec
FAIL testedf (exit status: 1)
FAIL: testgdf1
==============
    Version : xdffileio 1.0
04/12/23 20:11:13 ERROR mmlib            : unlink(essaiw.gdf1) failed ; No such file or directory (mm_unlink() in ../src/file-posix.c:370)
...

Feel free to check the full build log on i386

Kind regards, Andreas.

@tillea
Copy link
Author

tillea commented Dec 7, 2023

@nbourdau Just an additional note: In case you consider i386 (or 32 bit in general) not supported architectures it would help if you would document this somewhere (at least here in this issue). We might exclude these architectures in Debian if there is no real chance to track down the issue above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant