LukasKalbertodt / libtest-mimic

A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`
https://docs.rs/libtest-mimic
Apache License 2.0
95 stars 26 forks source link

Run tests serialized when requested to #7

Closed Ekleog closed 2 years ago

Ekleog commented 3 years ago

This brings libtest-mimic to parity with libtest when running tests that require a single thread to exist, like tests that use unshare to create a new user namespace.

LukasKalbertodt commented 2 years ago

This is still a desirable feature, but I don't want to accept the PR in the current form and it hasn't seen any activity in more than year. So I will close it. This feature will likely be implemented as part of a bigger refactoring. I don't quite like the way this PR introduces lots of duplicate code. So yeah, close for now.