Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922315 - app-shells/zsh-5.9-r4 fails tests
Summary: app-shells/zsh-5.9-r4 fails tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Matthias Maier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-17 11:44 UTC by Dustin Polke
Modified: 2024-01-17 19:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge--info.txt,22.17 KB, text/plain)
2024-01-17 11:44 UTC, Dustin Polke
Details
Full build.log (build.log,139.13 KB, text/plain)
2024-01-17 11:44 UTC, Dustin Polke
Details

Note You need to log in before you can comment on or make changes to this bug.
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