aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test/os_SUITE.erl
AgeCommit message (Expand)Author
2018-03-21kernel: Fix os_SUITE:max_size_command for OTP-19Sverker Eriksson
2018-03-21kernel: Fix handling of os:cmd option max_size in winLukas Larsson
2018-03-21kernel: Add os:cmd/2 with max_size optionLukas Larsson
2016-09-05Merge branch 'lukas/kernel/os_cmd_fix_stdin_close/OTP-13867' into maintLukas Larsson
2016-09-02kernel: Close stdin of commands run in os:cmdLukas Larsson
2016-08-31kernerl: Remove infinite loop from testcaseLukas Larsson
2016-08-16erts: Make sure to flush potential exit messageLukas Larsson
2016-08-08kernel: Use ^D as eot for os:cmd on unix platformsLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2016-03-10Remove ?line macrosBjörn Gustavsson
2016-03-10Eliminate use of doc and suite clausesBjörn Gustavsson
2016-03-10Eliminate use of test_server:sleep/1Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Modernize timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-02erts, kernel: Add os:perf_counter functionLukas Larsson
2015-12-15kernel: Remove cmd server for unix os:cmdLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2013-06-03kernel: Handle unicode in os:cmdDan Gudmundsson
2013-05-02Add testcase to exportedFredrik Gustafsson
2013-04-30kernel: redefined deep_list_command testFredrik Gustafsson
2013-04-30Remove unnecessary whitespaces in os.erl and os_SUITE.erlAleksandr Vinokurov
2013-04-30Fix deep list argument error under Windows in os:cmd/1Aleksandr Vinokurov
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-07-19kernel: Remove VxWorks from testsBjörn-Egil Dahlberg
2011-12-07Teach os_SUITE:space_in_name to quote correctly on WindowsPatrik Nyblom
2011-02-24Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into devBjörn Gustavsson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for kernelLukas 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 kernel tests to conform with common_test standardLukas Larsson
2011-02-14Never allow os:find_executable/1 to return the path of directoriesBjörn Gustavsson
2010-11-30Corrected testcases broken by unicode filenamesPatrik Nyblom
2010-06-02Teach os.erl to find executable names with extension (i.e. .exe) on windowsPatrik Nyblom
2010-03-10OTP-8502 os:cmd hangRickard Green
2010-01-31Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP
2010-01-29kernel tests: modernize guard testsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP