Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test failures on Solaris 11.4 using Developer Studio C compiler
- X-seq: zsh-workers 50920
- From: Clinton Bunch <cdb_zsh@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Test failures on Solaris 11.4 using Developer Studio C compiler
- Date: Tue, 8 Nov 2022 22:07:18 -0600
- Archived-at: <https://zsh.org/workers/50920>
- List-id: <zsh-workers.zsh.org>
Specifically B03,W02,W03,X04
Also compile warnings listed after test output
./B03print.ztst: starting.
--- /tmp/zsh.ztst.8852/ztst.out 2022-11-08 21:57:30.268777369 +0000
+++ /tmp/zsh.ztst.8852/ztst.tout 2022-11-08 21:57:30.272917529 +0000
@@ -1,6 +1,6 @@
one two three four
one two three four
- one two three fourZ
+ one two three four
one two three four
one two three four
- one two three fourZ
+ one two three four
Test ./B03print.ztst failed: output differs from expected as shown above
for:
foo=$'one\ttwo\tthree\tfour\n'
foo+=$'\tone\ttwo\tthree\tfour\n'
foo+=$'\t\tone\t\ttwo\t\tthree\t\tfour'
foo+='\0' # regression test for multibyte tab expand
print -x4 $foo | tr '\0' Z # avoid raw nul byte in expected output below
print -X4 $foo | tr '\0' Z
Was testing: Tab expansion by print
./B03print.ztst: test failed.
./W02jobs.ztst: starting.
Pattern match failed, line mismatch (2/1):
<\[1] [0-9]##
<\[1] + done[[:space:]]##:
>
Test ./W02jobs.ztst failed: output differs from expected as shown above for:
zpty_start
zpty_input 'setopt no_long_list_jobs'
zpty_input ': &'
zpty_input 'wait'
zpty_stop
Was testing: job notification with no_long_list_jobs
./W02jobs.ztst: test failed.
./W03jobparameters.ztst: starting.
Pattern match failed, line mismatch (4/1):
<\[1] [0-9]##
<running:+:*=running
<running:+:*=running
<zsh:*SIGHUPed*
>
Test ./W03jobparameters.ztst failed: output differs from expected as
shown above for:
zpty_start
zpty_input "MODULE_PATH=${(q)MODULE_PATH}"
zpty_input 'sleep 3 &'
zpty_input 'print $jobstates'
zpty_input '(print $jobstates)'
zpty_input 'jobs -s'
zpty_stop
Was testing: $jobstate for running job in main shell and subshell
./W03jobparameters.ztst: test failed.
./X04zlehighlight.ztst: starting.
--- /tmp/zsh.ztst.16192/ztst.out 2022-11-08 21:58:13.097602634 +0000
+++ /tmp/zsh.ztst.16192/ztst.tout 2022-11-08 21:58:13.097806868 +0000
@@ -1 +0,0 @@
-0m27m24mtr7mu27me word2 word3
Test ./X04zlehighlight.ztst failed: output differs from expected as
shown above for:
zpty_start
zpty_input 'rh_widget() { BUFFER="true word2 word3";
region_highlight+=( "0 4 fg=196" ); rh2; }'
zpty_input 'rh2() { region_highlight=( "2 3 standout" ); };' # note
the =, not +=
zpty_input 'zle -N rh_widget'
zpty_input 'bindkey "\C-a" rh_widget'
zpty_enable_zle
zpty_input $'\C-a' # emits newline, which executes BUFFER="true" command
zpty_line 1 p # the line of interest, preserving escapes ("p")
zpty_stop
Was testing: region highlight - standout overlapping on other
region_highlight entry
./X04zlehighlight.ztst: test failed.
"zutil.c", line 760: warning: implicit function declaration: set_list_array
"zftp.c", line 1835: warning: implicit function declaration: tcp_socket
"zftp.c", line 1835: warning: improper pointer/integer combination: op "="
"zftp.c", line 1839: warning: implicit function declaration: tcp_close
"zftp.c", line 1865: warning: implicit function declaration: tcp_connect
Messages sorted by:
Reverse Date,
Date,
Thread,
Author