mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests/seq: fix ticket references of ignored tests
This commit is contained in:
parent
e654645974
commit
1f6f7fbe8c
1 changed files with 2 additions and 2 deletions
|
@ -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"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue