Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-16 | erl_interface: Add valgrind ability for test port programs | Sverker Eriksson | |
Run under valgrind if environment variable VALGRIND_LOG_DIR is set. | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2017-11-23 | erts: Fix erlang:monitor toward c-nodes | Sverker Eriksson | |
by suppressing DOP_MONITOR_P, DOP_MONITOR_P_EXIT and DOP_DEMONITOR_P if not supported by the remote node. In 17e198d6ee60f7dec9abfed272cf4226aea44535 I changed the behavior of erlang:monitor to not raise badarg for c-nodes but instead create a monitor to only supervise the connection. But I forgot to prevent DOP_MONITOR_P and friends from being sent to the node that does not expect them. Note: We test both DFLAG_DIST_MONITOR and DFLAG_DIST_MONITOR_NAME for the node to support process monitoring. This is because erl_interface is buggy as it sets DFLAG_DIST_MONITOR without really supporting it. ToDo: Should erl_interface stop setting DFLAG_DIST_MONITOR or should we change the meaning of these flags? | |||
2016-06-14 | erl_interface: Fix trace level tracing on windows | Lukas Larsson | |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-21 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-03-21 | Modernize timetraps | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2009-12-15 | Include the test suites for erl_interface | Björn-Egil Dahlberg | |