aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/z_SUITE.erl
AgeCommit message (Collapse)Author
2019-04-10erts: Fix z_SUITE to always look for cerl in ERL_TOPLukas Larsson
If it cannot be found in the daily build dir, we try ERL_TOP incase it is there.
2018-06-18Update copyright yearHenrik Nord
2018-02-26Merge branch 'maint'Lukas Larsson
2018-01-24kernel: Ignore cores in erl_distribution_SUITELukas Larsson
Some bash versions segfault when a unicode argument is given so we ignore cores created by nodes spawned by this testcase.
2017-12-21Merge branch 'maint'Sverker Eriksson
2017-12-13erts: Add core dumps from valgrind to z_SUITE searchSverker Eriksson
2017-09-15system (test): Do not use deprecated functions in string(3)Dan Gudmundsson
2016-08-30erts: Improve z_SUITE:core_filesSverker Eriksson
to print name of test log dir in same dir as core, which will indicate offending application.
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
* henrik/update-copyrightyear: update copyright-year
2016-04-06Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-04-06Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-04-05Modernize use of timetrapsBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-01-23erts: fix unicode printing of gdb printoutsLukas Larsson
2014-01-14New version number does not start with an RLukas Larsson
2013-11-07erts: Add cerl -dump and dumping in z_SUITELukas Larsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-23system: Prevent z_SUITE from changing the timestamp on core filesSverker Eriksson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-01-04erts: Use re instead of regexp in testsuiteBjörn-Egil Dahlberg
2011-10-27erts/z_SUITE: Eliminate use of deprecated regexp moduleBjörn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for systemLukas 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 system tests to conform with common_test standardLukas Larsson
2010-11-30Teach filelib to use re in unicode mode when filenames are not rawPatrik Nyblom
2010-01-22Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_devErlang/OTP
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows
2010-01-20system test: fix build of test suites on WindowsBjörn Gustavsson
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib().
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP