[erlang-patches] [patch] new float_to_list/2
Serge Aleynikov
serge@REDACTED
Thu May 24 16:02:32 CEST 2012
Henrik,
Fetch: git fetch https://github.com/saleyn/otp/tree/float_to_list_2
Diff: https://github.com/saleyn/otp/compare/float_to_list_2
I added the definition for the new BIF to make the type checker happy:
https://github.com/saleyn/otp/commit/f9ddbeda5426ca83cda03c06a9860220ea4a22c7
Once you do the "otp_build tests", how do you execute all tests suites
in $ERL_TOP or if possible only tests in a given SUITE? I tried the
following but all tests fail:
[otp/erts/emulator/test]$ ../../../bin/erl -noshell -s test_server_ctrl
run_test DIR "." -s erlang halt
I did however run individual tests in bif_SUIT:types to make sure my
patch didn't break anything.
Serge
On 5/24/2012 5:17 AM, Henrik Nord wrote:
>
> Hi again.
>
>
> This test is not passing: emulator/bif_SUIT:types
>
> No type information:
>
> [{erlang,float_to_list,2}]
>
>
>
> On 04/21/2012 07:19 AM, Serge Aleynikov wrote:
>> git fetch https://github.com/saleyn/otp/tree/float_to_list_2
>
More information about the erlang-patches
mailing list