Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-23 | code_SUITE: Skip on_load_embedded/1 if no symlinks | Björn Gustavsson | |
On Windows, we might not have permission to create symlinks. Skip the test case instead of failing. | |||
2016-03-23 | gen_sctp_SUITE: Skip most SCTP test cases on Solaris before 5.12 | Björn Gustavsson | |
On old Solaris versions, many gen_sctp test cases fail. It is not clear whether the implementation or the test cases or both must be fixed. The number of failed test cases is a problem, as other failed test cases in the Kernel application might not be noticed. For now, skip most test gen_sctp test cases on old Solaris platforms, until the day that someone can mend the tests case and/or implementation (or test machines die). Keep a few smoke test cases. | |||
2016-03-23 | heart_SUITE: Increase timeout in restart/1 | Björn Gustavsson | |
2016-03-23 | heart_SUITE: Use unique node names | Björn Gustavsson | |
Avoid interference between test cases. | |||
2016-03-23 | init_SUITE: Quote pathname that may contain a space | Björn Gustavsson | |
On Windows, the pathname is likely to start with "C:/Program Files". | |||
2016-03-23 | gen_tcp_misc_SUITE: Clean up send_timeout{_active}/1 | Björn Gustavsson | |
Eliminate gratuitous use of funs. Don't limit the send attempts to 1000; it might not be enough. Rely on four minut timetrap to fail the test case if there will never be a send timeout error. | |||
2016-03-23 | Clean up the determination of the hostname | Björn Gustavsson | |
2016-03-23 | Fix transportoption, ssloption, ssloptions types names in the documentation | def_null | |
2016-03-22 | ssh: Increase timetrap for GEX | Hans Nilsson | |
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Cleanup test code | Björn-Egil Dahlberg | |
2016-03-21 | Remove unncecessary exports | Björn-Egil Dahlberg | |
2016-03-21 | Eliminate suite and doc clauses | Björn-Egil Dahlberg | |
2016-03-21 | Replace ?config() macro with proplists:get_value() | Björn-Egil Dahlberg | |
2016-03-21 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'kostis/hipe-inline-fp-crash/PR-984/OTP-13407' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/win-test-debug-compile' | Sverker Eriksson | |
2016-03-21 | Merge branch 'sverk/wait_for_deallocations' | Sverker Eriksson | |
2016-03-21 | Eliminate ?line macros | Björn-Egil Dahlberg | |
2016-03-21 | Merge branch 'egil/fix-filename_basedir-windows' | Björn-Egil Dahlberg | |
* egil/fix-filename_basedir-windows: stdlib: Fix filename:basedir/2,3 | |||
2016-03-21 | ssh: Make test case ssh_algorithms_SUITE report unexpected messages | Hans Nilsson | |
2016-03-21 | Merge branch 'bjorn/optimize-start-up/OTP-13368' | Björn Gustavsson | |
* bjorn/optimize-start-up/OTP-13368: Update preloaded modules init: Load modules in parallel using the new loader BIFs systools_make: Add commonly used modules to mandatory_modules/0 compile: Pre-load compiler modules when invoked from 'erlc' | |||
2016-03-21 | Merge branch 'bjorn/asn1/modernize-tests' | Björn Gustavsson | |
* bjorn/asn1/modernize-tests: Eliminate suite and doc clauses Replace ?config() macro with proplists:get_value() Modernize timetraps Eliminate ?line macros | |||
2016-03-21 | Merge branch 'hans/ssh/ssh_info_additions' | Hans Nilsson | |
2016-03-21 | Merge branch 'hans/ssh/set_timetrap_tests' | Hans Nilsson | |
2016-03-18 | kernel: Reduce sendfile fallback chunk size | Lukas Larsson | |
This is necessary for windows to perform correctly when writing large files. | |||
2016-03-18 | Merge branch 'lukas/kernel/error_logger_warn_fix/OTP-13184' | Lukas Larsson | |
* lukas/kernel/error_logger_warn_fix/OTP-13184: kernel: Fix progress check in error logger warn suite | |||
2016-03-18 | Merge branch 'lukas/eldap/asn1hrl/OTP-13426' | Lukas Larsson | |
* lukas/eldap/asn1hrl/OTP-13426: eldap: Make sure to build out ASN.1 header | |||
2016-03-18 | ssh: Add ssh_info:collect/0 which returns all pids in the ssh supervisor tree | Hans Nilsson | |
Good for test cases. | |||
2016-03-18 | ssh: cleaning and add export decl in ssh_info | Hans Nilsson | |
2016-03-18 | ssh: Make ssh_info:string() return the result from print() as a string | Hans Nilsson | |
Good for test cases. | |||
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-18 | Eliminate suite and doc clauses | Björn Gustavsson | |
2016-03-18 | Replace ?config() macro with proplists:get_value() | Björn Gustavsson | |
2016-03-18 | Modernize timetraps | Björn Gustavsson | |
2016-03-18 | Eliminate ?line macros | Björn Gustavsson | |
2016-03-18 | Do more intricate Fred Hebert doc changes | Raimo Niskanen | |
2016-03-18 | Let throttling callback send a throttle message | Anders Svensson | |
That is, don't assume that it's only diameter_tcp doing so: allow it to be received when not throttling. This lets a callback module trigger a new throttling callback itself, but it's not clear if this will be useful in practice. | |||
2016-03-17 | TLS distribution: crl_check and crl_cache options | Magnus Henoch | |
Allow specifying the crl_check and crl_cache options for TLS distribution connections. | |||
2016-03-17 | Allow passing verify_fun for TLS distribution | Magnus Henoch | |
Accept a value of the form {Module, Function, State} from the command line. This is different from the {Fun, State} that ssl:connect etc expect, since there's no clean way to parse a fun from a command line argument. | |||
2016-03-17 | More informative malformed_ssl_dist_opt error | Magnus Henoch | |
2016-03-17 | Change Caller -> From as suggested by Fred Hebert | Raimo Niskanen | |
2016-03-17 | Do documentation improvements from Fred Hebert | Raimo Niskanen | |
2016-03-17 | stdlib: Fix filename:basedir/2,3 | Björn-Egil Dahlberg | |
Handle the case when the environment APPDATA is not set. | |||
2016-03-17 | Merge branch 'egil/fix-percept-now/OTP-13422' | Björn-Egil Dahlberg | |
* egil/fix-percept-now/OTP-13422: Modernize test suites Use monotonic_time/1 instead of now/0 | |||
2016-03-17 | inets: Prepare for release | Ingela Anderton Andin | |
2016-03-17 | Remove references to old modules | Nathaniel Waisbrot | |
mod_include was already gone in 18, and webtool is out in 19, but some references remained in example config files. | |||
2016-03-17 | mnesia: Send mnesia_down messages to waiting transactions | Dan Gudmundsson | |
Mnesia didn't forward mnesia_down to transactions which where already decided to be aborted, but that could lead to hanging transactions still waiting for messages from the node which had stopped. | |||
2016-03-17 | systools_make: Add commonly used modules to mandatory_modules/0 | Björn Gustavsson | |
Add commonly used modules to the list of modules in mandatory_modules/0. Having those modules listed will potentially help the 'init' module to load them in parallel during start-up. | |||
2016-03-17 | compile: Pre-load compiler modules when invoked from 'erlc' | Björn Gustavsson | |
Slightly speed up 'erlc' by pre-loading the modules used by the compiler. Write a test case to ensure that the correct set of modules are loaded. |