}
#[test]
+ #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
fn dont_return_partial_matches() {
let mut machine = Machine::new_lib();
}
#[test]
+ #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
fn dont_return_partial_matches_without_discountiguous() {
let mut machine = Machine::new_lib();
}
#[test]
+ #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
fn non_existent_predicate_should_not_cause_panic_when_other_predicates_are_defined() {
let mut machine = Machine::new_lib();
}
#[test]
+ #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
fn issue_2341() {
let mut machine = Machine::new_lib();