Test failure on musl: sba_metrics
r-burns opened this issue · 4 comments
r-burns commented
The newly-added sba_metrics
test is failing on my x86_64-unknown-linux-musl system.
246/380 Test #251: sba_metrics ..........................................................***Failed 0.02 sec
***FAILURE*** 1 != 32: ***FAILURE*** expected_active_size != aws_small_block_allocator_bytes_active(sba) [s_sba_metrics_test():/build/source/tests/alloc_test.c@#277]
***FAILURE*** sba_metrics [ FAILED ] [s_aws_run_test_case():/build/source/include/aws/testing/aws_test_harness.h@#454]
Reproducible via nix-build -A pkgsMusl.aws-c-common
@ NixOS/nixpkgs@70988a3
pwillis-els commented
I see the same failure on Alpine; skipping the test manually for now