Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom | |
2010-01-30 | Merge branch 'ta/ensure_dir_eexist' into ccase/r13b04_dev | Erlang/OTP | |
* ta/ensure_dir_eexist: filelib_SUITE: strenghten tests of filelib:ensure_dir/1 Don't return a false {error,eexist} in filelib:ensure_dir/1 OTP-8389 Because of a race condition, using filelib:ensure_dir/1 from multiple processes to create the same path or parts of the same directory structure, filelib:ensure_dir/1 could return a meaningless {error,eexist}. That race condition has been eliminated, and {error,eexist} will now be returned only if there exists a regular file, device file, or some other non-directory file with the same name. (Thanks to Tuncer Ayaz.) | |||
2010-01-23 | filelib_SUITE: strenghten tests of filelib:ensure_dir/1 | Björn Gustavsson | |
Test that filelib:ensure_dir/1 returns {error,eexist} if there already exists a regular file with the name as a directory that should be created. While at it, slightly strenghten the otp_5960/1 test case by repeating each call to filelib:ensure_dir/1. | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |