]> Repositorios git - scryer-prolog.git/commitdiff
somehow this was never marked as bad
authorBennet Bleßmann <[email protected]>
Sat, 6 Jul 2024 11:41:35 +0000 (13:41 +0200)
committerBennet Bleßmann <[email protected]>
Sat, 6 Jul 2024 12:30:03 +0000 (14:30 +0200)
src/machine/lib_machine.rs

index 27909c8a813525304b8cf034954cb4f6df871e1c..80e0d1c6500ed0cce6789c9fcb5c1780ed3b82e0 100644 (file)
@@ -529,6 +529,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
     fn dont_return_partial_matches() {
         let mut machine = Machine::new_lib();
 
@@ -552,6 +553,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
     fn dont_return_partial_matches_without_discountiguous() {
         let mut machine = Machine::new_lib();
 
@@ -583,6 +585,7 @@ mod tests {
     }
 
     #[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();
 
@@ -607,6 +610,7 @@ mod tests {
     }
 
     #[test]
+    #[cfg_attr(miri, ignore = "blocked on libraries.rs UB")]
     fn issue_2341() {
         let mut machine = Machine::new_lib();