aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/test
AgeCommit message (Expand)Author
2010-06-03Merge branch 'pan/otp_8611_standard_io' into devErlang/OTP
2010-06-02Teach os.erl to find executable names with extension (i.e. .exe) on windowsPatrik Nyblom
2010-06-01Teach file:write/read/read_line about named io_serversPatrik Nyblom
2010-05-31OTP-8653 pg2: bug fixHans Bolinder
2010-05-20Add file:advise/4 - a wrapper to the POSIX syscall posix_fadviseFilipe David Manana
2010-05-20Add file:datasync/1 for syncing file contents onlyFilipe David Manana
2010-05-06Merge branch 'bg/file-del_dir' into devErlang/OTP
2010-05-05Adjust test of file:del_dir("..") to accept {error,einval}Björn Gustavsson
2010-04-30kernel tests: Remove stray OSE/Delta supportBjörn Gustavsson
2010-04-19code:clash/0: match correct return value from erl_prim_loader:list_dir/1Tuncer Ayaz
2010-03-19OTP-8527 Global no longer supports R11B nodesHans Bolinder
2010-03-10OTP-8502 os:cmd hangRickard Green
2010-03-02OTP-8471 kernel: race in disk_log_SUITEHans Bolinder
2010-02-18OTP-8451 Harmless buffer overflow by one byte in asn1 and ram_file_drv.Sverker Eriksson
2010-02-10Merge branch 'rani/inet_gethostbyname_fixes' into ccase/r13b04_devErlang/OTP
2010-02-09inet_res_SUITE: testcase fixes for legacy DNS resolver (Solaris 8)Raimo Niskanen
2010-02-09inet_res: /etc/resolv.conf: use domain as default search listRaimo Niskanen
2010-02-09inet_res_SUITE: testcase fix for empty domain nameRaimo Niskanen
2010-02-09inet:gethostbyname improved to parse IP strings and look up own hostnameRaimo Niskanen
2010-02-08Merge branch 'sc/sctp-connect-nowait' into ccase/r13b04_devErlang/OTP
2010-02-06Implement a non-blocking SCTP connectSimon Cornish
2010-02-06code_SUITE: add missing is_list(Config) guardBjörn Gustavsson
2010-02-06Add tests for code:clash/0Tuncer Ayaz
2010-02-05Fix typo in kernel/test/code_SUITETuncer Ayaz
2010-01-31Merge branch 'bg/cleanup-tests' into ccase/r13b04_devErlang/OTP
2010-01-29file_SUITE: eliminate a warning for an unused variableBjörn Gustavsson
2010-01-29kernel tests: modernize guard testsBjörn Gustavsson
2010-01-29Test suites: fix creation of EmakefilesBjörn Gustavsson
2010-01-27OTP-8387 Explicit top directories in archive files are now optional.Håkan Mattsson
2009-12-13Test on_load functions that don't return 'ok'Björn Gustavsson
2009-12-13Change the expected return value for on_load functionsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP