Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0018af

Browse filesBrowse files
committed
tests: Remove #[ignore] when possible
1 parent 6c437dc commit a0018af
Copy full SHA for a0018af

File tree

Expand file treeCollapse file tree

3 files changed

+1
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+1
-3
lines changed

‎tests/by-util/test_dd.rs

Copy file name to clipboardExpand all lines: tests/by-util/test_dd.rs
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,6 @@ fn test_ascii_521k_to_file() {
555555
);
556556
}
557557

558-
#[ignore]
559558
#[cfg(unix)]
560559
#[test]
561560
fn test_ascii_5_gibi_to_file() {

‎tests/by-util/test_ls.rs

Copy file name to clipboardExpand all lines: tests/by-util/test_ls.rs
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,6 @@ fn test_ls_long_ctime() {
18961896
}
18971897

18981898
#[test]
1899-
#[ignore]
19001899
fn test_ls_order_birthtime() {
19011900
let scene = TestScenario::new(util_name!());
19021901
let at = &scene.fixtures;

‎tests/by-util/test_seq.rs

Copy file name to clipboardExpand all lines: tests/by-util/test_seq.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ fn test_parse_out_of_bounds_exponents() {
943943
.stdout_only("-0\n1\n");
944944
}
945945

946-
#[ignore]
947946
#[test]
947+
#[should_panic]
948948
fn test_parse_valid_hexadecimal_float_format_issues() {
949949
// These tests detect differences in the representation of floating-point values with GNU seq.
950950
// There are two key areas to investigate:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.