tsort.log (failed) - last updated 2025-09-13
test link: tests/misc/tsort.plFAIL: tests/misc/tsort
======================
tsort (uutils coreutils) 0.2.2
cycle-1...
tsort.pl: test cycle-1: stdout mismatch, comparing cycle-1.1 (expected) and cycle-1.O (actual)
--- cycle-1.1 2025-09-13 16:24:44.895379964 +0000
+++ cycle-1.O 2025-09-13 16:24:44.898379995 +0000
@@ -1,3 +1,3 @@
-s
t
b
+s
cycle-2...
tsort.pl: test cycle-2: stdout mismatch, comparing cycle-2.1 (expected) and cycle-2.O (actual)
--- cycle-2.1 2025-09-13 16:24:44.901380026 +0000
+++ cycle-2.O 2025-09-13 16:24:44.903380047 +0000
@@ -1,3 +1,3 @@
-s
t
x
+s
posix-1...
posix-2...
linear-1...
tree-1...
tsort.pl: test tree-1: stdout mismatch, comparing tree-1.2 (expected) and tree-1.O (actual)
--- tree-1.2 2025-09-13 16:24:44.916380181 +0000
+++ tree-1.O 2025-09-13 16:24:44.918380201 +0000
@@ -1,10 +1,10 @@
a
b
c
-x
d
-y
+x
e
-z
+y
f
+z
g
tree-2...
tsort.pl: test tree-2: stdout mismatch, comparing tree-2.2 (expected) and tree-2.O (actual)
--- tree-2.2 2025-09-13 16:24:44.921380232 +0000
+++ tree-2.O 2025-09-13 16:24:44.924380263 +0000
@@ -1,13 +1,13 @@
a
b
c
-x
d
-y
+x
e
-z
+y
f
-r
+z
g
+r
s
t
odd...
only-one...
tsort.pl: test only-one: stderr mismatch, comparing only-one.1 (expected) and only-one.E (actual)
--- only-one.1 2025-09-13 16:24:44.930380325 +0000
+++ only-one.E 2025-09-13 16:24:44.933380356 +0000
@@ -1,4 +1,4 @@
-tsort: error: unexpected argument 'g' found
+error: unexpected argument 'g' found
Usage: tsort [OPTIONS] FILE
FAIL tests/misc/tsort.pl (exit status: 1)