-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.
Description
I currently can't run a full make check when using --disable-jemalloc, because there are a few tests that assume they have multiple allocators to play with. Those I found were:
src/test/compile-fail/allocator-dylib-is-system.rssrc/test/compile-fail/allocator-rust-dylib-is-jemalloc.rssrc/test/run-pass/allocator-default.rs
All three of these are at least conditional on target_os = "linux" or "macos", but having linux without jemalloc gets a quick failure.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.