rust/tests/ui/test-attrs
Matthias Krüger 5d3f460708
Rollup merge of #109301 - Ezrashaw:fix-ctf-ice, r=Nilstrieb
fix: fix ICE in `custom-test-frameworks` feature

Fixes #107454

Simple fix to emit error instead of ICEing. At some point, all the code in `tests.rs` should be refactored, there is a bit of duplication (this PR's code is repeated five times over lol).

r? `@Nilstrieb` (active on the linked issue?)
2023-03-20 07:10:31 +01:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
custom-test-frameworks fix: fix ICE in custom-test-frameworks feature 2023-03-19 22:11:17 +13:00
decl-macro-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inaccessible-test-modules.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
inaccessible-test-modules.stderr Fix use suggestion span 2023-01-17 03:06:38 +00:00
issue-16597-empty.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-16597.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-20823.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-36768.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-52557.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
issue-53675-a-test-called-panic.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
run-unexported-tests.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-attr-non-associated-functions.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-attr-non-associated-functions.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-cant-be-shadowed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-filter-multiple.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-filter-multiple.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-fn-signature-verification-for-explicit-return-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-main-not-dead-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-main-not-dead.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-on-not-fn.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-on-not-fn.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort-disabled.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort-disabled.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort-nocapture.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort-nocapture.run.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort-nocapture.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-abort.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-panic-while-printing.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-passed-wasm.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-passed-wasm.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-passed.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-passed.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-runner-hides-buried-main.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-runner-hides-main.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-runner-hides-start.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-should-fail-good-message.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-should-panic-attr.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-should-panic-attr.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-thread-capture.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-thread-capture.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-thread-nocapture.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-thread-nocapture.run.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-thread-nocapture.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-type.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-type.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-vs-cfg-test.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-warns-dead-code.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-warns-dead-code.stderr Move /src/test to /tests 2023-01-11 09:32:08 +00:00
tests-listing-format-default.rs Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-default.run.stdout Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-json-without-unstableopts.rs Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-json-without-unstableopts.run.stderr Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-json.rs Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-json.run.stdout Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-terse.rs Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
tests-listing-format-terse.run.stdout Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00