Skip to content

Commit

Permalink
Rollup merge of rust-lang#114230 - workingjubilee:codegen-tests-that-…
Browse files Browse the repository at this point in the history
…nest, r=Mark-Simulacrum

Nest other codegen test topics

This PR is like rust-lang#114229 in that it mostly pushes codegen tests around, shoving them into their own directories, but because all of the changes are very simple cleanups I pulled them into a separate PR. The other PR might involve actually evaluating the correctness of the test after changes, but here it is mostly a matter of taste. The only "functional" change is deleting a few tests that... hinge on a version of LLVM that we don't support (as of rust-lang#114148 anyways).

I considered a few different ways to group other topics but I feel the question of whether `tests/codegen/{vec,array,slice}` should exist is more subtle than these choices, as it might be better to group such related tests by other topics like bounds check elision, thus I avoided making it.
  • Loading branch information
matthiaskrgr authored Aug 7, 2023
2 parents 1371773 + c81d3e2 commit fe1c3a1
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 178 deletions.
34 changes: 0 additions & 34 deletions tests/codegen/box-maybe-uninit-llvm14.rs

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
144 changes: 0 additions & 144 deletions tests/codegen/vec-calloc-llvm14.rs

This file was deleted.

0 comments on commit fe1c3a1

Please sign in to comment.