Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-02 | Merge branch 'bjorn/compiler/length-misuse/ERL-1013' of ↵ | Björn Gustavsson | |
https://github.com/bjorng/otp into maint OTP-15970 * 'bjorn/compiler/length-misuse/ERL-1013' of https://github.com/bjorng/otp: Eliminate a crash in the type optimizer pass | |||
2019-08-02 | Merge branch 'bjorn/compiler/fix-no_type_opt/ERL-997' of ↵ | Björn Gustavsson | |
https://github.com/bjorng/otp into maint OTP-15969 * 'bjorn/compiler/fix-no_type_opt/ERL-997' of https://github.com/bjorng/otp: Fix compiler crash when compiling with +no_type_opt | |||
2019-08-01 | Merge branch 'bmk/snmp/20190731/correct_top_sup_stop' into maint | Micael Karlberg | |
2019-08-01 | Merge branch 'bmk/erts/esock/20190730/select_info/OTP-15958' into maint | Micael Karlberg | |
2019-08-01 | Merge branch 'bmk/megaco/20190710/test_tweaking' into maint | Micael Karlberg | |
2019-08-01 | Merge branch 'bjorn/compiler/fix-unsafe-sharing/OTP-15963' into maint | Björn Gustavsson | |
* bjorn/compiler/fix-unsafe-sharing/OTP-15963: Fix unsafe code sharing | |||
2019-07-31 | [snmp] Fixed agent|manager top supervisor stop | Micael Karlberg | |
2019-07-31 | Merge branch 'raimo/inherit-listen-options/OTP-15824' into maint | Raimo Niskanen | |
* raimo/inherit-listen-options/OTP-15824: The linger option is not transferred on *BSD | |||
2019-07-31 | Merge branch 'bmk/snmp/manager/20190729/test_tweaking' into maint | Micael Karlberg | |
2019-07-31 | [megaco|test] Add an event list to the test MGC/MG | Micael Karlberg | |
To provide more info when analyzing failed test cases an "event" queue (of max size 10) is added to both the test MG and MGC. This event queue is printed when the process exist. Also, the multi_ack_timeout is wonky, so add anther platform (sunos) to the skip list... | |||
2019-07-31 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Extend tests ssl: Fix better OpenSSL support in test framework ssl: Avoid broken ALPN/NPN renegotiation in OpenSSL | |||
2019-07-31 | ssl: Extend tests | Péter Dimitrov | |
2019-07-31 | ssl: Fix better OpenSSL support in test framework | Ingela Anderton Andin | |
2019-07-31 | ssl: Avoid broken ALPN/NPN renegotiation in OpenSSL | Ingela Anderton Andin | |
All these test work fine with current OpenSSL master | |||
2019-07-30 | [esock|doc] Updated select-info | Micael Karlberg | |
2019-07-30 | [esock] Updated select-info | Micael Karlberg | |
2019-07-30 | Merge branch 'hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962' into maint | Hans Nilsson | |
* hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962: ssh: added log/4 ssh: Fix log problem in early stages of initialization ssh: Fix potential crash if failure in init of client | |||
2019-07-30 | Merge branch 'bmk/erts/esock/20190729/eafnosupport_on_solaris10' into maint | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/erts/esock/20190724/invalid_sockaddr_null_in_sendto' into ↵ | Micael Karlberg | |
maint | |||
2019-07-30 | Merge branch 'bmk/esock/20190723/renaming_nif_functions/OTP-15955' into maint | Micael Karlberg | |
2019-07-30 | Merge branch 'bmk/erts/esock/20190717/socket_options/OTP-15904' into maint | Micael Karlberg | |
2019-07-30 | [megaco|test] Fix copyright end date | Micael Karlberg | |
2019-07-30 | Fix compiler crash when compiling with +no_type_opt | Björn Gustavsson | |
If the `no_type_opt` option was given, the compiler would crash when attempting to compile containing with a `try`...`after` construct, such as this code: foo() -> try make_ref() after ok end. To avoid having this bug re-appear, test the `no_type_opt` option in the test suites. https://bugs.erlang.org/browse/ERL-997 | |||
2019-07-30 | Eliminate a crash in the type optimizer pass | Björn Gustavsson | |
https://bugs.erlang.org/browse/ERL-1013 | |||
2019-07-29 | [esoco|test] Attempt to handle unsupported unix domain socket | Micael Karlberg | |
2019-07-29 | Merge branch 'bmk/snmp/manager/20190723/test_tweaking' into maint | Micael Karlberg | |
2019-07-29 | Merge branch 'bmk/snmp/agent/20190718/fixing_test_exits' into maint | Micael Karlberg | |
2019-07-29 | Fix unsafe code sharing | Björn Gustavsson | |
2019-07-29 | [snmp|manager|test] Make even deprecated test cases use tc_try | Micael Karlberg | |
Make even deprecated test cases use the tc_try function (so that all test cases look the same). Also make the skip reason for those test cases be slightly more readable. | |||
2019-07-29 | [snmp|manager|test] Make use of the tc_try function(s) | Micael Karlberg | |
Make use of the tc_try function(s) in all "active" test cases. | |||
2019-07-29 | [snmp|test] Add utility functions for running test cases | Micael Karlberg | |
Add a utility function, tc_try/2,3, for running test cases in a uniform way. | |||
2019-07-29 | [esock|test] Race during socket close | Micael Karlberg | |
Add a sleep to reduce the chance that process exit has not been "processed" by the nif code. Also increased the test case timetrap for the sc_ctrl_proc_exit group of test cases. OTP-15904 | |||
2019-07-29 | [megaco|test] More timing issues | Micael Karlberg | |
Adjusted some timeouts... Also, add time stamp to the 'delivery' printouts. | |||
2019-07-29 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Remove NPN test from DTLS interop tests | |||
2019-07-29 | ssl: Remove NPN test from DTLS interop tests | Ingela Anderton Andin | |
OpenSSL does note seem to support NPN for DTLS so we will have to skip those test | |||
2019-07-29 | Merge branch 'peterdmv/ssl/test-improvements' into maint | Péter Dimitrov | |
* peterdmv/ssl/test-improvements: ssl: Enable TLS 1.3 test groups in FT | |||
2019-07-26 | ssl: Enable TLS 1.3 test groups in FT | Péter Dimitrov | |
2019-07-26 | Merge branch 'peterdmv/ssl/psk' into maint | Péter Dimitrov | |
* peterdmv/ssl/psk: ssl: Reorder testcases in ssl_api_SUITE ssl: Fix handshake pause in TLS 1.3 ssl: Implement option honor_cipher_order in TLS 1.3 ssl: Add test for option supported_groups ssl: Document option supported_groups ssl: Fix ssl_api_SUITE:connection_information ssl: Fix property tests for SSLv3 ssl: Update property tests with pre_shared_key ssl: Implement pre_shared_key extension ssl: Update property tests with psk_key_exchange_modes ssl: Implement psk_key_exchange_modes extension | |||
2019-07-26 | Merge branch 'ingela/ssl/test-enhancment' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-enhancment: ssl: Move reuseaddr test to tls_api_SUITE ssl: Avoid devision with zero in ssl_bench_SUITE | |||
2019-07-26 | ssl: Move reuseaddr test to tls_api_SUITE | Ingela Anderton Andin | |
2019-07-26 | ssl: Avoid devision with zero in ssl_bench_SUITE | Ingela Anderton Andin | |
When one test in ssl_bench_SUITE is run as a smoke test in the ordinary test runs it might get problems on windows as time measurement is to coarse | |||
2019-07-25 | [megaco|test] Fixed timer 'start and stop' test case | Micael Karlberg | |
When cancel'ing a timer, the ok return is either: ok or {ok, Remaining} The test case did not handle this (expected 'ok'). | |||
2019-07-25 | [megaco|test] Improve skip'ing of codec cases | Micael Karlberg | |
2019-07-25 | [megaco|test] Attempt to catch and handle skip'able TCP cases | Micael Karlberg | |
When waiting for the server command handler to start listening, wait only for so long (5 seconds) and if it has not managed to start listening before then, we *skip* (because something is wrong with the *system*). | |||
2019-07-25 | [megaco|test] General improvement to "skip handling" | Micael Karlberg | |
2019-07-25 | ssl: Reorder testcases in ssl_api_SUITE | Péter Dimitrov | |
2019-07-25 | ssl: Fix handshake pause in TLS 1.3 | Péter Dimitrov | |
2019-07-25 | ssl: Implement option honor_cipher_order in TLS 1.3 | Péter Dimitrov | |
2019-07-25 | ssl: Add test for option supported_groups | Péter Dimitrov | |
2019-07-25 | ssl: Document option supported_groups | Péter Dimitrov | |