aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2016-06-21Prepare releaseErlang/OTP
2016-06-18Merge branch 'siri/cuddle-master'Siri Hansen
* siri/cuddle-master: [ct test] Catch call to ssh:start/0 [sasl test] Do GC before measuring and comparing time [sasl test] Give some time and try again if nodes are not synched
2016-06-18[ct test] Catch call to ssh:start/0Siri Hansen
The ssh application is not installed on all test hosts. Catching the call to ssh:start/0 allows the the netconf tests to be nicely skipped if ssh does not exist.
2016-06-18[sasl test] Do GC before measuring and comparing timeSiri Hansen
release_handler_SUITE:otp_9395_*_many_mods sometimes fail on slow machines. This commit adds an explicit GC before each 'install_release' so GC during test is avoided.
2016-06-18[sasl test] Give some time and try again if nodes are not synchedSiri Hansen
release_handler_SUITE:upgrade_gg (global group) sometimes fails on slow machines. This commit re-tries five times before giving up.
2016-06-17Merge branch 'ingela/ssl/doc-update-supported-list'Ingela Anderton Andin
* ingela/ssl/doc-update-supported-list: ssl: Extend list of supported features
2016-06-17ssl: Extend list of supported featuresIngela Anderton Andin
Note these where supported before ssl-8.0
2016-06-17Merge branch 'zandra/kernel-test-cuddle'Zandra Hird
Conflicts: lib/kernel/test/gen_tcp_api_SUITE.erl lib/kernel/test/gen_udp_SUITE.erl
2016-06-17Merge branch 'raimo/uds-support/OTP-13643'Raimo Niskanen
* raimo/uds-support/OTP-13643: Update test cases after daily builds Return eafnosupport when not supported Add AF_LOCAL test cases Handle 'undefined' in fdopen
2016-06-17Merge branch 'ingela/ssl/runtime-dep'Ingela Anderton Andin
* ingela/ssl/runtime-dep: ssl: Add new public_key to runtime dependencies
2016-06-17Merge branch 'shlonny/add-asn1-app-to-ssl-distribution-doc/PR-1101'Ingela Anderton Andin
* shlonny/add-asn1-app-to-ssl-distribution-doc/PR-1101: added asn1 to applications needed for start_ssl
2016-06-17Update test cases after daily buildsRaimo Niskanen
2016-06-17[cosTransactions] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosTime] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosProperty] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosNotification] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosFileTransfer] Fix mispelled module nameLars Thorsen
2016-06-17[cosEvent] Fix mispelled module nameLars Thorsen
2016-06-17[cosEventDomain] Fix mispelled module nameLars Thorsen
2016-06-17[cosFileTransfer] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosEventDomain] Update the test suites to follow the new styleLars Thorsen
2016-06-17[cosEvent] Update the test suites to follow the new styleLars Thorsen
2016-06-17[orber] Update the test suites to follow the new styleLars Thorsen
2016-06-17[erl_docgen] Update the test suites to follow the new styleLars Thorsen
* Eliminate use of ?t macro * Remove the doc clauses
2016-06-17[ic] Correct memory deallocation errorLars Thorsen
2016-06-17[ic] Update the test suites to follow the new styleLars Thorsen
* Eliminate use of ?config(), ?t() and ?line() macros * Remove the doc and suite clauses
2016-06-16ssl: Add new public_key to runtime dependenciesIngela Anderton Andin
Due to 5268c7b957c30c31e551f197463cdd55a792ea69
2016-06-16Increase polling timeout when waiting for error_logger startupZandra Hird
2016-06-16Merge branch 'ingela/ssl/xmllint-doc'Ingela Anderton Andin
* ingela/ssl/xmllint-doc: ssl: Fix Xmllint errors
2016-06-16Merge branch 'ingela/inets/xmllint-doc'Ingela Anderton Andin
* ingela/inets/xmllint-doc: intes: Remove Xmllint errors
2016-06-16intes: Remove Xmllint errorsIngela Anderton Andin
2016-06-16Return eafnosupport when not supportedRaimo Niskanen
2016-06-16ssl: Fix Xmllint errorsIngela Anderton Andin
2016-06-16public_key: Fix Xmllint errorsIngela Anderton Andin
2016-06-16Test: Try ipv6 versions of localhost if it fails for inet6Zandra Hird
Most systems alias localhost to both the ipv4 and ipv6 localhost address, but in some cases localhost6 is used instead.
2016-06-16Merge branch 'ingela/ssl/sslv2-phase-out-in-tests'Ingela Anderton Andin
* ingela/ssl/sslv2-phase-out-in-tests: ssl: Make sure openssl client does not use sslv2 hello
2016-06-15Merge branch 'sverker/revert-ets-load-factor'Sverker Eriksson
2016-06-15Merge branch 'jc/tools/emacs/complete-tags-emacs25/PR-1096'Dan Gudmundsson
* jc/tools/emacs/complete-tags-emacs25/PR-1096: Tag completion in Emacs 25
2016-06-15Merge branch 'siri/cuddle-master'Siri Hansen
* siri/cuddle-master: Add short sleep when killing slave nodes [ct test] Do reload_config instead of get_config
2016-06-15Add short sleep when killing slave nodesSiri Hansen
slave_SUITE:t_start_link somtimes fails when checking that a slave is dead. This commit add a short sleep before the check to allow the node to terminate.
2016-06-15ssl: Make sure openssl client does not use sslv2 helloIngela Anderton Andin
This should only be used in legacy test case not in test cases testing other functionality.
2016-06-15Merge branch 'zandra/ct-dialyzer'Zandra Hird
* zandra/ct-dialyzer: ct_master_logs: Fix faulty error match
2016-06-15Merge branch 'zandra/kernel-test-cuddle'Zandra Hird
* zandra/kernel-test-cuddle: gen_udp_SUITE: Increase timeout to stabilize connect test kernel: Make sure loose test node is stopped before next test case
2016-06-15Merge branch 'kostis/hipe/cerl_pmatch/PR-1102'Björn Gustavsson
* kostis/hipe/cerl_pmatch/PR-1102: hipe: Pattern matching compilation of binaries and bistrings
2016-06-15Add AF_LOCAL test casesRaimo Niskanen
2016-06-15Merge branch 'ingela/ssl/packet_SUITE/test-timeouts'Ingela Anderton Andin
* ingela/ssl/packet_SUITE/test-timeouts: ssl: Make diffrent timeouts
2016-06-15ssl: Make diffrent timeoutsIngela Anderton Andin
Some test cases takes really long time on old machines. But normaly all tests are under 15 seconds. Try to avoid long timeouts for all test cases. Although we like to find a better tuning, set timeouts high for now to avoid tests cases failing with timeout.
2016-06-15Merge branch 'ingela/ssl/dtls-next-step-flights/OTP-13678'Ingela Anderton Andin
* ingela/ssl/dtls-next-step-flights/OTP-13678: dtls: Avoid dialyzer errors dtls: add implementation for msg sequence dtls: Remove TODO dtls: sync dtls_record DTLS version and crypto handling with TLS dtls: handle Hello and HelloVerify's in dtls_handshake dtls: rework/simplify DTLS fragment decoder dtls: add support first packet and HelloVerifyRequest dtls: sync handle_info for connection close with TLS dtls: sync handling of ClientHello with TLS dtls: rework handshake flight encodeing dtls: implement next_tls_record dtls: sync init and initial_state with tls_connection dtls: update start_fsm for new ssl_connection API ssl: introduce the notion of flights for dtls and tls ssl: move available_signature_algs to ssl_handshake
2016-06-15Handle 'undefined' in fdopenRaimo Niskanen
2016-06-14added asn1 to applications needed for start_sslJohn