aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test/bs_construct_SUITE.erl
AgeCommit message (Expand)Author
2019-03-25Verify the highest opcode for the r21 test suitesBjörn Gustavsson
2019-01-16Move optimizations of bs_put* instruction to beam_ssa_optBjörn Gustavsson
2018-07-06Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-03-19core_parse: Fix handling of negative sizes in binariesBjörn Gustavsson
2017-06-14Update copyright yearHans Nilsson
2017-05-10Cover the first clause of v3_core:bin_expand_string/4Bjö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-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-26Speed up running of compiler test suites in coverage modeBjörn Gustavsson
2013-06-14Fix binary construction on floating point middle-endian machinesJohannes Weißl
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2012-10-09beam_utils: Extend live_opt/1 to recalculate live registers in allocsBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-08-22compiler: Warn if the size of a binary segment is invalidBjörn Gustavsson
2011-04-12compiler tests: Reinstate ?MODULE macro in calls to test_lib:recompile/1Björn Gustavsson
2011-02-23compiler: Eliminate some warningsBjörn Gustavsson
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-09-23Fix compiler crash when constructing zero-size binary segmentsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP