Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-05 | Spec corrections | Ingela Anderton Andin | |
2011-05-04 | Merge branch 'ia/ssl/dialyzer-socket-options-spec' into dev | Ingela Anderton Andin | |
* ia/ssl/dialyzer-socket-options-spec: Dialyzer spec fix | |||
2011-05-04 | Dialyzer spec fix | Ingela Anderton Andin | |
2011-05-03 | Merge branch 'ta/unicode-non-chars' into dev | Henrik Nord | |
* ta/unicode-non-chars: unicode: document 16#FFFE and 16#FFFF (non chars) OTP-9256 | |||
2011-05-03 | Merge branch 'mh/inhibit-newline-inside-typespec' into dev | Henrik Nord | |
* mh/inhibit-newline-inside-typespec: Inhibit electric newline after "->" when inside a type spec OTP-9255 | |||
2011-05-03 | Merge branch 'ia/ssl/dialyzer-iodata' into dev | Ingela Anderton Andin | |
* ia/ssl/dialyzer-iodata: Changed iolist() to iodata() | |||
2011-05-02 | Merge branch 'ta/driver_entry-typo' into dev | Henrik Nord | |
* ta/driver_entry-typo: driver_entry: Remove gratuitous paren and fix typo OTP-9254 | |||
2011-04-29 | Merge branch 'ks/prim_file-fixes' into dev | Henrik Nord | |
* ks/prim_file-fixes: add prim_file.beam Driver names should be strings, not atoms Cleanup and cosmetic changes OTP-9253 | |||
2011-04-29 | Merge branch 'ms/erl_interface-compile-error' into dev | Henrik Nord | |
* ms/erl_interface-compile-error: erl_interface: fix compile error OTP-9252 | |||
2011-04-29 | Merge branch 'ms/unsigned-integer-overflow-in-error' into dev | Henrik Nord | |
* ms/unsigned-integer-overflow-in-error: Unsigned integer may overflow in error message OTP-9251 | |||
2011-04-29 | Changed iolist() to iodata() | Ingela Anderton Andin | |
ssl:send/2 takes iodata() as a second argument. erlang:iolist_to_binary should really be called erlang:iodata_to_binary which caused the mismatch in the first place. | |||
2011-04-28 | Merge branch 'peppe/common_test/r14b03_tickets' into dev | Peter Andersson | |
* peppe/common_test/r14b03_tickets: Have test_server locate the source code file for a test suite module if it's not in the same directory as the beam file. Fix error in vts mode, making it impossible to execute suites with test case groups. Fix problem with merging ticket branch. Fix problems with timetrap handling in common_test: 1. ct:timetrap(infinity) not supported. 2. Previous set timetrap for a test case is not cancelled by new one. Document the new init_per_testcase return value. Make it possible to fail test case by returning {fail,Reason} from init_per_testcase. Fix problem with merging a ticket branch. Fix issues related to test case groups: 1. Allow empty group to be specified without generating an error. 2. Sort out potential problem with unnecessary call to delete_subs/2. Add test case for suite with empty group. Improve validation of test events. Fix failing tests on Windows. Make it possible to refresh the top level index page at the start of a test run. Fix problem with CT hook start error causing IO to be sent to wrong group leader process. Do minor updates of the ts test framework. Correct failing test cases. OTP-9233 OTP-9210 OTP-9195 OTP-9161 OTP-9160 OTP-9159 OTP-9138 | |||
2011-04-28 | Have test_server locate the source code file for a test suite module if it's ↵ | Peter Andersson | |
not in the same directory as the beam file. | |||
2011-04-28 | Fix error in vts mode, making it impossible to execute suites with test case ↵ | Peter Andersson | |
groups. | |||
2011-04-28 | Fix problem with merging ticket branch. | Peter Andersson | |
2011-04-28 | Fix problems with timetrap handling in common_test: | Peter Andersson | |
1. ct:timetrap(infinity) not supported. 2. Previous set timetrap for a test case is not cancelled by new one. | |||
2011-04-28 | Document the new init_per_testcase return value. | Peter Andersson | |
2011-04-28 | Make it possible to fail test case by returning {fail,Reason} from ↵ | Peter Andersson | |
init_per_testcase. | |||
2011-04-28 | Fix problem with merging a ticket branch. | Peter Andersson | |
2011-04-28 | Fix issues related to test case groups: | Peter Andersson | |
1. Allow empty group to be specified without generating an error. 2. Sort out potential problem with unnecessary call to delete_subs/2. | |||
2011-04-28 | Add test case for suite with empty group. | Peter Andersson | |
2011-04-28 | Improve validation of test events. | Peter Andersson | |
2011-04-28 | Fix failing tests on Windows. | Peter Andersson | |
2011-04-28 | Make it possible to refresh the top level index page at the start of a test run. | Peter Andersson | |
2011-04-28 | Merge branch 'ta/common_test-ignore-ct_slave-xml' into dev | Henrik Nord | |
* ta/common_test-ignore-ct_slave-xml: Ignore lib/common_test/doc/src/ct_slave.xml | |||
2011-04-28 | Ignore lib/common_test/doc/src/ct_slave.xml | Tuncer Ayaz | |
2011-04-28 | Merge branch 'ms/file-fix-hang-reading-compressed-files' into dev | Henrik Nord | |
* ms/file-fix-hang-reading-compressed-files: file: fix hang reading compressed files OTP-9245 | |||
2011-04-28 | Merge branch 'raimo/inet_res-crash-rest-time-0/OTP-9221' into dev | Raimo Niskanen | |
* raimo/inet_res-crash-rest-time-0/OTP-9221: Do not UDP send when there is 0 ms left to wait for reply Check return values from UDP send functions Cleanup timeout handling, fix bug for remaining time =:= 0 Add DNS proxy and first test case for late answer | |||
2011-04-28 | Merge branch ↵ | Siri Hansen | |
'siri/stdlib/supervisor-terminate_child-simple_one_for_one/OTP-9201' into dev * siri/stdlib/supervisor-terminate_child-simple_one_for_one/OTP-9201: Add terminate_child(Sup, Pid) for simple_one_for_one Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_one | |||
2011-04-28 | Merge branch 'km/pool_connect-to-running-nodes' into dev | Henrik Nord | |
* km/pool_connect-to-running-nodes: Change pool module to attempt to attach to nodes that are already running OTP-9244 | |||
2011-04-27 | Merge branch 'sverker/code_SUITE-false_dependency-bug' into dev | Sverker Eriksson | |
* sverker/code_SUITE-false_dependency-bug: Fix bug in test case code_SUITE:false_dependency | |||
2011-04-27 | Merge branch 'sverker/enif_is_exception/OTP-9150' into dev | Sverker Eriksson | |
* sverker/enif_is_exception/OTP-9150: add support for checking if an ERL_NIF_TERM is an exception | |||
2011-04-27 | unicode: document 16#FFFE and 16#FFFF (non chars) | Tuncer Ayaz | |
2011-04-27 | Merge branch 'sverker/erts_printf-halfword' into dev | Sverker Eriksson | |
* sverker/erts_printf-halfword: erts_printf %be to print integers of size Eterm Fix use of type BeamInstr in hipe_debug.c Conflicts: erts/emulator/hipe/hipe_debug.c | |||
2011-04-27 | add prim_file.beam | Henrik Nord | |
2011-04-27 | Driver names should be strings, not atoms | Kostis Sagonas | |
2011-04-27 | Cleanup and cosmetic changes | Kostis Sagonas | |
2011-04-26 | driver_entry: Remove gratuitous paren and fix typo | Tuncer Ayaz | |
2011-04-21 | Merge branch 'ia/year-fix' into dev | Ingela Anderton Andin | |
* ia/year-fix: Fixed blunder in year tag | |||
2011-04-21 | Fixed blunder in year tag | Ingela Anderton Andin | |
2011-04-21 | Do not UDP send when there is 0 ms left to wait for reply | Raimo Niskanen | |
2011-04-21 | Check return values from UDP send functions | Raimo Niskanen | |
2011-04-21 | Cleanup timeout handling, fix bug for remaining time =:= 0 | Raimo Niskanen | |
2011-04-21 | Add DNS proxy and first test case for late answer | Raimo Niskanen | |
2011-04-20 | Fix problem with CT hook start error causing IO to be sent to wrong group ↵ | Peter Andersson | |
leader process. | |||
2011-04-20 | Do minor updates of the ts test framework. | Peter Andersson | |
2011-04-20 | Correct failing test cases. | Peter Andersson | |
2011-04-20 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2011-04-20 | Merge branch 'ia/ssl/doc-fixes' into dev | Ingela Anderton Andin | |
* ia/ssl/doc-fixes: Added missing path validation error to documentation | |||
2011-04-20 | Added missing path validation error to documentation | Ingela Anderton Andin | |