summaryrefslogtreecommitdiff
path: root/lib/compiler/test/receive_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler crash when compiling some receive statementsBjörn Gustavsson2019-08-141-0/+35
* Eliminate compiler crash when compiling complex receive statementsBjörn Gustavsson2019-05-211-2/+24
* beam_validator: Don't explode when building terms in receiveJohn Högberg2019-02-271-2/+28
* beam_ssa_type: Remove wait_timeout instructions with a timeout of 0John Högberg2019-01-211-2/+25
* Fix compiler crash when compiling double receivesBjörn Gustavsson2018-08-141-2/+30
* beam_validator: Fix false diagnostic for a receive nested in a tryBjörn Gustavsson2018-08-061-2/+47
* Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-1/+1
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692Björn Gustavsson2017-12-081-3/+2
|\
| * Use the new syntax in more test suitesBjörn Gustavsson2017-11-301-3/+2
* | Fix number of values for 'after infinity' clauseBjörn Gustavsson2017-12-041-0/+8
|/
* beam_receive: Don't crash when encountering nonsensical codeBjörn Gustavsson2016-05-251-0/+6
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Remove ?line macrosBjörn Gustavsson2016-02-251-8/+8
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-02-251-3/+3
* Eliminate use of ?config() macroBjörn Gustavsson2016-02-251-2/+2
* Modernize use of timetrapsBjörn Gustavsson2016-02-251-6/+5
* 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
* receive_SUITE: Cover handling of recv_mark & recv_set in beam_utilsBjörn Gustavsson2015-01-211-8/+30
* Handle nil as a wait_timeout argument in beam_utils:live_opt/4Anthony Ramine2014-03-041-0/+1
* compiler: Correct liveness optimization for wait/1Björn Gustavsson2013-05-291-2/+19
* Use a set to store ref registers in beam_receiveAnthony Ramine2013-04-191-4/+9
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* compiler tests: Correct error in receive_SUITE:groups/0Björn Gustavsson2012-11-071-2/+2
* compiler: Run testcases in parallelBjörn Gustavsson2012-10-231-2/+4
* compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson2011-04-121-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2011-03-111-1/+1
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
* Fix formatting for compilerLukas Larsson2011-02-171-4/+6
* 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 compiler tests to conform with common_test standardLukas Larsson2011-02-171-5/+14
* Update all fin_per_testcase to end_per_testcase.Lukas Larsson2011-02-171-3/+3
* beam_block: Do optimizations in the safe orderBjörn Gustavsson2010-10-121-2/+23
* Merge branch 'bg/opt-receive' into devErlang/OTP2010-05-121-8/+55
|\
| * compiler test: Test optimization of receive statementsBjörn Gustavsson2010-05-111-3/+50
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+161