1
Fork 0
rust/library/test/src
Dylan DPC 9e6873f788
Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum
Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0

Two locations check whether this build-time environment variable is defined. Allowing it to be explicitly disabled with a "0" value is useful, especially for integrating with external build systems.
2023-01-25 17:01:41 +05:30
..
formatters Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00
helpers Add IsTerminal trait to determine if a descriptor or handle is a terminal 2022-10-15 00:35:38 +01:00
stats mv std libs to library/ 2020-07-27 19:51:13 -05:00
term Remove various double spaces in source comments. 2023-01-14 17:22:04 +01:00
bench.rs Do not panic when a test function returns Result::Err. 2022-09-16 14:36:00 +00:00
cli.rs Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0 2023-01-12 05:36:04 -05:00
console.rs Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00
event.rs Do fewer passes and generally be more efficient when filtering tests 2022-10-27 21:34:56 -04:00
lib.rs Remove various double spaces in source comments. 2023-01-14 17:22:04 +01:00
options.rs libtest: run all tests in their own thread, if supported by the host 2022-10-28 12:26:09 +02:00
stats.rs Fix naming format of IEEE 754 standard 2022-09-11 04:13:33 +02:00
term.rs WinConsole::new is not actually fallible 2022-10-21 12:18:33 +02:00
test_result.rs Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00
tests.rs Create a hacky fail-fast mode that stops tests at the first failure 2022-12-01 20:29:18 +00:00
time.rs Fix uninlined_format_args in libtest 2022-12-19 08:58:40 +01:00
types.rs Fix a few clippy lints in libtest 2023-01-03 18:55:03 +00:00