Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-20 | Update copyright years | 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-04-28 | Merge branch 'ms/file-fix-hang-reading-compressed-files' into dev | Henrik Nord | |
* ms/file-fix-hang-reading-compressed-files: file: fix hang reading compressed files OTP-9245 | |||
2011-04-28 | Merge branch 'raimo/inet_res-crash-rest-time-0/OTP-9221' into dev | Raimo Niskanen | |
* raimo/inet_res-crash-rest-time-0/OTP-9221: Do not UDP send when there is 0 ms left to wait for reply Check return values from UDP send functions Cleanup timeout handling, fix bug for remaining time =:= 0 Add DNS proxy and first test case for late answer | |||
2011-04-21 | Add DNS proxy and first test case for late answer | Raimo Niskanen | |
2011-04-07 | file: fix hang reading compressed files | Michael Santos | |
The gzio driver goes into an infinite loop when reading past the end of a compressed file. Reported-By: Alex Morarash | |||
2011-04-06 | heart: remove garbage appended to heart command | Michael Santos | |
heart:get_cmd/0 is documented to return an empty string if the command is cleared. get_cmd/0 returns 2 extra bytes: 1 byte for the trailing null, 1 byte from the op (the op is an unsigned char and 2 bytes are allocated for it in the returned buffer). 1> heart:get_cmd(). {ok,[0,0]} 2> heart:set_cmd("echo hello"). ok 3> heart:get_cmd(). {ok,[101,99,104,111,32,104,101,108,108,111,0,0]} 4> heart:clear_cmd(). ok 5> heart:get_cmd(). {ok,[0,99]} | |||
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-25 | Merge branch 'pan/tcp_send_timeout/OTP-9145' into dev | Patrik Nyblom | |
* pan/tcp_send_timeout/OTP-9145: Add testcase Teach tcp_recv not to cancel send timer | |||
2011-03-21 | Add testcase | Patrik Nyblom | |
2011-03-21 | Add testcase | Patrik Nyblom | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-07 | Merge branch 'raimo/kernel-implicit_inet6-testcase' into dev | Raimo Niskanen | |
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions | |||
2011-02-24 | Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into dev | Björn Gustavsson | |
* bjorn/fix-os_find_executable/OTP-8983: Never allow os:find_executable/1 to return the path of directories | |||
2011-02-23 | kernel: Eliminate compiler warning | Björn Gustavsson | |
2011-02-17 | Update gethostname test cases for v6 to use the v6 hosts instead of v4 | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update init_per_testcase to kill all slaves when called. | Lukas Larsson | |
This is to prevent testcases which fail to before to chain with the ones run after. | |||
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | 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 | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-14 | Never allow os:find_executable/1 to return the path of directories | Björn Gustavsson | |
2010-12-20 | Make file_name_SUITE:very_icky work on Windows | Patrik Nyblom | |
2010-12-15 | kernel: fix faulty distribution testcase | Björn-Egil Dahlberg | |
2010-12-07 | Improve implicit_inet6 testcase skip conditions | Raimo Niskanen | |
2010-12-03 | Merge branch 'pan/unicode-filenames/OTP-8887' into dev | Patrik Nyblom | |
* pan/unicode-filenames/OTP-8887: (27 commits) Test and correct filelib and filename Add documentation to erlang.xml and slight correction to unicode_usage.xml Add section about Unicode file names to stdlib users guide Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 Add documentation about raw filenames and Unicode file name translation mode Make filelib not crash on re codepoints beyond 255 in re when filename is raw Mend on_load_embedded testcase which did not handle windows links Correct testcase regarding windows versions supporting soft links. Teach filelib to use re in unicode mode when filenames are not raw Treat soft links on Windows correctly in file_name_SUITE Adapt new soft and hard link routines on Windos to Unicode Corrected testcases broken by unicode filenames Update preloaded prim_file Teach prim_file not to accept atoms and not to throw exceptions Adapt inet_drv to Visual Studio 2008 Teach spawn_executable about Unicode Convert filenames read on MacOSX to canonical form Teach file to accept codepoints beyond 255. Add testcases Correct shell utilities to handle unicode and possibly binaries ... | |||
2010-12-03 | Test and correct filelib and filename | Patrik Nyblom | |
2010-12-01 | Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 | Patrik Nyblom | |
2010-12-01 | Mend on_load_embedded testcase which did not handle windows links | Patrik Nyblom | |
2010-12-01 | Run KERNEL file_SUITE:large_file on more platforms | Raimo Niskanen | |
2010-12-01 | Correct testcase regarding windows versions supporting soft links. | Patrik Nyblom | |
2010-11-30 | Teach filelib to use re in unicode mode when filenames are not raw | Patrik Nyblom | |
2010-11-30 | Treat soft links on Windows correctly in file_name_SUITE | Patrik Nyblom | |
2010-11-30 | Corrected testcases broken by unicode filenames | Patrik Nyblom | |
Also corrected type-info for bifs | |||
2010-11-30 | Teach spawn_executable about Unicode | Patrik Nyblom | |
Also corrected compressed files on Windows | |||
2010-11-30 | Convert filenames read on MacOSX to canonical form | Patrik Nyblom | |
2010-11-30 | Add testcases | Patrik Nyblom | |
2010-11-30 | Add test case for append to file > 4 GB | Raimo Niskanen | |
2010-11-29 | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into dev | Patrik Nyblom | |
* pan/embedded-mode-testcase/OTP-8905: Unload stray applications from application_SUITE before creating script Make testcase filter away bogus applications from earlier suites Add test loading all of OTP in boot script and running embedded | |||
2010-11-29 | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into dev | Patrik Nyblom | |
* pan/gen_udp-connect-testcase/OTP-8860: Teach gen_udp_SUITE:connect testcase about econnreset on Windows | |||
2010-11-29 | Merge branch 'pan/code-clash-testcase/OTP-8852' into dev | Patrik Nyblom | |
* pan/code-clash-testcase/OTP-8852: Teach code_SUITE:clash Windows file system semantics | |||
2010-11-26 | Unload stray applications from application_SUITE before creating script | Patrik Nyblom | |
2010-11-25 | Make testcase filter away bogus applications from earlier suites | Patrik Nyblom | |
2010-11-25 | Add test loading all of OTP in boot script and running embedded | Patrik Nyblom | |
2010-11-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. |