mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
tests/seq: fix ticket references of ignored tests
This commit is contained in:
@@ -710,7 +710,7 @@ fn test_format_option() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "Need issue #6233 to be fixed"]
|
||||
#[ignore = "Need issue #2660 to be fixed"]
|
||||
fn test_auto_precision() {
|
||||
new_ucmd!()
|
||||
.args(&["1", "0x1p-1", "2"])
|
||||
@@ -719,7 +719,7 @@ fn test_auto_precision() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore = "Need issue #6234 to be fixed"]
|
||||
#[ignore = "Need issue #3318 to be fixed"]
|
||||
fn test_undefined() {
|
||||
new_ucmd!()
|
||||
.args(&["1e-9223372036854775808"])
|
||||
|
||||
Reference in New Issue
Block a user