[erlang-patches] [patch] new float_to_list/2

Henrik Nord henrik@REDACTED
Fri May 25 12:23:29 CEST 2012


Hi

Have you consulted the wiki @github?
https://github.com/erlang/otp/wiki/Running-tests

To run all test suites do

ts:run().

application:

ts:run(Application, [batch]).

Suite:

ts:run(emulator, bif_SUITE, [batch]).


I refetched your branch

Thank you for the contribution!

On 05/24/2012 04:02 PM, Serge Aleynikov wrote:
> 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

-- 
/Henrik Nord Erlang/OTP




More information about the erlang-patches mailing list