aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/bs_construct_SUITE.erl
AgeCommit message (Expand)Author
2019-04-11bs_construct_SUITE: Rename bs_add_overflow/1 to bs_append_overflow/1Björn Gustavsson
2019-04-11bs_construct_SUITE: Remove troublesome test huge_binary/1Björn Gustavsson
2019-04-11bs_construct_SUITE: Remove incorrect purpose lineBjörn Gustavsson
2019-01-09Do not allocate new bitstring/binary on empty appendJosé Valim
2017-08-23Merge branch 'john/erts/fix-binary-append-syslimit/OTP-14524' into maint-20Erlang/OTP
2017-08-01Check for overflow when appending binaries, and error out with system_limitJohn Högberg
2017-06-14Update copyright yearHans Nilsson
2017-06-03Lengthen too short timetrapsBjörn Gustavsson
2017-05-24bs_construct_SUITE: Correct calculation of free memoryBjörn Gustavsson
2016-06-14Merge branch 'lukas/erts/testfixes-19'Lukas Larsson
2016-06-14erts: Ensure bs_add_overflow test has enough memoryLukas Larsson
2016-05-16erts: Fix free_mem calculation in bs_construct testsBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-14Tweak bs_construct_SUITEBjörn-Egil Dahlberg
2016-03-11Remove ?line macrosBjörn-Egil Dahlberg
2016-03-11Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-03-11Eliminate use of ?config() macroBjörn-Egil Dahlberg
2016-03-11Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-03-11Modernize use of timetrapsBjörn-Egil Dahlberg
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-12-02hipe: Fix signed compares of unsigned sizesMagnus Lång
2015-12-02beam: Fix overflow bug in i_bs_add_jIdMagnus Lång
2015-11-27Add missing corner-case to bs_construct_SUITEMagnus Lång
2015-06-18Change license text to APLv2Bruce Yinhe
2013-06-14Fix binary construction on floating point middle-endian machinesJohannes Weißl
2012-12-05Merge branch 'sverk/bs_construct_SUITE-outofmem'Sverker Eriksson
2012-11-28erts: Limit memory usage of bs_construct_SUITE:huge_binarySverker Eriksson
2012-11-05Fix binary append exceptionsBjörn Gustavsson
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-10Remove workarounds for hybrid and shared heaps in test suitesBjörn Gustavsson
2011-08-03Fix binary construction with huge literal sizesBjörn Gustavsson
2011-08-03Fix construction of <<0:((1 bsl 32)-1)>>Bjö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 emulatorLukas 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 emulator tests to conform with common_test standardLukas Larsson
2010-12-21Fix type-checking of variable used in zero-width bit syntax constructionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP