about summary refs log tree commit diff
path: root/tests/codegen/issues/issue-44056-macos-tls-align.rs
AgeCommit message (Collapse)AuthorLines
2024-09-04Remove macOS 10.10 dynamic linker bug workaroundbeetrees-27/+0
2024-05-28Make more of the test suite run on Mac CatalystMads Marquart-1/+1
This adds the `only-apple`/`ignore-apple` compiletest directive, and uses that basically everywhere instead of `only-macos`/`ignore-macos`. Some of the updates in `run-make` are a bit redundant, as they use `ignore-cross-compile` and won't run on iOS - but using Apple in these is still more correct, so I've made that change anyhow.
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2024-01-23Remove uses of no-system-llvmNikita Popov-1/+0
It looks like none of these are actually needed.
2023-03-20mv tests/codegen/issue-* tests/codegen/issues/Scott McMurray-0/+28