Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-29 | Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} | Peter Andersson | |
OTP-11409 | |||
2013-11-28 | Merge remote branch 'origin/peppe/common_test/change_skip_behaviour' into maint | Peter Andersson | |
* origin/peppe/common_test/change_skip_behaviour: Modify the auto_skip report for group config funcs to include group name Fix problems with info functions and add more tests Add test cases for new and modified functionality Fix problem with suites and groups skipped from test specification Change report tag for failed init_per_testcase from skipped to auto_skipped Add tests for skipping parallel groups Correct tests cases that fail because of modified events Correct various bugs related to auto_skip and groups Change status from skip to auto_skip for config func that fails due to require Fix problem with handling Config and FW reports correctly Change skip vs auto_skip behaviour OTP-11305 | |||
2013-11-28 | Revert "Merge branch 'fredrik/doc/syntax_highlight/OTP-11237' into maint" | Lukas Larsson | |
This reverts commit 1562340596938d1f8a84b2ed43f5f0097be66ae7, reversing changes made to a5128108ad3efff77c5080f0769737e70a0bfd82. | |||
2013-11-27 | Merge branch 'sverk/crypto-no_answer_from_tc_supervisor' into maint | Sverker Eriksson | |
* sverk/crypto-no_answer_from_tc_supervisor: crypto: Avoid test_server crash 'no_answer_from_tc_supervisor' | |||
2013-11-27 | Merge branch 'sverk/zlib_SUITE-large_deflate-fix' into maint | Sverker Eriksson | |
* sverk/zlib_SUITE-large_deflate-fix: kernel: Fix zlib_SUITE:large_deflate | |||
2013-11-27 | Merge branch 'ia/ssh/no_io/OTP-11490' into maint | Ingela Anderton Andin | |
* ia/ssh/no_io/OTP-11490: ssh: Correct arity in ssh_no_io.erl | |||
2013-11-27 | Merge branch 'ia/ssh/close/OTP-11363' into maint | Ingela Anderton Andin | |
* ia/ssh/close/OTP-11363: ssh: Correct close handling | |||
2013-11-26 | Merge branch 'bmk/snmp/snmp425_integration' into maint | Micael Karlberg | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/src/misc/snmp_log.erl lib/snmp/vsn.mk | |||
2013-11-26 | kernel: Fix zlib_SUITE:large_deflate | Sverker Eriksson | |
Commontest doesn't like arity 0 function with same name as test case. | |||
2013-11-26 | ssh: Correct close handling | Ingela Anderton Andin | |
Commit 68263a48bfbdac4dc219a91f06af3d535d881850 got close handling slightly wrong, channels did not get their close message. Commit 32102f1e8225dada7526c9bfee6622f9026ba4cd did not work as expected | |||
2013-11-26 | Merge branch 'maint-r16' into maint | Raimo Niskanen | |
2013-11-25 | Merge branch 'raimo/sctp-peernames/OTP-10229' into maint-r16 | Raimo Niskanen | |
* raimo/sctp-peernames/OTP-10229: Improve documentation Suppress false valgrind warnings caused by sctp_getpaddrs Document Adjust test cases for SLES 10 SP 1 Clean up address family handling towards Erlang Fix testcase indentation Fix testcases for FreeBSD 9.1 Write testcases for inet:socknames and inet:peernames Implement inet:socknames/1,2 and inet:peernames/1,2 Implement prim_inet:socknames/1,2 and prim_inet:peernames/1,2 | |||
2013-11-25 | Improve documentation | Raimo Niskanen | |
2013-11-25 | ssh: Correct arity in ssh_no_io.erl | Ingela Anderton Andin | |
Also remove import statement as it makes code less intuitive | |||
2013-11-25 | Merge branch 'rickard/supercarrier-fix/OTP-11149' into maint | Rickard Green | |
* rickard/supercarrier-fix/OTP-11149: Fix observer retrieval of alloc info Fix documentation of the +MMsco switch Replace the +MMscmgc switch with +MMscrfsd Add switch for disabling sys_alloc carriers Add support for locking mappings to physical memory | |||
2013-11-22 | crypto: Avoid test_server crash 'no_answer_from_tc_supervisor' | Sverker Eriksson | |
2013-11-22 | Rename otp_8949_a/0 which common_test interprets as an info function | Björn Gustavsson | |
Before running a test case named testcase/1, common_test will call testcase/0 (the info function). Exceptions and illegal return values would be silently ignored. In a planned update to common_test, errors will instead cause the test case to fail. The test case otp_8949_a/1 has a helper function called otp_8949_a/0. Rename it to do_otp_8949_a/0. While at it, also fix a copy and paste bug in the list of test cases. otp_8949_a was run twice; otp_8949_b was never run. | |||
2013-11-21 | odbc: Add configure check for sql.h | Ingela Anderton Andin | |
2013-11-20 | Merge branch 'bjorn/asn1/fix-union-bug/OTP-11411' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-union-bug/OTP-11411: Fix complicated union of INTEGER constraints | |||
2013-11-19 | Modify the auto_skip report for group config funcs to include group name | Peter Andersson | |
Also correct failing test cases and find and fix remaining bugs. | |||
2013-11-19 | ftp,ssl: Fixes broken type link (ssloption). | Hans Nilsson | |
2013-11-19 | ftp: Adds dynamic cert generation to tests. | Hans Nilsson | |
2013-11-19 | ftp: Clean Makefile and conf file | Hans Nilsson | |
2013-11-19 | ftp: Linking rfc-refs. | Hans Nilsson | |
2013-11-19 | ftp: Add documentation. | Hans Nilsson | |
2013-11-19 | ftp: delete old test files | Hans Nilsson | |
2013-11-19 | ftp: small fixes | Hans Nilsson | |
2013-11-19 | ftp: Add ftps documentation | Hans Nilsson | |
2013-11-19 | ftp: Add timeouts to ssl:connect | Hans Nilsson | |
2013-11-19 | ftps: working | Hans Nilsson | |
2013-11-19 | . | Hans Nilsson | |
2013-11-19 | added some printouts | Hans Nilsson | |
2013-11-19 | ftp: towards a working ftps, chapter 1 | Hans Nilsson | |
2013-11-19 | ftp: old ftp_SUITE re-written and works | Hans Nilsson | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-19 | ftp: Implement ftps (upgrade to TLS) | Ingela Anderton Andin | |
2013-11-19 | Document | Raimo Niskanen | |
2013-11-19 | Merge branch 'bmk/snmp/blocking_log_during_conversion' into ↵ | Micael Karlberg | |
bmk/snmp/snmp425_integration Conflicts: lib/snmp/src/app/snmp.erl | |||
2013-11-19 | [snmp] Cleanup and changed atl conversion block default | Micael Karlberg | |
Changed the default value for the Audit Trail Log conversion to true. Also some cleanup. OTP-11396 | |||
2013-11-18 | Fix problems with info functions and add more tests | Peter Andersson | |
2013-11-18 | Add test cases for new and modified functionality | Peter Andersson | |
2013-11-18 | Fix problem with suites and groups skipped from test specification | Peter Andersson | |
2013-11-18 | Change report tag for failed init_per_testcase from skipped to auto_skipped | Peter Andersson | |
2013-11-18 | Add tests for skipping parallel groups | Peter Andersson | |
2013-11-18 | Correct tests cases that fail because of modified events | Peter Andersson | |
2013-11-18 | Correct various bugs related to auto_skip and groups | Peter Andersson | |
2013-11-18 | Change status from skip to auto_skip for config func that fails due to require | Peter Andersson | |
2013-11-18 | Merge branch 'metadave/dp_typo/OTP-11475' into maint | Fredrik Gustafsson | |
* metadave/dp_typo/OTP-11475: fixed typo | |||
2013-11-18 | Merge branch 'siri/erl_prim_loader/normalize-and-backslash/OTP-11170' into maint | Siri Hansen | |
* siri/erl_prim_loader/normalize-and-backslash/OTP-11170: Update preloaded Fix bug with backslash in erl_prim_loader:normalize/1 | |||
2013-11-18 | Merge branch 'fredrik/fix_tests_ssl_not_present/OTP-11474' into maint | Fredrik Gustafsson | |
* fredrik/fix_tests_ssl_not_present/OTP-11474: [eldap, inets]: fix testcases when ssl not is present |