rust/src/test/run-make
bors cedd26b1ea Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiser
Stabilize raw-dylib for non-x86

This stabilizes the `raw-dylib` and `link_ordinal` features (#58713) for non-x86 architectures (i.e., `x86_64`, `aarch64` and `thumbv7a`):
* Marked the `raw_dylib` feature as `active`.
* Marked the `link_ordinal` attribute as `ungated`.
* Added new errors if either feature is used on x86 targets without the `raw_dylib` feature being enabled.
* Updated tests to only set the `raw_dylib` feature when building for x86.
2022-09-10 04:14:34 +00:00
..
const_fn_mir Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
coverage Fix a bunch of typo 2022-08-31 18:24:55 +08:00
coverage-llvmir Fix coverage-llvmir test on Windows 2022-08-09 12:39:59 +02:00
coverage-reports Fix a bunch of typo 2022-08-31 18:24:55 +08:00
dep-graph Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
emit-named-files Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
emit-path-unhashed Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
emit-shared-files Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
env-dep-info Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
export-executable-symbols Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
fmt-write-bloat Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
incr-foreign-head-span Don't use guess_head_span in predicates_of for foreign span 2021-08-27 23:19:49 -05:00
incr-prev-body-beyond-eof test: run-make: skip tests on unsupported platforms 2021-03-28 16:50:56 +01:00
incremental-session-fail Fix incremental-session-fail to work when run as root. 2021-05-29 08:54:51 -07:00
invalid-so Improve error when an .rlib can't be parsed 2021-11-07 15:03:40 +00:00
issue-10971-temps-dir Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
issue-36710 Add -Zunstable-options instead of feature 2021-10-28 23:38:21 +02:00
issue-47384 Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
issue-71519 ignore -Zgcc-ld=lld test on msvc 2022-09-07 14:51:54 +02:00
issue-83112-incr-test-moved-file test: run-make: skip tests on unsupported platforms 2021-03-28 16:50:56 +01:00
issue-85019-moved-src-dir Add --target flag to issue-85019-moved-src-dir 2021-08-15 17:37:26 -05:00
issue-85401-static-mir Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
issue-85441 Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
issue-88756-default-output Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
issue-96498 Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
libtest-thread-limit Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
llvm-outputs Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
native-link-modifier-bundle Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
native-link-modifier-whole-archive Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
pass-linker-flags Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
pass-linker-flags-from-dep Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
raw-dylib-alt-calling-convention Stabilze raw-dylib for non-x86 2022-09-09 15:38:15 -07:00
raw-dylib-c Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
raw-dylib-import-name-type Implementation of import_name_type 2022-08-26 09:15:35 -07:00
raw-dylib-link-ordinal Stabilze raw-dylib for non-x86 2022-09-09 15:38:15 -07:00
raw-dylib-stdcall-ordinal Stabilze raw-dylib for non-x86 2022-09-09 15:38:15 -07:00
remap-path-prefix-dwarf Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustc-macro-dep-files Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-invalid-expr Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-multiple Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-ordering Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-remap Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-test Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-scrape-examples-whitespace Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-with-out-dir-option Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-with-output-option Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
rustdoc-with-short-out-dir-option Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
static-pie Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
thumb-none-cortex-m Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
thumb-none-qemu Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
track-path-dep-info Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
track-pgo-dep-info Track PGO profiles in depinfo 2022-08-29 10:56:56 +02:00
translation Fix tests 2022-08-12 22:26:08 +02:00
unstable-flag-required Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-abi Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-custom-section Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-custom-sections-opt Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-export-all-symbols Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-import-module Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-panic-small Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-spurious-import Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-stringify-ints-small Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-symbols-different-module Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-symbols-not-exported Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
wasm-symbols-not-imported Diagnose missing includes in run-make tests 2022-08-23 10:06:06 +02:00
x86_64-fortanix-unknown-sgx-lvi Fix a bunch of typo 2022-08-31 18:24:55 +08:00
git_clone_sha1.sh Remove licenses 2018-12-25 21:08:33 -07:00