Skip to content

elixir-1.19.2: (exit) time out in test/elixir/test_helper.exs:111 #14889

@lanodan

Description

@lanodan

Elixir and Erlang/OTP versions

erlang-26.2.1-r1
elixir-1.19.2

Operating system

Gentoo Linux

Current behavior

==> elixir (ex_unit)
epmd -daemon
if [ "" = "Windows_NT" ]; then \
        cd lib/elixir && cmd //C call ../../bin/elixir.bat --sname primary -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \
else \
        cd lib/elixir && ../../bin/elixir --sname primary -r "test/elixir/test_helper.exs" -pr "test/elixir/**/"*_test.exs""; \
fi
** (exit) time out
    (stdlib 5.2) peer.erl:646: :peer.start_it/2
    test/elixir/test_helper.exs:111: (file)
make: *** [Makefile:289: test_stdlib] Error 1

Full log: elixir-1.19.2:20251103-180749.log

Expected behavior

Testsuite passes

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions