rust/tests/ui/linkage-attr
jyn f1e5b365f0 port tests/ui/linkage-attr/framework to run-make
this makes it much easier to understand test failures.

before:
```
diff of stderr:

1 error: linking with `LINKER` failed: exit status: 1
2    |
-            ld: Undefined symbols:
4              _CFRunLoopGetTypeID, referenced from:
5            clang: error: linker command failed with exit code 1 (use -v to see invocation)
```

after:
```
=== HAYSTACK ===
error: linking with `cc` failed: exit status: 1
  |
  = note: use `--verbose` to show all linker arguments
  = note: Undefined symbols for architecture arm64:
            "_CFRunLoopGetTypeID", referenced from:
                main::main::hbb553f5dda62d3ea in main.main.d17f5fbe6225cf88-cgu.0.rcgu.o
          ld: symbol(s) not found for architecture arm64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to 1 previous error

=== NEEDLE ===
_CFRunLoopGetTypeID\.?, referenced from:
thread 'main' panicked at /Users/jyn/git/rust-lang/rust/tests/run-make/linkage-attr-framework/rmake.rs:22:10:
needle was not found in haystack
```

this also fixes a failure related to missing whitespace; we don't actually care about whitespace in this test.
2024-10-27 21:23:28 -04:00
..
auxiliary Move tests 2024-04-07 17:38:07 -03:00
propagate-generic-issue-18804 Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
common-linkage-non-zero-init.rs Update test directives for wasm32-wasip1 2024-03-11 09:36:35 -07:00
common-linkage-non-zero-init.stderr Clarify FatalErrorHandler 2024-03-05 20:52:54 -08:00
incompatible-flavor.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
incompatible-flavor.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-10755.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-12133-1.rs Move tests 2024-04-07 17:38:07 -03:00
issue-12133-2.rs Move tests 2024-04-07 17:38:07 -03:00
issue-12133-3.rs Move tests 2024-04-07 17:38:07 -03:00
issue-109144.rs
issue-109144.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
kind-framework.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
kind-framework.stderr Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
link-attr-validation-early.rs
link-attr-validation-early.stderr
link-attr-validation-late.rs
link-attr-validation-late.stderr
link-cfg-works.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
link-self-contained-consistency.many.stderr add test for -Clink-self-contained consistency 2023-10-08 21:57:39 +00:00
link-self-contained-consistency.one.stderr add test for -Clink-self-contained consistency 2023-10-08 21:57:39 +00:00
link-self-contained-consistency.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
linkage1.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
linkage2.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
linkage2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
linkage3.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
linkage3.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
linkage4.rs
linkage4.stderr Bless tests 2024-01-13 12:46:58 -05:00
linkage-attr-does-not-panic-llvm-issue-33992.rs Make more of the test suite run on Mac Catalyst 2024-05-28 12:31:33 +02:00
linkage-attr-mutable-static.rs Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
linkage-attr-mutable-static.stderr Update tests for hidden references to mutable static 2024-09-13 14:10:56 +03:00
linkage-detect-extern-generated-name-collision.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
linkage-detect-extern-generated-name-collision.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
linkage-detect-local-generated-name-collision.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
linkage-detect-local-generated-name-collision.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
linkage-import.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
uikit-framework.rs Add test for linking to UIKit 2024-04-10 17:43:45 +02:00
unreferenced-used-static-issue-127052.rs unreferenced-used-static: run test everywhere 2024-06-29 13:02:59 +02:00
unstable-flavor.bpf.stderr
unstable-flavor.ptx.stderr
unstable-flavor.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00