Age | Commit message (Expand) | Author |
2016-05-27 | kernel: Don't test negative time values in file info | Björn-Egil Dahlberg |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-04 | Don't check dates before 1970 | Björn-Egil Dahlberg |
2016-03-31 | Log additional test information in prim_file_SUITE | Björn-Egil Dahlberg |
2016-03-31 | Relax file_info tests | Björn-Egil Dahlberg |
2016-03-15 | update copyright-year | Henrik Nord |
2016-03-10 | Remove ?line macros | Björn Gustavsson |
2016-03-10 | Fix comments | Björn Gustavsson |
2016-03-10 | Eliminate use of doc and suite clauses | Björn Gustavsson |
2016-03-10 | Eliminate use test_server:format() | Björn Gustavsson |
2016-03-10 | Eliminate use of test_server:sleep/1 | Björn Gustavsson |
2016-03-09 | Eliminate use of test_server:fail/0,1 | Björn Gustavsson |
2016-03-09 | Eliminate use of ?config() macro | Björn Gustavsson |
2016-03-09 | Modernize timetraps | Björn Gustavsson |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson |
2015-07-10 | ose: Remove all code related to the OSE port | Lukas Larsson |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2014-12-02 | fix eacces spelling | Mikael Pettersson |
2014-03-24 | Merge branch 'sverk/win-long-filenames/OTP-11813' | Sverker Eriksson |
2014-03-24 | kernel: Fix failed tests in prim_file_SUITE for windows | Sverker Eriksson |
2014-02-28 | prim_file_SUITE: Remove the short 5 seconds timetrap timeout | Björn Gustavsson |
2014-02-24 | ose: efile driver updates. | Jonas Karlsson |
2014-02-24 | ose: Bugfixes to filesystem related issues. | Jonas Karlsson |
2014-02-24 | ose: Adapt suite for OSE | Rasmuss Graaf |
2013-06-04 | Delete 'icky' dirs and symlinks after kernel tests | Siri Hansen |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg |
2013-02-11 | prim_file: Add list_dir_all() and read_link_all() | Björn Gustavsson |
2013-02-08 | Test that list_dir("non-existing-dir") fails with the correct error | Björn Gustavsson |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2012-07-19 | kernel: Remove VxWorks from tests | Björn-Egil Dahlberg |
2011-12-21 | prim_file_SUITE: large_file success depends on wordsize | Raimo Niskanen |
2011-12-20 | file_SITE,prim_file_SUITE: Accept old OpenBSD pecularity | Raimo Niskanen |
2011-12-20 | prim_file_SUITE: large_write - meaner test data and check result content | Raimo Niskanen |
2011-12-20 | prim_file_SUITE: Add large_write/1 | Björn Gustavsson |
2011-12-08 | Remove time_t specific test in prim_file_SUITE | Björn-Egil Dahlberg |
2011-12-08 | Change options to prim_file:*_file_info/* | Björn-Egil Dahlberg |
2011-12-08 | Add file_info_opt tests in prim_file_SUITE | Björn-Egil Dahlberg |
2011-05-18 | Fix bug in make_del_dir testcases | Patrik Nyblom |
2011-05-12 | Teach (prim_)file_SUITE about directory access on Windows | 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 kernel | 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 kernel tests to conform with common_test standard | Lukas Larsson |
2010-06-04 | Support opening files in exclusive mode | Michael Santos |
2010-05-20 | Add file:advise/4 - a wrapper to the POSIX syscall posix_fadvise | Filipe David Manana |
2010-05-20 | Add file:datasync/1 for syncing file contents only | Filipe David Manana |
2010-05-06 | Merge branch 'bg/file-del_dir' into dev | Erlang/OTP |
2010-05-05 | Adjust test of file:del_dir("..") to accept {error,einval} | Björn Gustavsson |