Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 922315

Summary: app-shells/zsh-5.9-r4 fails tests
Product: Gentoo Linux Reporter: Dustin Polke <DuPol>
Component: Current packagesAssignee: Matthias Maier <tamiko>
Status: UNCONFIRMED ---    
Severity: normal CC: DuPol, floppym
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info
Full build.log

Description Dustin Polke 2024-01-17 11:44:11 UTC
Created attachment 882474 [details]
emerge --info

Test ./D07multibyte.ztst failed: output differs from expected as shown above for:
  a=ténébreux
  for i in {1..9}; do
      print ${a[i]}
      for j in {$i..9}; do
          print $i $j ${a[i,j]} ${a[-j,-i]}
      done
  done
Was testing: Basic indexing with multibyte characters
./D07multibyte.ztst: test failed.


./V07pcre.ztst: starting.
Testing PCRE multibyte with locale en_US.UTF-8
--- /tmp/zsh.ztst.13877/ztst.out        2024-01-17 12:33:00.891615365 +0100
+++ /tmp/zsh.ztst.13877/ztst.tout       2024-01-17 12:33:00.894948729 +0100
@@ -1,2 +1,2 @@
-o→b
-→
+o�
+�
Test ./V07pcre.ztst failed: output differs from expected as shown above for:
  [[ 'foo→bar' =~ .([^[:ascii:]]). ]]
  print $MATCH
  print $match[1]
Was testing: Basic non-ASCII regexp matching
./V07pcre.ztst: test failed.
Comment 1 Dustin Polke 2024-01-17 11:44:37 UTC
Created attachment 882475 [details]
Full build.log