summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/supervisor_bridge_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* [supervisor_bridge] Adjust log events for single line loggingHans Bolinder2019-11-111-3/+203
|
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Remove ?line macrosBjörn Gustavsson2016-03-091-24/+24
| | | | While we are it, also re-ident the files.
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-03-091-2/+2
| | | | | | | | We want to re-ident the source files after having taken out all ?line macros. When re-indenting using Emacs, it's important that comments that should be at the beginning of a line (or follow the indentation of statements around it) must start with "%%".
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-7/+2
|
* Eliminate use of test_server:messages_get/0Björn Gustavsson2016-03-091-1/+6
|
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-9/+6
| | | | | Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test.
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
| | | | | | | As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl.
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
|
* Remove all use of global:safe_whereis_name/1Hans Bolinder2011-11-141-5/+37
| | | | | | | | | | Calls to global:whereis_name/1 have been substituted for calls to global:safe_whereis_name/1 since the latter is not safe at all. The reason for not doing this earlier is that setting a global lock masked out a bug concerning the restart of supervised children. The bug has now been fixed by a modification of global:whereis_name/1. (Thanks to Ulf Wiger for code contribution.)
* Improve and correct types and specifications in Kernel and STDLIBHans Bolinder2011-08-311-1/+1
| | | | Running Dialyzer on the test suites revealed a few type errors.
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
|
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
|
* Fix formatting for stdlibLukas Larsson2011-02-171-4/+6
|
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
|
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
|
* Update stdlib tests to conform with common_test standardLukas Larsson2011-02-171-3/+14
|
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-1/+1
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+178