Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |