Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-25 | kernel: Clarify heart option | Björn-Egil Dahlberg | |
Change scheduler responsiveness to 'check_schedulers'. | |||
2016-02-23 | kernel: Add heart options test | Björn-Egil Dahlberg | |
2016-02-16 | kernel: Add heart callback test | Björn-Egil Dahlberg | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-30 | kernel: Use module erl_anno | Hans Bolinder | |
2014-03-28 | kernel: tweak tests | Dan Gudmundsson | |
heart tests decrease atom table size so node crashes faster Fix timetrap and sync | |||
2013-01-08 | test: Ignore cores in debug build for crash dumps | Björn-Egil Dahlberg | |
2012-11-23 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-11-23 | Update copyright years | Björn-Egil Dahlberg | |
2012-10-24 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: erts/etc/common/heart.c | |||
2012-10-23 | test: Relax timeouts for heart_SUITE | Björn-Egil Dahlberg | |
Timeouts were set too narrow and timedout on slow machines | |||
2012-10-18 | test: Add test for heart restart on crash | Björn-Egil Dahlberg | |
* node_start_soon_after_crash tests that heart restarts beam upon a crash and only lets beam write its crash dump for a certain amount of time | |||
2012-10-16 | test: Add test for heart restart on crash | Björn-Egil Dahlberg | |
* node_start_immediately_after_crash tests that heart restarts beam upon a crash and will not generate a crash dump | |||
2012-10-15 | test: Refactor away ?line macros in heart_SUITE | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2011-04-06 | heart: remove garbage appended to heart command | Michael Santos | |
heart:get_cmd/0 is documented to return an empty string if the command is cleared. get_cmd/0 returns 2 extra bytes: 1 byte for the trailing null, 1 byte from the op (the op is an unsigned char and 2 bytes are allocated for it in the returned buffer). 1> heart:get_cmd(). {ok,[0,0]} 2> heart:set_cmd("echo hello"). ok 3> heart:get_cmd(). {ok,[101,99,104,111,32,104,101,108,108,111,0,0]} 4> heart:clear_cmd(). ok 5> heart:get_cmd(). {ok,[0,99]} | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for kernel | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-01-31 | Merge branch 'bg/cleanup-tests' into ccase/r13b04_dev | Erlang/OTP | |
* bg/cleanup-tests: file_SUITE: eliminate a warning for an unused variable kernel tests: modernize guard tests unicode_SUITE: replace deprecated concat_binary/1 with list_to_binary/1 stdlib tests: modernize guard tests Test suites: fix creation of Emakefiles | |||
2010-01-29 | kernel tests: modernize guard tests | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |