aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/binary_SUITE.erl
AgeCommit message (Expand)Author
2019-08-09erts: Create heap binaries in split_binary/2John Högberg
2019-04-05Fail when we cannot encode term in binaryRickard Green
2019-03-25erts: Fix binary_SUITE:cmp_old_implSverker Eriksson
2019-02-25Make iolist_size/1 yieldKjell Winblad
2018-06-18Update copyright yearHenrik Nord
2018-02-19Merge branch 'maint'John Högberg
2018-02-15badarg on iolist_to_binary(Bitstring)John Högberg
2017-11-30Use the new syntax in more test suitesBjörn Gustavsson
2017-11-17Avoid using the efile driver in test suitesBjörn Gustavsson
2017-11-15erts: Make DFLAGS_NEW_FUN_TAGS mandatorySverker Eriksson
2017-10-17erts: Add 'used' option to binary_to_term/2Sverker Eriksson
2017-10-16erts: Cleanup binary_SUITE:termsSverker Eriksson
2017-08-30Merge tag 'OTP-20.0' into sverker/20/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30Merge tag 'OTP-19.0' into sverker/19/binary_to_atom-utf8-crash/ERL-474/OTP-14590Sverker Eriksson
2017-08-30erts: Fix crash in binary_to_atom/term for invalid utf8Sverker Eriksson
2017-05-31Make sure that asynchronous replies are not lostBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-02-14Fixed typos in ertsAndrew Dryga
2017-01-25Update test cases for erlang:hash/2 removalBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2016-03-11Remove ?line macrosBjörn-Egil Dahlberg
2016-03-11Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-03-11Replace ?t with test_serverBjö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-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-12-11Emulator test suite: Replace use of 'random' with 'rand'Björn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-06Replace erlang:now() usage in emulator suiteRickard Green
2014-06-05Replace erlang:binary_to_term() Erlang wrappersRickard Green
2014-05-22Add test-case comparing old and new implementationsRickard Green
2014-05-22Make binary BIFs converting from lists yield on large inputRickard Green
2014-05-22Make binary BIFs converting to lists yield on large inputRickard Green
2014-04-02Merge branch 'egil/test-cuddling'Björn-Egil Dahlberg
2014-04-01erts: Make binary_SUITE:deep less stressfulSverker Eriksson
2014-04-01emulator: Increase timetrap timeout for binary_SUITEBjörn-Egil Dahlberg
2014-02-24erts: Set default external enc to use new float schemeLukas Larsson
2014-01-20Merge branch 'sverk/term2bin-simplify'Sverker Eriksson
2014-01-10erts: Run binary_SUITE:trapping even for 32bitSverker Eriksson
2014-01-10erts: Extend binary_SUITE:ttb_trap to also cover binary_to_termSverker Eriksson
2014-01-08erts: Fix useless comparisons in binary_SUITE:external_sizeSverker Eriksson
2014-01-08erts: Reduce heap usage for binary_SUITE:deepSverker Eriksson
2013-12-17Merge tag 'OTP_R16B03_yielding_binary_to_term'Sverker Eriksson
2013-12-12Test named funsAnthony Ramine
2013-12-12Merge branch 'sverk/trapping-bin2term' into OTP_R16B03Sverker Eriksson
2013-11-18erts: Improve stress of binary_to_term in binary_SUITESverker Eriksson
2013-11-18erts: Fix bug in binary_to_term for binaries larger than 2^31Sverker Eriksson
2013-11-18erts: Fix bugs in binary_to_term for invalid bitstringsSverker Eriksson
2013-07-11Merge branch 'jw/fix-float-middle-endian/OTP-11201' into maintFredrik Gustafsson
2013-06-14Fix external term format BIFs on floating point middle-endian machinesJohannes Weißl