Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-08-06 | Update documentation for ct:timetrap/1 | Brujo Benavides | |
Even when `ct:sleep/1` accepts `Millisecs` as floats, `ct:timetrap/1` does not. If you try to use it in a test, you get the following error: ```erlang {invalid_time_format,0.1} ``` | |||
2018-07-16 | Merge branch 'lukas/clean_doc_xmldir/OTP-15190' into maint | Lukas Larsson | |
* lukas/clean_doc_xmldir/OTP-15190: docs: make clean all XMLDIR | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-07-13 | Don't call report_cb from cth_log_redirect - formatter does that | Siri Hansen | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-14 | No export_all warning when compiling test suites | Peter Andersson | |
OTP-14810 | |||
2018-06-12 | Merge pull request #1835 from sirihansen/siri/logger-fix | Siri Hansen | |
2018-06-11 | Merge branch 'hasse/stdlib/pP_with_no_line_breaks/OTP-15103/ERL-607' | Hans Bolinder | |
* hasse/stdlib/pP_with_no_line_breaks/OTP-15103/ERL-607: kernel: Use ~0p debugger: Use ~0p common_test: Use ~0p stdlib: Make pP insert no line breaks with field width zero | |||
2018-06-08 | [logger] Change base OTP domain from [beam,erlang,otp] to [otp] | Siri Hansen | |
2018-06-08 | common_test: Use ~0p | Hans Bolinder | |
2018-06-07 | common_test: Remove EDoc comments in internal modules | Hans Bolinder | |
2018-06-07 | common_test: Remove EDoc documentation in internal modules | Hans Bolinder | |
2018-06-07 | common_test: Remove EDoc documentation in public modules | Hans Bolinder | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-23 | Improve documentation of logger and error_logger | Siri Hansen | |
2018-05-16 | Merge branch 'richcarl/eliminate_lib_module/PR-1786/OTP-15072' | Hans Bolinder | |
* richcarl/eliminate_lib_module/PR-1786/OTP-15072: Fix minor issues Eliminate call to ct:get_progname() in ts_erl_config Use \n escape instead of integer 10 Move error formatting to erl_error.erl and delete lib.erl Move extended parse functions in lib.erl to erl_eval.erl Move lib:eval_str/1 into mod_esi.erl Remove lib:progname/0 Eliminate call to lib:progname/1 in slave.erl Add ct:get_progname/0 Remove lib:error_message/2 Remove lib:flush_receive/0 Remove lib:send/2 and lib:sendw/2 Move lib:nonl/1 into yecc.erl | |||
2018-05-09 | Eliminate call to ct:get_progname() in ts_erl_config | Richard Carlsson | |
During cross compilation, the ct module is not available. | |||
2018-05-04 | Move error formatting to erl_error.erl and delete lib.erl | Richard Carlsson | |
2018-05-04 | Add ct:get_progname/0 | Richard Carlsson | |
This replaces all uses of lib:progname/0 in tests. | |||
2018-05-03 | Set single_line=true by default in logger_formatter | Siri Hansen | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-05-02 | Revert "Update version numbers" | Henrik | |
This reverts commit 345f7f527a4c26ef49cef0d81e2c8b71bf01ebc3. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-30 | Update version numbers | Erlang/OTP | |
2018-04-26 | Test cuddle for logger | Siri Hansen | |
2018-04-26 | Update cth_log_redirect to a logger handler | Siri Hansen | |
2018-03-28 | common_test: Remove dependency to inets ftp | Péter Dimitrov | |
- Update ct_ftp to use the new FTP application. Change-Id: I84223107361132ea3144cdf7421738c4bebffa40 | |||
2018-03-27 | Merge branch 'dgud/testcase-fixes' | Dan Gudmundsson | |
* dgud/testcase-fixes: debug info add unicode opt env may contain unicode signs Fix lexemes conversion | |||
2018-03-16 | more-typos: s%follwing%following%g | Pierre Fenoll | |
2018-03-16 | mikpe/process_info-1-no-messages/PR-1745/OTP-14986 | Lukas Larsson | |
make erlang:process_info/1 not retrieve messages | |||
2018-03-14 | Merge branch 'maint' | Henrik | |
Conflicts: OTP_VERSION | |||
2018-03-10 | make erlang:process_info/1 not retrieve messages | Mikael Pettersson | |
process_info/1 retrieves a number of properties related to a process, including the list of messages in its mailbox. This is potentially unsafe if the target process has a large number of queued messages: - there is no a priori upper bound on the amount of memory being allocated to hold that list, and - the loop to retrieve the messages is uninterruptible, so the Erlang scheduler where this executes blocks for the duration We've seen process_info/1 bring down heavily loaded nodes on more than one occasion. At least once it appeared to have blocked the Erlang heart process from executing, causing the external heart to kill the VM. Consequently this removes 'messages' from the list of process_info tags to retrieve for process_info/1. Note that process_info/1 still retrieves 'message_queue_len', and process_info/2 can still retrieve 'messages' when asked to. A few places in the OTP libraries need minor adjustments, since they want 'message_queue_len' but compute it from the length of the list of messages. | |||
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-09 | Update version numbers | Erlang/OTP | |
2018-03-08 | common_test: Use uri_string | Péter Dimitrov | |
Change-Id: If9b7c1252642d31e6b802e8410883bfa26292674 | |||
2018-02-05 | common_test: Do not call erlang:get_stacktrace() | Hans Bolinder | |
2018-01-26 | Merge branch 'maint' | Peter Andersson | |
2018-01-26 | Fix skip_groups option in combination with all suites in test spec | Peter Andersson | |
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-08 | Update version numbers | Erlang/OTP | |
2017-12-04 | Merge branch 'maint' | Peter Andersson | |
2017-12-04 | Merge branch 'peppe/common_test/auto_cleanup/OTP-13832' into maint | Peter Andersson | |
* peppe/common_test/auto_cleanup/OTP-13832: Add tests and doc for the new remaining_test_procs function Implement function that finds disposable test processes Tag Common Test system processes using process dictionary Add app name tag in process dictionary OTP-13832 | |||
2017-12-04 | Add tests and doc for the new remaining_test_procs function | Peter Andersson | |