..
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-12997-1.rs
Move tests
2023-05-08 17:58:01 -03:00
issue-12997-1.stderr
Move tests
2023-05-08 17:58:01 -03:00
issue-12997-2.rs
Move tests
2023-05-08 17:58:01 -03:00
issue-12997-2.stderr
Move tests
2023-05-08 17:58:01 -03: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-34932.rs
Move tests
2023-05-08 17:58:01 -03: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
issue-109816.rs
fix: ensure bad #[test] invocs retain correct AST
2023-04-07 14:32:55 +12:00
issue-109816.stderr
fix: ensure bad #[test] invocs retain correct AST
2023-04-07 14:32:55 +12:00
run-unexported-tests.rs
Move /src/test to /tests
2023-01-11 09:32:08 +00:00
test-attr-non-associated-functions.rs
fix: ensure bad #[test] invocs retain correct AST
2023-04-07 14:32:55 +12: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
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
Revert "Adjusting test to needs-unwind, with linking issue"
2023-05-26 15:08:36 +02:00
test-function-signature.rs
Add test for test function signature verification.
2023-06-07 00:04:04 +02: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
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
fix: ensure bad #[test] invocs retain correct AST
2023-04-07 14:32:55 +12:00
test-panic-abort-disabled.rs
mark relevant tests as requiring unwinding
2023-06-14 12:52:00 +02: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
add tests on running benchmarks with -Z panic-abort-tests
2023-05-26 14:59:14 +02:00
test-panic-abort.run.stdout
add tests on running benchmarks with -Z panic-abort-tests
2023-05-26 14:59:14 +02: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
remove needs-unwind attr for test with -Zpanic-abort-tests
2023-06-21 09:14:47 +02: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
libtest: Improve error when missing -Zunstable-options
2023-05-24 11:18:20 -05:00
tests-listing-format-json.rs
update tests for the test harness's json formatting
2023-04-21 15:34:38 +02: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
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