[Pkg-zsh-devel] zsh ia64 test suite failure without test failure?

Daniel Shahaf danielsh at apache.org
Sun Jan 27 21:08:57 GMT 2019


Axel Beckert wrote on Sun, 27 Jan 2019 21:46 +0100:
> (I looked at the code of a bunch of .ztst files, but it isn't obvious
> for me, what triggers the "all tests successful".)

That message is printed by the test harness, not by the test files:

$ cd Test
$ grep -n 'all tests successful' * 
ztst.zsh:505:  ZTST_verbose 2 "ZTST_test: all tests successful"
ztst.zsh:562:  print "$ZTST_testname: all tests successful."
$ 

I expect it is printed when every test point in a test file has
succeeded.  (I'm not very familiar with the test harness.)

> Is this a bug in the upstream code, i.e. is there some statement to
> print the result missing in X04zlehighlight.ztst?
> 
> Or is it crashing that badly that the statement is not printed despite
> it was meant to be printed?

I expect it's the latter, which means there are likely two separate issues:

1. The test execution crashes somewhere around the "overlapping
   region_highlight with true-color" test point.  We have little
   information on the cause of this.

2. The test harness does not print the messages complementary to "Test
   successful" and "all tests successful" in this case.  (Bug in the
   test harness.)

Cheers,

Daniel



More information about the Pkg-zsh-devel mailing list