aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-06Fix build of test port programRickard Green
2014-08-06Merge branch 'lukas/os_mon/testfixes/OTP-12053' into maintLukas Larsson
* lukas/os_mon/testfixes/OTP-12053: os_mon: Fix so that all testcases are run os_mon: Ignore posix_only on windows and solaris
2014-08-06os_mon: Fix so that all testcases are runLukas Larsson
For some reason only a new testcases were run on the majority of platforms. After this change all tests are run on all unix and win32 platforms.
2014-08-06os_mon: Ignore posix_only on windows and solarisLukas Larsson
2014-08-06Merge branch 'lukas/erts/fd_bind_tc_fix/OTP-12061' into maintLukas Larsson
* lukas/erts/fd_bind_tc_fix/OTP-12061: erts: Fix tc and docs after {fd,FD} bind change
2014-08-06erts: Fix tc and docs after {fd,FD} bind changeLukas Larsson
The sha of the original change is 52810718b
2014-08-06erts: Print error reason when malloc failsLukas Larsson
2014-08-05Update Makefile.srckudryashov-sv
2014-08-05Add async_ports testSergey Kudryashov
2014-08-05Fix abort of nosuspend-tasks in erts_port_task_schedule()Rickard Green
The counter for the amount of outstanding data in the port queue became inconsistent when aborting nosuspend-signals in erts_port_task_schedule(). This since the counter was subtracted by the data size of the signal although the data size had never been added to it. This inconsistency caused the port queue to remain in a busy state forever.
2014-08-05Merge branch 'derek121/epmd-docs-2' into maintBruce Yinhe
OTP-12052 * derek121/epmd-docs-2: Fix minor grammatical errors in epmd docs
2014-08-05Improve ct_snmp test casesRaimo Niskanen
2014-08-05Fix misspelled community in managerRaimo Niskanen
2014-08-01[orber] Fix bug in testcaseLars Thorsen
2014-07-31[orber] Fix malformed macrosLars Thorsen
A couple of macros were malformed, missing commas: PROFILEBODY_1_1_TYPEDEF and PROFILEBODY_1_2_TYPEDEF. Thanks to Vlad Dumitrescu for the fix.
2014-07-31[orber] Add test suite for ORB with dual ipv4/ipv6 configurationLars Thorsen
2014-07-30Rearrange test suite group structureRaimo Niskanen
2014-07-30Fix testcase for really dual ipRaimo Niskanen
2014-07-30Adjust test cases for daily buildsRaimo Niskanen
2014-07-30Fix call to non-existent functionRaimo Niskanen
2014-07-30Fix test manager in agent tests for IPv6Raimo Niskanen
2014-07-30Call new Net-SNMP test suite from top suiteRaimo Niskanen
2014-07-30Improve external snmp commands argsRaimo Niskanen
2014-07-30Test inform to dual transportsRaimo Niskanen
2014-07-30Write list of trap targetsRaimo Niskanen
2014-07-30Improve dual stack test suiteRaimo Niskanen
2014-07-30Use {ipv6_v6only, true}Raimo Niskanen
2014-07-25Remove commented out codeRaimo Niskanen
2014-07-25Add dual_ip tests in snmp_to_snmpnet_SUITERaimo Niskanen
2014-07-25Silence logging from agent net_if at shutdownRaimo Niskanen
2014-07-25Rewrite agent for IPv4 + IPv6Raimo Niskanen
2014-07-25snmp: Add inform testIngela Anderton Andin
2014-07-25snmp: Add new test suiteIngela Anderton Andin
2014-07-25Mend loop_mib_* testcasesRaimo Niskanen
2014-07-25Mend regression testsRaimo Niskanen
2014-07-25Add testcases and do related fixesRaimo Niskanen
2014-07-25Use IPv6 config in managerRaimo Niskanen
2014-07-25Mend write_config_file and append_config_fileRaimo Niskanen
2014-07-25Mend manager to pass regression testsRaimo Niskanen
2014-07-25Rewrite ordering functions for maintainabilityRaimo Niskanen
2014-07-25Fix vsn.mk and clean out moot testcasesRaimo Niskanen
2014-07-25Fix log validation and fix some testcasesRaimo Niskanen
2014-07-25Write IPv6 test casesRaimo Niskanen
2014-07-25Rewrite string representation of addresses and stop printing an error report ↵Raimo Niskanen
when snmpa_net_if gets externally killed
2014-07-25Don't encode IPv6 address into v1 trap and fix legacy arguments to ↵Raimo Niskanen
snmpa_network_interface_filter functions
2014-07-25wip: Testcase feedbackRaimo Niskanen
2014-07-25wip: Fix agent loggingRaimo Niskanen
2014-07-25bugfix: Call to non-existing module 'list'Raimo Niskanen
2014-07-25Bugfix: argument order to internal function verify_lines/4Raimo Niskanen
2014-07-25Go back to passing (Domain, Addr) to net_if filtersRaimo Niskanen