1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

tests/seq: fix ticket references of ignored tests

This commit is contained in:
Daniel Hofstetter 2024-12-07 17:04:05 +01:00
parent e654645974
commit 1f6f7fbe8c

View file

@ -710,7 +710,7 @@ fn test_format_option() {
} }
#[test] #[test]
#[ignore = "Need issue #6233 to be fixed"] #[ignore = "Need issue #2660 to be fixed"]
fn test_auto_precision() { fn test_auto_precision() {
new_ucmd!() new_ucmd!()
.args(&["1", "0x1p-1", "2"]) .args(&["1", "0x1p-1", "2"])
@ -719,7 +719,7 @@ fn test_auto_precision() {
} }
#[test] #[test]
#[ignore = "Need issue #6234 to be fixed"] #[ignore = "Need issue #3318 to be fixed"]
fn test_undefined() { fn test_undefined() {
new_ucmd!() new_ucmd!()
.args(&["1e-9223372036854775808"]) .args(&["1e-9223372036854775808"])