Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-13 | Remove unused functions in test emulator test suites | Björn Gustavsson | |
2017-06-03 | Make bulk_send_bigbig/1 purely informational | Björn Gustavsson | |
bulk_send_bigbig/1 sometimes fails even if there is nothing wrong. Stop testing the ratio, and just return information about the speed and number of monitor messages. The testcase will still serve as a smoke test of the +zdbbl option. | |||
2017-06-03 | distribution_SUITE: Refactor bulk_send_bigbig/1 | Björn Gustavsson | |
Refactor bulk_send_bigbig/1 to make it somewhat easier to follow. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-20 | Do atom roundtripping with an R16B node | Björn Gustavsson | |
It is no longer possible to communicate with R15B nodes. | |||
2016-08-30 | Merge branch 'rickard/time-unit/OTP-13735' into maint | Rickard Green | |
* rickard/time-unit/OTP-13735: Update test-cases to use new symbolic time units Replace misspelled symbolic time units Conflicts: erts/doc/src/erlang.xml erts/emulator/test/long_timers_test.erl | |||
2016-08-25 | Update test-cases to use new symbolic time units | Rickard Green | |
2016-07-26 | erts: Fix epmd_module testcase | Björn-Egil Dahlberg | |
Regression from OTP-13770 (84549af1c996657aedee1263afec28b21bfa42a4) | |||
2016-07-26 | erts: Fix whitespaces in distribution_SUITE | Björn-Egil Dahlberg | |
2016-06-14 | Merge branch 'lukas/erts/testfixes-19' | Lukas Larsson | |
* lukas/erts/testfixes-19: erts: Increase bif and nif call_time trace test erts: Fix distribution_SUITE:bulk_send_bigbig on windows erts: Ensure bs_add_overflow test has enough memory kernel: Better explain controlling_process' tcp behaviour kernel: Fix t_recv_delim on bsd os_mon: Make sure to start/stop os_mon in tests correctly ssl: Fix use_interface dist_SSL test erl_interface: Fix signed int overflow tc bug erts: fix atom_roundtrip_r15b tc erts: Require more memory for debug tests | |||
2016-06-14 | erts: Fix distribution_SUITE:bulk_send_bigbig on windows | Lukas Larsson | |
The granualarity of the windows time sometimes makes timer:tc return 0 as the time taken for the test. Change this to use the most common time instead. | |||
2016-06-14 | erts: fix atom_roundtrip_r15b tc | Lukas Larsson | |
if node fails to start, just skip testcase | |||
2016-05-25 | Add tests for -start_epmd and -epmd_module options | Magnus Henoch | |
For -start_epmd, check that the node starts properly and that we can ping it. For -epmd_module, start two nodes that can communicate only because we supply the correct port number through a command line argument. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-04-08 | Increase timetrap for atom_roundtrip_r15b | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-11 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-03-11 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-03-11 | Replace ?t with test_server | Björn-Egil Dahlberg | |
The macro ?t is deprecated. Replace its use with 'test_server'. | |||
2016-03-11 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-03-11 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-03-11 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-11 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-03-08 | Merge branch 'maint' | Sverker Eriksson | |
2016-03-08 | test: do not divide by zero | Dan Gudmundsson | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
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. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-06 | Replace erlang:now() usage in emulator suite | Rickard Green | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-23 | erts: Testcase doing unicode atom printout with ~w | Sverker Eriksson | |
2013-01-21 | workaround... | Rickard Green | |
2013-01-18 | test case | Rickard Green | |
2013-01-16 | Add utf8 atom distribution test cases | Rickard Green | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2011-11-24 | emulator tests: Test compatibility with R13, not R12 | Björn Gustavsson | |
2011-09-29 | Merge branch 'lukas/fix_erts_testcases/OTP-9596' into dev | Lukas Larsson | |
* lukas/fix_erts_testcases/OTP-9596: Skip create_big_boot on platforms without crypto Remove test_server path instead of cwd for clash test Skip getaddr_v6 test if on the ipv4_only host Use static port for old solaris versions Extend time to wait for zone files to be loaded Allow out of memory exception for max_port checks Extend slave start timeout for windows tests Double timeout to make sure debug builds pass Use now instead of os:timestamp Increase timeout in scheduler_suspend for slow platforms Skip update_cpu_info if 'taskset' cannot be found | |||
2011-09-29 | Double timeout to make sure debug builds pass | Lukas Larsson | |
2011-09-27 | distribution_SUITE:bulk_send_bigbig/1: Fail with more information | Björn Gustavsson | |
2011-09-27 | distribution_SUITE: Use unique slave node names | Björn Gustavsson | |
bad_dist_ext_connection_id/1 used the same names for the slave nodes as bad_dist_ext_receive/1, which would cause it to fail if bad_dist_ext_receive/1 failed. | |||
2011-09-15 | Fix misspelling of accommodate | Tuncer Ayaz | |
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 emulator | 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 emulator tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | Lukas Larsson | |