34 lines
1.3 KiB
TOML
34 lines
1.3 KiB
TOML
[package]
|
|
summary = "coreutils ~ GNU coreutils reimplementation in Rust"
|
|
|
|
[tests]
|
|
comments = [
|
|
"--test-threads 1: tests fail with permission denied error if run with too many threads",
|
|
"test_df: needs an actual filesystem to test",
|
|
"test_du: expected sublink/symlink in output",
|
|
"test_ls: need block/char device",
|
|
"test_seq: tolerances too tight",
|
|
]
|
|
skip = [
|
|
"test_df::test_file_column_width_if_filename_contains_unicode_chars",
|
|
"test_df::test_nonexistent_file",
|
|
"test_df::test_output_file_specific_files",
|
|
"test_df::test_output_mp_repeat",
|
|
"test_df::test_output_option_without_equals_sign",
|
|
"test_df::test_total_label_in_correct_column",
|
|
"test_df::test_type_option_with_file",
|
|
"test_du::test_du_dereference_args",
|
|
"test_du::test_du_no_dereference",
|
|
"test_ls::test_device_number",
|
|
"test_seq::test_count_down_floats",
|
|
"test_seq::test_float_precision_increment",
|
|
"test_seq::test_inf_width",
|
|
"test_seq::test_neg_inf_width",
|
|
"test_seq::test_separator_and_terminator_floats",
|
|
"test_seq::test_width_decimal_scientific_notation_increment",
|
|
"test_seq::test_width_decimal_scientific_notation_trailing_zeros_end",
|
|
"test_seq::test_width_decimal_scientific_notation_trailing_zeros_increment",
|
|
"test_seq::test_width_floats",
|
|
"test_seq::test_width_negative_zero_decimal_notation",
|
|
"test_seq::test_width_negative_zero_scientific_notation",
|
|
]
|