Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Y01 Test Failure on Arch



> 2021/04/05 23:58, Marlon Richert <marlon.richert@xxxxxxxxx> wrote:
> 
> On Sun, Apr 4, 2021 at 8:02 PM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>> Marlon, the failure is due to workers/48214, which is yours.  Thoughts?
> 
> My original patch included the necessary changes to `comptest` to make
> the tests work correctly. See
> https://www.zsh.org/mla/workers/2021/msg00427.html (relevant part
> included below). However, when I now do `git show
> 07a30613f0b0a5b782d30dbeb46df8382f8a4e2a`, it appears that Oliver left
> those out of the actual commit.

Aha!
It was a mystery for me how you could run Y01 successfully.
Sorry for not going back to your original post.
I believe Oliver was just too busy when committing the patch.

But the test still fails as follows:

--- /tmp/zsh.ztst.34237/ztst.out	2021-04-06 13:06:20.000000000 +0900
+++ /tmp/zsh.ztst.34237/ztst.tout	2021-04-06 13:06:20.000000000 +0900
@@ -8,9 +8,9 @@
 NO:{dir1 dir2 file1 file2}
 DESCRIPTION:{original}
 NO:{*}
-line: {: dir1/}{}
 line: {: dir2/}{}
 line: {: file1 }{}
 line: {: file2 }{}
 line: {: dir1 dir2 file1 file2 }{}
 line: {: *}{}
+line: {: dir1/}{}
Test ./Y01completion.ztst failed: output differs from expected as shown above for:
  comptest $': *\t\t\t\t\t\t\t'
Was testing: _expand shows file types
./Y01completion.ztst: test failed.

Can you reproduce this?
Is it OK to replace "comptest $': *\t\t\t\t\t\t\t'" by "comptest $': *\t'"
as in my patch in workers/48363⁩?



Messages sorted by: Reverse Date, Date, Thread, Author