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

Some roc_sndio tests fail on s390x architecture #744

Open
daissi opened this issue Jul 1, 2024 · 1 comment
Open

Some roc_sndio tests fail on s390x architecture #744

daissi opened this issue Jul 1, 2024 · 1 comment
Labels
defect Something isn't working user report A bug-report or a feature-request by someone else except maintainers

Comments

@daissi
Copy link

daissi commented Jul 1, 2024

Hi,

roc-toolkit 0.4.0 was uploaded in Debian/unstable, but a regression was detected preventing its migration to Debian/testing.
With this new version some tests have started to fail:

 src/tests/roc_sndio/test_pump.cpp:168: error: Failure in TEST(pump, write_overwrite_read)
 	CHECK(backend_device != NULL) failed
 
 .
 src/tests/roc_sndio/test_pump.cpp:104: error: Failure in TEST(pump, write_read)
 	CHECK(backend_device != NULL) failed
 
 .
 src/tests/roc_sndio/test_backend_source.cpp:395: error: Failure in TEST(backend_source, eof_restart)
 	CHECK(backend_device != NULL) failed
 
 .
 src/tests/roc_sndio/test_backend_source.cpp:325: error: Failure in TEST(backend_source, pause_restart)
 	CHECK(backend_device != NULL) failed
 
 .
 src/tests/roc_sndio/test_backend_source.cpp:256: error: Failure in TEST(backend_source, pause_resume)
 	CHECK(backend_device != NULL) failed
 
 ..
 src/tests/roc_sndio/test_backend_source.cpp:185: error: Failure in TEST(backend_source, sample_rate_auto)
 	CHECK(backend_device != NULL) failed
 
 .
 src/tests/roc_sndio/test_backend_source.cpp:148: error: Failure in TEST(backend_source, has_clock)
 	CHECK(backend_device != NULL) failed
 
 ..
 src/tests/roc_sndio/test_backend_source.cpp:101: error: Failure in TEST(backend_source, open)
 	CHECK(backend_device != NULL) failed

The full log is available here. As these seem to be newly added tests, I will disable the tests for s390x for now, but it would be nice to have a proper fix.

Best,
Dylan

@gavv gavv added this to Frontlog in kanban board Jul 1, 2024
@gavv
Copy link
Member

gavv commented Jul 6, 2024

Hi, thanks for report!

Is it possible to get output of roc-test-sndio -v -t ? This would give more verbose logs of the test.

If not, do you have any hints what toolchain and VM could I use for testing?

@gavv gavv added defect Something isn't working user report A bug-report or a feature-request by someone else except maintainers labels Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working user report A bug-report or a feature-request by someone else except maintainers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants