Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Not readable test files with erlang 18 #5

Open
Irkenev opened this issue Dec 15, 2016 · 0 comments
Open

Not readable test files with erlang 18 #5

Irkenev opened this issue Dec 15, 2016 · 0 comments

Comments

@Irkenev
Copy link
Contributor

Irkenev commented Dec 15, 2016

While trying to read the test bert files with Erlang/OTP 18 [erts-7.3.1.2] [64-bit] using the following code:

{ok, Content} = file:read_file(FileName),
io:format("~p~n", [binary_to_term(Content)]).

I experience failures in case of bin.bert, long_bin.bert, large_bignum.bert, atom.bert, list.bert, big_int.bert, long_list.bert and long_string.bert.

@Irkenev Irkenev changed the title Test files are not readable with erlang 18 Not readable test files with erlang 18 Dec 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant