Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937369 - dev-lua/luasystem-0.4.2-r1 fails tests
Summary: dev-lua/luasystem-0.4.2-r1 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Conrad Kostecki
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-08-05 09:39 UTC by Agostino Sarubbo
Modified: 2024-08-05 09:39 UTC (History)
0 users

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


Attachments
build.log (build.log,91.79 KB, text/plain)
2024-08-05 09:39 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-08-05 09:39:35 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lua/luasystem-0.4.2-r1 fails tests.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-05 09:39:36 UTC
Created attachment 899075 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-05 09:39:37 UTC
Error(s) that match a know pattern:


 11 FAILED TESTS
[  FAILED  ] 11 tests, listed below:
[  FAILED  ] spec/04-term_spec.lua:178: Terminal: tcgetattr() gets the terminal flags #manual
[  FAILED  ] spec/04-term_spec.lua:178: Terminal: tcgetattr() gets the terminal flags #manual (0.12 ms)
[  FAILED  ] spec/04-term_spec.lua:222: Terminal: tcsetattr() sets the terminal flags, if called with flags #manual
[  FAILED  ] spec/04-term_spec.lua:222: Terminal: tcsetattr() sets the terminal flags, if called with flags #manual (0.05 ms)
[  FAILED  ] spec/04-term_spec.lua:284: Terminal: tcsetattr() returns an error if called with an invalid third argument #manual
[  FAILED  ] spec/04-term_spec.lua:284: Terminal: tcsetattr() returns an error if called with an invalid third argument #manual (0.09 ms)
[  FAILED  ] spec/04-term_spec.lua:291: Terminal: tcsetattr() returns an error if iflag is not a bitflags object #manual
[  FAILED  ] spec/04-term_spec.lua:291: Terminal: tcsetattr() returns an error if iflag is not a bitflags object #manual (0.04 ms)
[  FAILED  ] spec/04-term_spec.lua:300: Terminal: tcsetattr() returns an error if oflag is not a bitflags object #manual
[  FAILED  ] spec/04-term_spec.lua:300: Terminal: tcsetattr() returns an error if oflag is not a bitflags object #manual (0.04 ms)
[  FAILED  ] spec/04-term_spec.lua:309: Terminal: tcsetattr() returns an error if lflag is not a bitflags object #manual
[  FAILED  ] spec/04-term_spec.lua:309: Terminal: tcsetattr() returns an error if lflag is not a bitflags object #manual (0.20 ms)
[  FAILED  ] spec/04-term_spec.lua:501: Terminal: termsize() #manual gets the terminal size
[  FAILED  ] spec/04-term_spec.lua:501: Terminal: termsize() #manual gets the terminal size (0.24 ms)
[  FAILED  ] spec/04-term_spec.lua:57: Terminal: isatty() returns true for all if a terminal #manual
[  FAILED  ] spec/04-term_spec.lua:57: Terminal: isatty() returns true for all if a terminal #manual (7.11 ms)
[  FAILED  ] spec/04-term_spec.lua:69: Terminal: isatty() returns false for stdin if not a terminal #manual
[  FAILED  ] spec/04-term_spec.lua:69: Terminal: isatty() returns false for stdin if not a terminal #manual (7.13 ms)
[  FAILED  ] spec/04-term_spec.lua:81: Terminal: isatty() returns false for stdout if not a terminal #manual
[  FAILED  ] spec/04-term_spec.lua:81: Terminal: isatty() returns false for stdout if not a terminal #manual (6.70 ms)
[  FAILED  ] spec/04-term_spec.lua:93: Terminal: isatty() returns false for stderr if not a terminal #manual
[  FAILED  ] spec/04-term_spec.lua:93: Terminal: isatty() returns false for stderr if not a terminal #manual (7.46 ms)