summaryrefslogtreecommitdiff
path: root/lib/debugger/test/int_eval_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Rickard Green2021-12-151-1/+1
|\
| * Update copyright yearRickard Green2021-12-151-1/+1
* | Fix typos in lib/debuggerKian-Meng, Ang2021-12-101-1/+1
|/
* Eliminate warnings for underscore variables multiply boundBjörn Gustavsson2021-03-011-2/+2
* beam_ssa_type: Propagate the 'none' type from callsBjörn Gustavsson2019-02-111-1/+4
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Do not treat binaries as top level in dbg_ievalJosé Valim2018-03-071-2/+7
* Remove ?line macrosBjörn Gustavsson2016-04-181-100/+100
* Eliminate doc and suite clausesBjörn Gustavsson2016-04-181-32/+9
* Eliminate use of test_server:fail/{0,1}Björn Gustavsson2016-04-181-6/+6
* Use proplists:get_value/2 instead of ?config()Björn Gustavsson2016-04-181-2/+2
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* Raise more descriptive error messages for failed map operationsBjörn Gustavsson2015-04-151-1/+1
* Fix evaluation of map updates in the debugger and erl_evalAnthony Ramine2014-05-031-0/+1
* Fix evaluation of empty map updates in the debuggerAnthony Ramine2014-03-151-2/+7
* emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-161-6/+6
* Don't include tail-recursive calls in stacktracesBjörn Gustavsson2011-08-161-2/+33
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting and also some migration fixes for debuggerLukas Larsson2011-02-171-14/+13
* 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 debugger tests to conform with common_test standardLukas Larsson2011-02-171-7/+17
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-2/+2
* debugger: fix int eval testcaseBjörn-Egil Dahlberg2010-11-301-4/+1
* Add test suite for debuggerBjörn Gustavsson2010-09-031-0/+277