about summary refs log tree commit diff
path: root/tests/run-make
AgeCommit message (Collapse)AuthorLines
2024-07-26rewrite and rename issue-47551 to rmakeOneirical-10/+20
2024-07-26rewrite no-builtins-attribute to rmakeOneirical-10/+15
2024-07-26rewrite native-link-modifier-whole-archive to rmakeOneirical-52/+85
2024-07-26rewrite rlib-format-packed-bundled-libs-2 to rmakeOneirical-27/+32
2024-07-26rewrite sanitizer-staticlib-link to rmakeOneirical-23/+39
2024-07-26rewrite export-executable-symbols to rmakeOneirical-16/+30
2024-07-26rewrite foreign-rust-exceptions to rmakeOneirical-13/+23
2024-07-26rewrite c-unwind-abi-catch-lib-panic to rmakeOneirical-35/+36
2024-07-26Rollup merge of #128099 - lolbinarycat:extern-flag-disambiguates-rmake, r=KobzolTrevor Gross-26/+35
migrate tests/run-make/extern-flag-disambiguates to rmake
2024-07-26Rollup merge of #127989 - Oneirical:testricted-area, r=jieyouxuTrevor Gross-45/+61
Migrate `interdependent-c-libraries`, `compiler-rt-works-on-mingw` and `incr-foreign-head-span` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: aarch64-apple try-job: armhf-gnu try-job: test-various try-job: x86_64-mingw try-job: x86_64-msvc try-job: x86_64-gnu-llvm-18
2024-07-25use shorter link and remove entries wrongly added in rebasebinarycat-1/+1
2024-07-25clean up rmake testbinarycat-20/+20
2024-07-25note that rmake.rs files are not subject to automatic formattingbinarycat-0/+5
2024-07-25migrate tests/run-make/extern-flag-disambiguates to rmakebinarycat-26/+30
2024-07-25rewrite panic-abort-eh_frame to rmakeOneirical-35/+66
2024-07-25rewrite dump-ice-to-disk to rmakeOneirical-74/+64
2024-07-25rewrite incr-foreign-head-span to rmakeOneirical-24/+30
2024-07-25rewrite compiler-rt-works-on-mingw to rmakeOneirical-9/+15
2024-07-25rewrite interdependent-c-libraries to rmakeOneirical-15/+19
2024-07-25Auto merge of #128102 - Oneirical:real-testate, r=Kobzolbors-26/+52
Migrate `extern-diff-internal-name`, `extern-multiple-copies` and `extern-multiple-copies2` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: try-job: test-various
2024-07-25Rollup merge of #127872 - Oneirical:antestral-traditions, r=jieyouxuMatthias Krüger-50/+63
Migrate `pointer-auth-link-with-c`, `c-dynamic-rlib` and `c-dynamic-dylib` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: try-job: x86_64-msvc try-job: i686-mingw try-job: aarch64-apple
2024-07-23rewrite extern-multiple-copies2 to rmakeOneirical-15/+22
2024-07-23Rollup merge of #127990 - Oneirical:ii-the-high-priestest, r=jieyouxuMatthias Krüger-30/+64
Migrate `lto-linkage-used-attr`, `no-duplicate-libs` and `pgo-gen-no-imp-symbols` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). try-job: x86_64-msvc try-job: aarch64-apple try-job: armhf-gnu try-job: test-various try-job: x86_64-gnu-llvm-18
2024-07-23Rollup merge of #126898 - GuillaumeGomez:migrate-run-make-link-framework, ↵Matthias Krüger-23/+38
r=Kobzol Migrate `run-make/link-framework` to `rmake.rs` Part of https://github.com/rust-lang/rust/issues/121876. r? ``@Kobzol`` try-job: x86_64-apple-1
2024-07-23Rollup merge of #125886 - GuillaumeGomez:migrate-run-make-issue-15460, ↵Matthias Krüger-7/+14
r=jieyouxu Migrate run make issue 15460 Part of https://github.com/rust-lang/rust/issues/121876. r? `@jieyouxu` try-job: x86_64-msvc try-job: aarch64-apple try-job: x86_64-gnu-llvm-18
2024-07-23rewrite extern-multiple-copies to rmakeOneirical-9/+17
2024-07-23rewrite extern-diff-internal-name to rmakeOneirical-6/+17
2024-07-23rewrite c-dynamic-dylib to rmakeOneirical-22/+19
2024-07-23rewrite sanitizer-cdylib-link to rmakeOneirical-16/+17
2024-07-23rewrite sanitizer-dylib-link to rmakeOneirical-16/+16
2024-07-23rewrite static-dylib-by-default to rmakeOneirical-17/+25
2024-07-23Rename `tests/run-make/issue-15460` into ↵Guillaume Gomez-0/+2
`tests/run-make/link-native-static-lib-to-dylib`
2024-07-23Migrate `run-make/issue-15460` to `rmake.rs`Guillaume Gomez-7/+12
2024-07-23Auto merge of #127778 - Oneirical:artificial-intestlligence, r=jieyouxubors-56/+122
Migrate `staticlib-blank-lib`, `rlib-format-packed-bundled-libs-3` and `issue-97463-abi-param-passing` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). Please try: try-job: aarch64-gnu try-job: armhf-gnu try-job: test-various try-job: x86_64-mingw try-job: x86_64-msvc try-job: x86_64-gnu-llvm-18
2024-07-22Migrate `run-make/link-framework` to `rmake.rs`Guillaume Gomez-23/+38
2024-07-22rewrite pgo-gen-no-imp-symbols to rmakeOneirical-13/+31
2024-07-22rewrite and rename issue-97463-abi-param-passing to rmakeOneirical-31/+37
2024-07-22rewrite c-dynamic-rlib to rmakeOneirical-19/+22
2024-07-22rewrite pointer-auth-link-with-c to rmakeOneirical-15/+28
2024-07-22rewrite and rename issue-107094 to rmakeOneirical-17/+32
2024-07-22rewrite and rename issue-33329 to ui testOneirical-6/+0
2024-07-22rewrite and rename issue-14698 to rmakeOneirical-4/+18
2024-07-22rewrite no-duplicate-libs to rmakeOneirical-11/+21
2024-07-22rewrite lto-linkage-used-attr to rmakeOneirical-8/+14
2024-07-22Rollup merge of #127985 - Oneirical:testibule-of-hell, r=Kobzol许杰友 Jieyou Xu (Joe)-33/+60
Migrate `test-benches`, `c-unwind-abi-catch-panic` and `compiler-lookup-paths-2` `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html).
2024-07-22Rollup merge of #127977 - alexcrichton:update-wasi-sdk, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+15
Update wasi-sdk in CI to latest release This commit updates the `wasi-sdk` download used by the `wasm32-wasi*` targets. The motivation for this commit is generally just "keep things up to date" and is not intended to cause any issues or differences from before, just a routine update.
2024-07-20Auto merge of #127663 - Oneirical:fuzzy-testure, r=jieyouxubors-73/+154
Migrate 9 more very similar FFI `run-make` tests to rmake Part of #121876 and the associated [Google Summer of Code project](https://blog.rust-lang.org/2024/05/01/gsoc-2024-selected-projects.html). For the tracking issue: - return-non-c-like-enum-from-c - pass-non-c-like-enum-to-c - c-static-dylib - c-static-rlib - extern-fn-generic - extern-fn-with-union - lto-no-link-whole-rlib - linkage-attr-on-static - issue-28595
2024-07-20Rollup merge of #127693 - Rejyr:migrate-crate-hash-rustc-version-rmake, ↵Matthias Krüger-38/+57
r=jieyouxu Migrate `crate-hash-rustc-version` to `rmake` Part of #121876. r? ``@jieyouxu`` try-job: x86_64-gnu-llvm-18 try-job: dist-x86_64-linux
2024-07-19rewrite compiler-lookup-paths-2 to rmakeOneirical-11/+21
2024-07-19rewrite c-unwind-abi-catch-panic to rmakeOneirical-10/+18