]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_gcc/patches/0023-core-Ignore-failing-tests.patch
Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett
[rust.git] / compiler / rustc_codegen_gcc / patches / 0023-core-Ignore-failing-tests.patch
index 73e9c858caf2b6dbb51419d804152e83045a3ab8..ee5ba449fb8e6bb0ee310eea54ac65a01ec8842a 100644 (file)
@@ -46,24 +46,4 @@ index 4bc44e9..8e3c7a4 100644
  
  #[test]
  fn cell_allows_array_cycle() {
-diff --git a/library/core/tests/slice.rs b/library/core/tests/slice.rs
-index 3e00e0a..8e5663b 100644
---- a/library/core/tests/slice.rs
-+++ b/library/core/tests/slice.rs
-@@ -2108,6 +2108,7 @@ fn test_copy_within_panics_src_out_of_bounds() {
-     bytes.copy_within(usize::MAX..=usize::MAX, 0);
- }
-+/*
- #[test]
- fn test_is_sorted() {
-     let empty: [i32; 0] = [];
-@@ -2122,6 +2123,7 @@ fn test_is_sorted() {
-     assert!(!["c", "bb", "aaa"].is_sorted());
-     assert!(["c", "bb", "aaa"].is_sorted_by_key(|s| s.len()));
- }
-+*/
- #[test]
- fn test_slice_run_destructors() {
 -- 2.21.0 (Apple Git-122)