summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/supervisor_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Change supervisor_SUITE to pure common test styleSiri Hansen2011-12-081-153/+72
* Remove all use of global:safe_whereis_name/1Hans Bolinder2011-11-141-3/+92
* Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green2011-11-131-8/+17
|\
| * Optimize memory allocationRickard Green2011-11-131-8/+17
* | Merge branch 'cf/simple_one_for_one_shutdown'Henrik Nord2011-10-201-3/+35
|\ \
| * | Explicitly kill dynamic children in supervisorsChristopher Faulet2011-09-161-3/+35
| |/
* | Allow an infinite timeout to shutdown worker processesChristopher Faulet2011-10-101-13/+13
* | Merge branch 'dev' into majorHenrik Nord2011-08-301-2/+33
|\ \ | |/
| * fix supervisors restarting temporary childrenFred Hebert2011-08-231-2/+33
* | Merge branch 'dev' into majorSiri Hansen2011-07-111-15/+3
|\ \ | |/
| * Make sure supervisor_SUITE:count_children_memory is always skipped when erlan...Siri Hansen2011-07-081-15/+3
* | Handle exit reason {shutdown,Term} as shutdown for children of supervisorSiri Hansen2011-06-171-0/+93
|/
* Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen2011-05-041-4/+47
* Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen2011-04-121-9/+23
* Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin2011-04-041-753/+602
* Fix trivial typos in supervisor_SUITETuncer Ayaz2011-02-251-3/+3
* stdlib tests: Eliminate some compiler warningsBjörn Gustavsson2011-02-231-1/+1
* Merge branch 'ia/supervisor-saves-unnecessary-data/OTP-9064' into devIngela Anderton Andin2011-02-231-38/+91
|\
| * Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin2011-02-221-2/+84
| * Do not save parameter list for any temporary processesIngela Anderton Andin2011-02-221-16/+4
* | Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* | Update so that count_children_memory is skipped on +Meamin emulatorsLukas Larsson2011-02-171-19/+25
* | Fix formatting for stdlibLukas Larsson2011-02-171-32/+33
* | 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-53/+50
|/
* Add count_children/1 to supervisor.erl to determine the number ofJay Nelson2010-02-101-12/+163
* Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP2010-01-311-34/+34
|\
| * stdlib tests: modernize guard testsBjörn Gustavsson2010-01-291-29/+29
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+1203