summaryrefslogtreecommitdiff
path: root/erts/emulator/test/scheduler_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* erts: Fix pollset test casesLukas Larsson2019-01-071-14/+13
* erts: Move fds with active true behaviour to own pollsetLukas Larsson2018-12-061-12/+15
* Update copyright yearHenrik Nord2018-09-211-1/+1
* Improve trapping in lists:reverse/2John Högberg2018-09-131-1/+3
* Eliminate use of deprecated functions in stringBjörn Gustavsson2017-10-131-4/+2
* erts: Add testcases to test IOp and IOt optionsLukas Larsson2017-10-021-9/+90
* Fix testcases after removal of non-smp emulatorLukas Larsson2017-07-171-10/+3
* Eliminate warnings for unused variablesBjörn Gustavsson2017-06-131-3/+2
* Update copyright yearRaimo Niskanen2017-05-041-1/+1
* erts: Fix testcases for smp +S 1:1Lukas Larsson2017-04-211-12/+4
* Fix scheduler_SUITE:update_cpu_info test-caseRickard Green2017-03-171-16/+62
* Always return info from system_info(dirty_[cpu|io]_schedulers*)Rickard Green2017-01-171-14/+8
* Merge branch 'rickard/time-unit/OTP-13735' into maintRickard Green2016-08-301-3/+3
|\
| * Update test-cases to use new symbolic time unitsRickard Green2016-08-251-3/+3
* | Fix scheduler_SUITE:scheduler_suspend testRickard Green2016-06-271-2/+24
* | Fix scheduler_SUITE:scheduler_threads testRickard Green2016-06-271-14/+21
* | Fix scheduler_SUITE:update_cpu_info testRickard Green2016-06-221-3/+3
|/
* Move dirty nif test cases into dirty_nif_SUITERickard Green2016-05-111-49/+1
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\
| * update copyright-yearHenrik Nord2016-03-151-1/+1
* | Replace test_server:os_type/0 with os:type/0Björn-Egil Dahlberg2016-04-081-1/+1
* | Use ct:fail/1 instead of test_server:fail/1Björn-Egil Dahlberg2016-04-071-1/+1
|/
* Remove ?line macrosBjörn-Egil Dahlberg2016-03-111-825/+825
* Replace ?t with test_serverBjörn-Egil Dahlberg2016-03-111-3/+3
* Eliminate use of ?config() macroBjörn-Egil Dahlberg2016-03-111-3/+3
* Replace use of test_server:format/2 with io:format/2Björn-Egil Dahlberg2016-03-111-13/+13
* Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg2016-03-111-3/+3
* Modernize use of timetrapsBjörn-Egil Dahlberg2016-03-111-22/+10
* Improved scheduler suspend functionalityRickard Green2016-03-101-8/+168
* Merge branch 'bjorn/remove-test_server/OTP-12705'Björn Gustavsson2016-02-181-1/+1
|\
| * Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* | Add dirty scheduler process termination testSteve Vinoski2016-02-151-1/+49
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Replace erlang:now() usage in emulator suiteRickard Green2015-05-061-14/+11
* further enhancements for dirty schedulersSteve Vinoski2014-02-241-3/+92
* Fix issues with new versioningRickard Green2014-01-091-1/+1
* add erl option to set schedulers by percentagesSteve Vinoski2013-08-291-2/+62
* Unlink test-proc instead of ensuring that it has died before stopping nodeRickard Green2011-12-061-5/+1
* Ensure test-proc is dead before stopping nodeRickard Green2011-12-061-7/+13
* Give slow machines more time to compute resultRickard Green2011-12-061-2/+2
* Increase timeout in scheduler_suspend for slow platformsLukas Larsson2011-09-211-1/+1
* Skip update_cpu_info if 'taskset' cannot be foundLukas Larsson2011-09-211-1/+10
* emulator tests: Eliminate some compiler warningsBjörn Gustavsson2011-02-231-64/+3
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for emulatorLukas Larsson2011-02-171-18/+17
* Add init_per_suite and end_per_suiteLukas Larsson2011-02-171-1/+7
* Add ts_install_scb to suite/0Lukas Larsson2011-02-171-1/+3
* Update emulator tests to conform with common_test standardLukas Larsson2011-02-171-23/+22
* Add testcase for erlang:system_info(update_cpu_info)Rickard Green2010-09-011-0/+133
* Rewrite ethread libraryRickard Green2010-08-101-3/+358