tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
228 stars 42 forks source link

check fails on WSL Debian GNU/Linux 10 #93

Open polluks opened 4 months ago

polluks commented 4 months ago

ls-F built-in command

135: ls-F                                            FAILED (ls-F.at:36)
136: ls-F color CLICOLOR_FORCE                       FAILED (ls-F.at:93)
137: ls-F color LSCOLORS                             FAILED (ls-F.at:123)
138: ls-F color LS_COLORS                            FAILED (ls-F.at:286)
suominen commented 3 months ago

Doesn't the test suite provide more information when a test fails? As it is, your report does not provide sufficient information to suggest a fix.

polluks commented 3 months ago

## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##

#                             -*- compilation -*-
135. ls-F.at:33: testing ls-F ...
./ls-F.at:36: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/135/stderr      2024-03-11 10:09:52.391108000 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/135/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:36: exit code was 127, expected 0
135. ls-F.at:33: 135. ls-F (ls-F.at:33): FAILED (ls-F.at:36)

#                             -*- compilation -*-
136. ls-F.at:90: testing ls-F color CLICOLOR_FORCE ...
./ls-F.at:93: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/136/stderr      2024-03-11 10:09:52.475748200 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/136/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:93: exit code was 127, expected 0
136. ls-F.at:90: 136. ls-F color CLICOLOR_FORCE (ls-F.at:90): FAILED (ls-F.at:93)

#                             -*- compilation -*-
137. ls-F.at:120: testing ls-F color LSCOLORS ...
./ls-F.at:123: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/137/stderr      2024-03-11 10:09:52.602183100 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/137/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:123: exit code was 127, expected 0
137. ls-F.at:120: 137. ls-F color LSCOLORS (ls-F.at:120): FAILED (ls-F.at:123)

#                             -*- compilation -*-
138. ls-F.at:283: testing ls-F color LS_COLORS ...
./ls-F.at:286: create_ls_DIR
--- /dev/null   2024-03-11 10:09:15.641251400 +0100
+++ /home/stefan/g/tcsh/testsuite.dir/at-groups/138/stderr      2024-03-11 10:09:52.717820000 +0100
@@ -0,0 +1 @@
+/home/stefan/g/tcsh/testsuite.dir/at-groups/138/test-source: line 13: create_ls_DIR: command not found
./ls-F.at:286: exit code was 127, expected 0
138. ls-F.at:283: 138. ls-F color LS_COLORS (ls-F.at:283): FAILED (ls-F.at:286)