Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 937369 - dev-lua/luasystem-0.4.5 fails tests
Summary: dev-lua/luasystem-0.4.5 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Conrad Kostecki
URL: https://github.com/lunarmodules/luasy...
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: 936320
  Show dependency tree
 
Reported: 2024-08-05 09:39 UTC by Agostino Sarubbo
Modified: 2024-12-23 20:01 UTC (History)
1 user (show)

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)
Comment 3 Larry the Git Cow gentoo-dev 2024-12-23 20:01:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=986b69751fe822000baaefad4773eb47c6a9f04f

commit 986b69751fe822000baaefad4773eb47c6a9f04f
Author:     Conrad Kostecki <conikost@gentoo.org>
AuthorDate: 2024-12-23 19:59:20 +0000
Commit:     Conrad Kostecki <conikost@gentoo.org>
CommitDate: 2024-12-23 19:59:20 +0000

    dev-lua/luasystem: skip manual tests
    
    All manual tests need to be skipped, as they are not made for automated
    tests like executed during emerge.
    
    Closes: https://bugs.gentoo.org/937369
    Signed-off-by: Conrad Kostecki <conikost@gentoo.org>

 dev-lua/luasystem/luasystem-0.4.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)