@@ -4,29 +4,29 @@ Date: Fri, 3 Dec 2021 12:16:30 +0100
44Subject: [PATCH] Disable long running tests
55
66---
7- library/core /tests/slice.rs | 2 ++
7+ library/coretests /tests/slice.rs | 2 ++
88 1 file changed, 2 insertions(+)
99
10- diff --git a/library/core /tests/slice.rs b/library/core /tests/slice.rs
11- index 8402833..84592e0 100644
12- --- a/library/core /tests/slice.rs
13- +++ b/library/core /tests/slice.rs
14- @@ -2462 ,6 +2462 ,7 @@ take_tests ! {
10+ diff --git a/library/coretests /tests/slice.rs b/library/coretests /tests/slice.rs
11+ index caffb66..c60a50c 100644
12+ --- a/library/coretests /tests/slice.rs
13+ +++ b/library/coretests /tests/slice.rs
14+ @@ -2488 ,6 +2488 ,7 @@ split_off_tests ! {
1515 #[cfg(not(miri))] // unused in Miri
1616 const EMPTY_MAX: &'static [()] = &[(); usize::MAX];
1717
1818+ /*
1919 // can't be a constant due to const mutability rules
2020 #[cfg(not(miri))] // unused in Miri
2121 macro_rules! empty_max_mut {
22- @@ -2485 ,6 +2486 ,7 @@ take_tests ! {
23- (take_mut_oob_max_range_to_inclusive , (..=usize::MAX), None, empty_max_mut!()),
24- (take_mut_in_bounds_max_range_from , (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
22+ @@ -2511 ,6 +2512 ,7 @@ split_off_tests ! {
23+ (split_off_mut_oob_max_range_to_inclusive , (..=usize::MAX), None, empty_max_mut!()),
24+ (split_off_mut_in_bounds_max_range_from , (usize::MAX..), Some(&mut [] as _), empty_max_mut!()),
2525 }
2626+ */
2727
2828 #[test]
2929 fn test_slice_from_ptr_range() {
3030- -
31- 2.26.2.7.g19db9cfb68
31+ 2.48.1
3232
0 commit comments