os-rust/tests/ui/test-attrs
jyn 8bfe9dbae2 libtest: Print the names of failed tests eagerly
Previously, libtest would wait until all tests finished running to print the progress, which made it
annoying to run many tests at once (since you don't know which have failed). Change it to print the
names as soon as they fail.

This also adds a test for the terse output; previously it was untested.
2024-03-04 21:45:41 -05:00
..
auxiliary Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Fix use suggestion span 2023-01-17 03:06:38 +00:00
issue-12997-1.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
issue-12997-1.stderr Move tests 2023-05-08 17:58:01 -03:00
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 fix: ensure bad #[test] invocs retain correct AST 2023-04-07 14:32:55 +12:00
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 [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +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 [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 Add test for test function signature verification. 2023-06-07 00:04:04 +02:00
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 fix: ensure bad #[test] invocs retain correct AST 2023-04-07 14:32:55 +12:00
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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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-wasm.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
test-passed-wasm.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-passed.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +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 [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 Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Change default panic handler message format. 2023-07-29 11:42:50 +02:00
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 Change default panic handler message format. 2023-07-29 11:42:50 +02:00
test-thread-nocapture.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
test-type.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
test-type.run.stdout Move /src/test to /tests 2023-01-11 09:32:08 +00:00
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 Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00
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 libtest: Improve error when missing -Zunstable-options 2023-05-24 11:18:20 -05:00
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 bless line changes in tests-listing-format-json.run.stdout 2023-04-28 09:22:29 -07:00
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 Implementing "<test_binary> --list --format json" #107307 #49359 2023-03-15 14:20:20 -04:00