walles / moar

Moar is a pager. It's designed to just do the right thing without any configuration.
Other
587 stars 17 forks source link

TestGetLines test fails in i686 #140

Closed icp1994 closed 12 months ago

icp1994 commented 1 year ago
=== RUN   TestGetLines
    reader_test.go:59: Testing file: ../sample-files/8-bit-color.txt...
    reader_test.go:59: Testing file: ../sample-files/compressed.txt.bz2...
    reader_test.go:59: Testing file: ../sample-files/compressed.txt.gz...
    reader_test.go:159: Not testing xz compressed file, xz not found in $PATH:  ../sample-files/compressed.txt.xz
    reader_test.go:59: Testing file: ../sample-files/dos.txt...
--- FAIL: TestGetLines (0.02s)
panic: runtime error: slice bounds out of range [:-2147483640] [recovered]
    panic: runtime error: slice bounds out of range [:-2147483640]

Full log of test run at https://github.com/void-linux/void-packages/actions/runs/5371471390/jobs/9744251742#step:7:1805