aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/process_SUITE.erl
AgeCommit message (Expand)Author
2017-03-10Update copyright yearRickard Green
2017-01-11Merge branch 'rickard/test-fix' into maintRickard Green
2017-01-10Fix processes() BIF test casesRickard Green
2016-12-12erts: Make depth of current_stacktrace configurableHåkan Mattsson
2016-08-30Merge branch 'rickard/time-unit/OTP-13735' into maintRickard Green
2016-08-30Adjust process_SUITE:no_priority_inversion2Rickard Green
2016-08-25Update test-cases to use new symbolic time unitsRickard Green
2016-06-14Merge branch 'lukas/erts/testfixes-19'Lukas Larsson
2016-06-07remove unused purify functionsZandra
2016-05-20erts: Require more memory for debug testsLukas Larsson
2016-05-10erts: Implement max_heap_size process flagLukas Larsson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-04-08Let low_prio test run a bit longerBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-11Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-03-11Replace ?t with test_serverBjörn-Egil Dahlberg
2016-03-11Eliminate use of ?config() macroBjörn-Egil Dahlberg
2016-03-11Replace use of test_server:format/2 with io:format/2Björn-Egil Dahlberg
2016-03-11Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-03-11Modernize use of timetrapsBjörn-Egil Dahlberg
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-11-16erts: Add garbage_collection_info to process_info/2Lukas Larsson
2015-10-12erts: Don't run processes tests on lcnt with little memoryLukas Larsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-06Replace erlang:now() usage in emulator suiteRickard Green
2013-11-18Functionality for disabling garbage collectionRickard Green
2013-11-18Execution of system tasks in context of another processRickard Green
2013-07-11Conditionally skip process_SUITE tests that consume large amount of memoryRickard Green
2013-05-17Introduce a better id allocation algorithm for PTabsRickard Green
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-12-14Merge branch 'sverk/egil/r16/new-alloc-header-scheme/OTP-10273'Björn-Egil Dahlberg
2012-12-14tests: Fix heap_sizes checkBjörn-Egil Dahlberg
2012-12-14tests: Refactor away ?line macro in process_SUITEBjörn-Egil Dahlberg
2012-12-14tests: Use new correct min_bin_vheap_size in testBjörn-Egil Dahlberg
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Improve configuration of process and port tablesRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-07-19erts: Remove VxWorks from testsBjörn-Egil Dahlberg
2011-08-18Implement process_info(Pid, current_{location,stacktrace})Björn Gustavsson
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2011-04-11Avoid scheduling of processes being garbage collected by othersRickard Green
2011-04-07Add testcase for process_info() badarg bugRickard Green
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for emulatorLukas Larsson
2011-02-17Add init_per_suite and end_per_suiteLukas Larsson
2011-02-17Add ts_install_scb to suite/0Lukas Larsson
2011-02-17Update emulator tests to conform with common_test standardLukas Larsson
2010-01-15Merge branch 'egil/binary-gc' into ccase/r13b04_devErlang/OTP
2010-01-13Improve binary garbage collectionBjörn-Egil Dahlberg