Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-20 | Remove -compile(r12) | Björn Gustavsson | |
b25725ec0f65 removed the test cases for testing the R12 protocol. There is no reason to keep compatibility with R12. | |||
2017-03-13 | stdlib: Remove test cases for R12 io protocol | Sverker Eriksson | |
2016-08-25 | Replace usage of deprecated time units | Rickard Green | |
2016-05-27 | stdlib: Strengthen or relax test cases | Björn-Egil Dahlberg | |
In particular, valgrind needs a lot of time for certain tests. | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson | |
2016-03-09 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-03-09 | Replace "%" with "%%" at the beginning of a line | Björn Gustavsson | |
We want to re-ident the source files after having taken out all ?line macros. When re-indenting using Emacs, it's important that comments that should be at the beginning of a line (or follow the indentation of statements around it) must start with "%%". | |||
2016-03-09 | Eliminate 'suite' and 'doc' clauses | Björn Gustavsson | |
2016-03-09 | Use 'test_server' instead of ?t macro | Björn Gustavsson | |
2016-03-09 | Modernize use of timetraps | Björn Gustavsson | |
Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test. | |||
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-09-11 | io_proto_SUITE: Speed up determination of default shell | Björn Gustavsson | |
Use getline_pred action that fails fast if the shell is not the oldshell, to avoid having to wait for the timeout. | |||
2015-09-11 | io_proto_SUITE: Refactor up rtnode() and friends | Björn Gustavsson | |
Introduce a new {getline_pred, Fun, Msg} action that is useful in itself, but can also be used to share more code for {getline, Match} and {getline_re, Match}. Also get rid of the ?line macros in rtnode() so that we can somewhat reduce the ridculous indentation level. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-05-25 | stdlib: Relax filesize of io_proto_SUITE:unicode_options_gen/1 | Björn-Egil Dahlberg | |
2015-04-10 | Eliminate use of deprecated now/0 for measuring time | Björn Gustavsson | |
Use erlang:monotonic_time/1 instead of now/0. | |||
2015-03-26 | Optimize io_proto_SUITE:unicode_options_gen/1 | Björn Gustavsson | |
The time to run io_proto_SUITE:unicode_options_gen/1 on my computer was about 110 seconds. After modifying the test case so that it does several file operations in parallel the time was reduced to about 60 seconds. | |||
2014-12-15 | Start using os:getenv/2 fun | Peter Lemenkov | |
See #535 Signed-off-by: Peter Lemenkov <[email protected]> | |||
2013-04-04 | Changed handshake from to_erl to run_erl, on behalf of shell search | Fredrik Gustafsson | |
2013-03-18 | Fix a test case bug | Hans Bolinder | |
io_proto_SUITE: node names containing some '-' did not work. | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-18 | Fix io_proto_SUITE to handle the new io_lib_pretty:print | Patrik Nyblom | |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder | |
Expect modifications, additions and corrections. There is a kludge in file_io_server and erl_scan:continuation_location() that's not so pleasing. | |||
2012-10-22 | Update tests to run with an oldshell emulator | Lukas Larsson | |
Some of the tests which tested shell output assumed that when starting a shell using `erl` a shell with newshell was used. This is not true for systems built with --disable-termcap, so the on some embedded systems those tests failed. | |||
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-21 | io_proto_SUITE: make sure temp files are removed | Patrik Nyblom | |
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 stdlib | 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 stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-05-11 | Compile tests that communicate with R12 nodes with the r12 option | Björn Gustavsson | |
R12 nodes cannot load code that use the optimized receive that we are about to implement. | |||
2010-02-10 | OTP-8418 user.erl (used in oldshell) is updated to handle unicode in | Patrik Nyblom | |
prompt strings (io:get_line/{1,2}). io_lib is also updated to format prompts with the 't' modifier (i.e. ~ts instead of ~s). | |||
2010-01-27 | Added a small timeout to take care of race in newshell. Also removed ↵ | Patrik Nyblom | |
deletion of files when compiled with debug option. Changed LC_CTYPE for sunos of certain versions. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |