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

Bug 677222

Summary: dev-lang/elixir-1.4.5: fails 144 tests on ppc
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: Mikhail S. Pobolovets <styx.mp>
Status: RESOLVED OBSOLETE    
Severity: normal CC: proxy-maint, slyfox
Priority: Normal Keywords: TESTFAILURE
Version: unspecified   
Hardware: PPC   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info
build.log (1.8.1, ppc)

Description ernsteiswuerfel archtester 2019-02-03 18:29:15 UTC
Created attachment 563686 [details]
build.log

# emerge -pqv erlang
[ebuild   R   ] dev-lang/erlang-21.1.1  USE="hipe kpoll ssl systemd wxwidgets -doc -emacs (-java) -libressl -odbc -pgo -sctp -tk"

[...]
Finished in 17.1 seconds (8.2s on load, 8.8s on tests)
3450 tests, 144 failures, 7 invalid

Randomized with seed 90163
make: *** [Makefile:209: test_stdlib] Error 1
Comment 1 ernsteiswuerfel archtester 2019-02-03 18:30:45 UTC
Created attachment 563688 [details]
emerge --info
Comment 2 ernsteiswuerfel archtester 2019-10-31 16:54:37 UTC
Created attachment 594678 [details]
build.log (1.8.1, ppc)

Still fails tests on ppc, but 1.8.1 looks a lot better:

[...]
Finished in 26.7 seconds (12.6s on load, 14.1s on tests)
1460 doctests, 3096 tests, 6 failures, 7 excluded, 15 invalid
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-05-10 08:37:41 UTC
Does it still fail on modern elixir? I somehow stabilized newer version without noticing test failures.
Comment 4 ernsteiswuerfel archtester 2020-05-11 10:38:34 UTC
(In reply to Sergei Trofimovich from comment #3)
> Does it still fail on modern elixir? I somehow stabilized newer version
> without noticing test failures.
Just did a testrun with current elixir-1.10.2 and current toolchain on ppc. All tests pass, just 2 skips.
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2020-05-11 18:00:18 UTC
Woohoo! Thank you!