zsh-workers
 help / color / mirror / code / Atom feed
From: Clinton Bunch <cdb_zsh@zentaur.org>
To: "zsh-workers@zsh.org" <zsh-workers@zsh.org>
Subject: Test failures on Solaris 11.4 using Developer Studio C compiler
Date: Tue, 8 Nov 2022 22:07:18 -0600	[thread overview]
Message-ID: <327db82a-bff2-aec8-6acc-8b9866eb719d@zentaur.org> (raw)

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



                 reply	other threads:[~2022-11-09  4:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=327db82a-bff2-aec8-6acc-8b9866eb719d@zentaur.org \
    --to=cdb_zsh@zentaur.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).