diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2024-07-16 16:15:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 16:15:16 -0500 |
| commit | d18a7415694dde2fb953a967a59fd06b0c445154 (patch) | |
| tree | 9f950a6c562227111609e0222ae49dea27a862e9 /src | |
| parent | 4e4fa7eb37701696f59ca35ff1f51e63ceac8db7 (diff) | |
| parent | b98365871fb7b82350962e0af9245273885546e3 (diff) | |
| download | rust-d18a7415694dde2fb953a967a59fd06b0c445154.tar.gz rust-d18a7415694dde2fb953a967a59fd06b0c445154.zip | |
Rollup merge of #127390 - Oneirical:rough-testimation, r=jieyouxu
Migrate `raw-dylib-inline-cross-dylib` and `raw-dylib-custom-dlltool` `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: i686-mingw
Diffstat (limited to 'src')
| -rw-r--r-- | src/tools/tidy/src/allowed_run_make_makefiles.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/allowed_run_make_makefiles.txt b/src/tools/tidy/src/allowed_run_make_makefiles.txt index f7ec7d0b3f6..51e379660a3 100644 --- a/src/tools/tidy/src/allowed_run_make_makefiles.txt +++ b/src/tools/tidy/src/allowed_run_make_makefiles.txt @@ -99,9 +99,7 @@ run-make/print-target-list/Makefile run-make/prune-link-args/Makefile run-make/raw-dylib-alt-calling-convention/Makefile run-make/raw-dylib-c/Makefile -run-make/raw-dylib-custom-dlltool/Makefile run-make/raw-dylib-import-name-type/Makefile -run-make/raw-dylib-inline-cross-dylib/Makefile run-make/raw-dylib-link-ordinal/Makefile run-make/raw-dylib-stdcall-ordinal/Makefile run-make/redundant-libs/Makefile |
