I am able to build Erlang from source, and also ran the tests shipped with the source followed the instructions documented at https://github.com/erlang/otp/wiki/Running-tests. I am seeing about 900 failures out of a total of 11000 test cases, however, the failures are not very appealing to me in terms of:
- Is there a nightly build for Erlang/OTP showing the success rate?
- Are they expected to fail on this platform (in my case, it's x86 linux)?
- If they are not known issues, how can I find out if there are pull requests or bug reports associated to them?
Thanks!