rust/tests/codegen/issues
Scott McMurray a9570a34cd Stop checking for the absense of something that doesn't exist
A couple of codegen tests are doing
```
// CHECK-NOT: slice_index_len_fail
```

However, that function no longer exists: [the only places](https://github.com/search?q=repo%3Arust-lang%2Frust+slice_index_len_fail&type=code) it occurs in the repo are in those tests.

So this PR updates the tests to check for the absense of the functions that are actually used today to panic for out-of-bounds indexing.
2023-05-12 21:59:26 -07:00
..
auxiliary
issue-13018.rs
issue-15953.rs
issue-27130.rs
issue-32031.rs
issue-32364.rs
issue-34634.rs
issue-34947-pow-i32.rs
issue-37945.rs make 32bit ignore more accurate 2023-04-03 10:23:08 +02:00
issue-44056-macos-tls-align.rs
issue-45222.rs
issue-45466.rs
issue-45964-bounds-check-slice-pos.rs
issue-47278.rs
issue-47442.rs
issue-56267-2.rs
issue-56267.rs
issue-56927.rs
issue-58881.rs
issue-59352.rs
issue-69101-bounds-check.rs
issue-73031.rs
issue-73258.rs
issue-73338-effecient-cmp.rs
issue-73396-bounds-check-after-position.rs Stop checking for the absense of something that doesn't exist 2023-05-12 21:59:26 -07:00
issue-73827-bounds-check-index-in-subexpr.rs
issue-75525-bounds-checks.rs
issue-75546.rs
issue-75659.rs
issue-75978.rs Add codegen tests for issues fixed by LLVM 16 2023-04-03 17:02:57 +02:00
issue-77812.rs
issue-81408-dllimport-thinlto-windows.rs
issue-84268.rs
issue-85872-multiple-reverse.rs
issue-86106.rs fix codegen test 2023-04-28 23:08:54 +02:00
issue-96274.rs
issue-96497-slice-size-nowrap.rs
issue-98156-const-arg-temp-lifetime.rs
issue-98294-get-mut-copy-from-slice-opt.rs
issue-99960.rs Add codegen tests for issues fixed by LLVM 16 2023-04-03 17:02:57 +02:00
issue-101048.rs Add codegen tests for issues fixed by LLVM 16 2023-04-03 17:02:57 +02:00
issue-101082.rs Make test compatible with 32-bit 2023-04-11 17:19:07 +02:00
issue-101814.rs Add ignore-debug to two tests 2023-04-11 11:22:15 +02:00
issue-103132.rs Add codegen tests for issues fixed by LLVM 16 2023-04-03 17:02:57 +02:00
issue-103285-ptr-addr-overflow-check.rs
issue-103327.rs Add codegen tests for issues fixed by LLVM 16 2023-04-03 17:02:57 +02:00
issue-103840.rs fix codegen test 2023-04-28 23:08:54 +02:00
issue-105386-ub-in-debuginfo.rs fix codegen test 2023-04-28 23:08:54 +02:00
issue-106369.rs