aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/receive_SUITE.erl
AgeCommit message (Expand)Author
2019-08-14Fix compiler crash when compiling some receive statementsBjörn Gustavsson
2019-05-21Eliminate compiler crash when compiling complex receive statementsBjörn Gustavsson
2019-02-27beam_validator: Don't explode when building terms in receiveJohn Högberg
2019-01-21beam_ssa_type: Remove wait_timeout instructions with a timeout of 0John Högberg
2018-08-14Fix compiler crash when compiling double receivesBjörn Gustavsson
2018-08-06beam_validator: Fix false diagnostic for a receive nested in a tryBjörn Gustavsson
2018-07-06Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2017-12-08Merge pull request #1634 from bjorng/bjorn/get_stacktrace-syntax/OTP-14692Björn Gustavsson
2017-12-04Fix number of values for 'after infinity' clauseBjörn Gustavsson
2017-11-30Use the new syntax in more test suitesBjörn Gustavsson
2016-05-25beam_receive: Don't crash when encountering nonsensical codeBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-02-25Remove ?line macrosBjörn Gustavsson
2016-02-25Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-02-25Eliminate use of ?config() macroBjörn Gustavsson
2016-02-25Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-01-21receive_SUITE: Cover handling of recv_mark & recv_set in beam_utilsBjörn Gustavsson
2014-03-04Handle nil as a wait_timeout argument in beam_utils:live_opt/4Anthony Ramine
2013-05-29compiler: Correct liveness optimization for wait/1Björn Gustavsson
2013-04-19Use a set to store ref registers in beam_receiveAnthony Ramine
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-11-07compiler tests: Correct error in receive_SUITE:groups/0Björn Gustavsson
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2011-04-12compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for compilerLukas 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 compiler tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson
2010-10-12beam_block: Do optimizations in the safe orderBjörn Gustavsson
2010-05-12Merge branch 'bg/opt-receive' into devErlang/OTP
2010-05-11compiler test: Test optimization of receive statementsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP