aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/alloc_SUITE_data/testcase_driver.c
AgeCommit message (Collapse)Author
2015-11-26erts: Workaround for strange crash on win64 in alloc_SUITE test codeSverker Eriksson
For some reason setjmp() crash when having jmp_buf heap allocated but works when stack allocated.
2015-11-26erts: Refactor alloc_SUITE to use NIFs instead of driversSverker Eriksson
2015-11-10erts: Add alloc_SUITE:migrationSverker Eriksson
2015-06-18Change license text to APLv2Bruce Yinhe
2012-12-19Replace use of deprecated functions in test casesRickard Green
driver_send_term() replaced by erl_drv_send_term(). driver_output_term() replaced by erl_drv_output_term().
2011-12-09emulator test drivers: Conform to updated driver APIRaimo Niskanen
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP