rust/tests/ui/test-attrs
Alex Crichton cf6d6050f7 Update test directives for `wasm32-wasip1`
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
2024-03-11 09:36:35 -07:00
..
auxiliary
custom-test-frameworks [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
decl-macro-test.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
inaccessible-test-modules.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
inaccessible-test-modules.stderr
issue-12997-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-12997-1.stderr
issue-12997-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-12997-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
issue-16597-empty.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-16597.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-20823.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-34932.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-36768.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-52557.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-53675-a-test-called-panic.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-109816.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
issue-109816.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
run-unexported-tests.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
terse.rs libtest: Print the names of failed tests eagerly 2024-03-04 21:45:41 -05:00
terse.run.stdout libtest: Print the names of failed tests eagerly 2024-03-04 21:45:41 -05:00
test-attr-non-associated-functions.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-attr-non-associated-functions.stderr
test-cant-be-shadowed.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-filter-multiple.rs compiletest: Add a `//@ needs-threads` directive 2024-03-06 12:35:07 -08:00
test-filter-multiple.run.stdout
test-fn-signature-verification-for-explicit-return-type.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-function-signature.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-function-signature.stderr
test-main-not-dead-attr.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-main-not-dead.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-on-not-fn.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-on-not-fn.stderr
test-panic-abort-disabled.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-panic-abort-disabled.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
test-panic-abort-nocapture.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-panic-abort-nocapture.run.stderr Ignore test-panic-abort tests on Android 2024-02-01 16:51:07 -08:00
test-panic-abort-nocapture.run.stdout
test-panic-abort.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-panic-abort.run.stdout Ignore test-panic-abort tests on Android 2024-02-01 16:51:07 -08:00
test-panic-while-printing.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-passed.rs Update test directives for `wasm32-wasip1` 2024-03-11 09:36:35 -07:00
test-passed.run.stdout
test-runner-hides-buried-main.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-runner-hides-main.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-runner-hides-start.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-should-fail-good-message.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-should-panic-attr.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-should-panic-attr.stderr
test-thread-capture.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-thread-capture.run.stdout
test-thread-nocapture.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-thread-nocapture.run.stderr
test-thread-nocapture.run.stdout
test-type.rs compiletest: Add a `//@ needs-threads` directive 2024-03-06 12:35:07 -08:00
test-type.run.stdout
test-vs-cfg-test.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-warns-dead-code.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
test-warns-dead-code.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
tests-listing-format-default.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tests-listing-format-default.run.stdout
tests-listing-format-json-without-unstableopts.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tests-listing-format-json-without-unstableopts.run.stderr
tests-listing-format-json.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tests-listing-format-json.run.stdout
tests-listing-format-terse.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
tests-listing-format-terse.run.stdout