summaryrefslogtreecommitdiff
path: root/erts/emulator/test/tuple_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* beam_makeops: Introduce the new type 'W' (machine word)Björn Gustavsson2017-08-231-0/+7
| | | | | | | | | | | | | | As a preparation for potentially improving packing in the future, we will need to make sure that packable types have a defined maximum size. The packer algorithm assumes that two 'I' operands can be packed into one 64-bit word, but there are instructions that use an 'I' operand to store a pointer. It only works because those instructions are not packed for other reasons. Introduce the 'W' type and use it for operands that don't fit in 32 bits.
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Eliminate use of ?config() macroBjörn-Egil Dahlberg2016-03-111-1/+1
|
* Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg2016-03-111-3/+3
|
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
| | | | | | | As a first step to removing the test_server application as as its own separate application, change the inclusion of test_server.hrl to an inclusion of ct.hrl and remove the inclusion of test_server_line.hrl.
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
|
* Only run upper boundry tuple test with lots of memoryRickard Green2014-09-051-20/+75
|
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
|
* tests: Update tuple_SUITE for insert and deleteBjörn-Egil Dahlberg2012-12-141-0/+45
| | | | | * Test erlang:insert_element/3 BIF * Test erlang:delete_element/2 BIF
* test: Refactor away ?line macro in tuple_SUITEBjörn-Egil Dahlberg2012-11-271-79/+79
| | | | | * ?line is not needed anymore and should be removed when a test_SUITE is changed.
* erts: Enforce tuple max size on BIFsBjörn-Egil Dahlberg2012-11-271-38/+64
|
* emulator tests: Eliminate some compiler warningsBjörn Gustavsson2011-02-231-2/+2
|
* Rename Suite Callback to Common Test HookLukas Larsson2011-02-171-1/+1
|
* Fix formatting for emulatorLukas Larsson2011-02-171-7/+9
|
* 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 emulator tests to conform with common_test standardLukas Larsson2011-02-171-9/+18
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+283