aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/supervisor_SUITE.erl
AgeCommit message (Expand)Author
2012-03-05Leave control back to gen_server during supervisor's restart loopSiri Hansen
2011-12-20Don't save child spec for temporary child if child's start func returns ignoreSiri Hansen
2011-12-08Change supervisor_SUITE to pure common test styleSiri Hansen
2011-11-14Remove all use of global:safe_whereis_name/1Hans Bolinder
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-20Merge branch 'cf/simple_one_for_one_shutdown'Henrik Nord
2011-10-10Allow an infinite timeout to shutdown worker processesChristopher Faulet
2011-09-16Explicitly kill dynamic children in supervisorsChristopher Faulet
2011-08-30Merge branch 'dev' into majorHenrik Nord
2011-08-23fix supervisors restarting temporary childrenFred Hebert
2011-07-11Merge branch 'dev' into majorSiri Hansen
2011-07-08Make sure supervisor_SUITE:count_children_memory is always skipped when erlan...Siri Hansen
2011-06-17Handle exit reason {shutdown,Term} as shutdown for children of supervisorSiri Hansen
2011-05-04Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen
2011-04-12Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen
2011-04-04Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin
2011-02-25Fix trivial typos in supervisor_SUITETuncer Ayaz
2011-02-23stdlib tests: Eliminate some compiler warningsBjörn Gustavsson
2011-02-23Merge branch 'ia/supervisor-saves-unnecessary-data/OTP-9064' into devIngela Anderton Andin
2011-02-22Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin
2011-02-22Do not save parameter list for any temporary processesIngela Anderton Andin
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Update so that count_children_memory is skipped on +Meamin emulatorsLukas Larsson
2011-02-17Fix formatting for stdlibLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update stdlib tests to conform with common_test standardLukas Larsson
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2010-01-31Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP
2010-01-29stdlib tests: modernize guard testsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP