aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2012-10-30kernel: Extend test timeout for cover testsDan Gudmundsson
2012-10-30stdlib: Fix test timeouts in cover runsDan Gudmundsson
2012-10-30runtime_tools: Fix failing testcaseDan Gudmundsson
2012-10-26Merge branch 'bjorn/compiler/test-cases'Björn Gustavsson
2012-10-26Merge branch 'bjorn/test_server/test-cases'Björn Gustavsson
2012-10-26Merge branch 'bjorn/ct/separate-io-server/OTP-10101'Björn Gustavsson
2012-10-25[test_server] Set data_dir correctly when suite is cover compiledSiri Hansen
2012-10-25test_server tests: Be kind to Windows by using shorter pathnamesBjörn Gustavsson
2012-10-24Merge branch 'maint'Björn-Egil Dahlberg
2012-10-24Merge branch 'egil/ensure-erl_crash.dump/OTP-10422' into maintBjörn-Egil Dahlberg
2012-10-23Test ct:capture/start/stop/getBjörn Gustavsson
2012-10-23Introduce ct_group_leader_SUITE that does nasty things with group leadersBjörn Gustavsson
2012-10-23Eliminate unexpected I/O to the minor log fileBjörn Gustavsson
2012-10-23Introduce test_server_io and test_server_glBjörn Gustavsson
2012-10-23test: Relax timeouts for heart_SUITEBjörn-Egil Dahlberg
2012-10-23Clean up initialization of parallel test casesBjörn Gustavsson
2012-10-23Introduce is_io_buffered/0 to somewhat improve readabilityBjörn Gustavsson
2012-10-23test_server_ctrl: Consistently use set_io_buffering/1Björn Gustavsson
2012-10-23Correct typo in test suite nameBjörn Gustavsson
2012-10-23compiler: Run testcases in parallelBjörn Gustavsson
2012-10-22Merge branch 'ia/ssh/ctify-tests'Ingela Anderton Andin
2012-10-19ssh: Modernized test suites to use only Common TestIngela Anderton Andin
2012-10-18doc: Document ERL_CRASH_DUMP_SECONDS behaviourBjörn-Egil Dahlberg
2012-10-18test: Add test for heart restart on crashBjörn-Egil Dahlberg
2012-10-18Merge branch 'ar/odbc_nagel'Henrik Nord
2012-10-18Merge branch 'nk/jinterface-fix_compressed_binary'Henrik Nord
2012-10-18Merge branch 'at/binary-depth-printing'Henrik Nord
2012-10-18Merge branch 'jf/fix_sctp_peeloff_active_true'Henrik Nord
2012-10-16test: Add test for heart restart on crashBjörn-Egil Dahlberg
2012-10-15test: Refactor away ?line macros in heart_SUITEBjörn-Egil Dahlberg
2012-10-15erts, heart: Ensure erl_crash.dump is writtenBjörn-Egil Dahlberg
2012-10-15Merge branch 'tp/supervisor-pass-on-errors'Siri Hansen
2012-10-12Merge branch 'egil/add-scalefactor-to-start_node'Björn-Egil Dahlberg
2012-10-11If supervisor:start_link fails to start child, add child id to error reasonSiri Hansen
2012-10-11filename: Eliminate Dialyzer warningBjörn Gustavsson
2012-10-11common_test: Make ct_system_error_SUITE portable to WindowsBjörn Gustavsson
2012-10-11Fix documentation about how supervisor handles crash in child's start functionSiri Hansen
2012-10-11Merge branch 'hb/kernel/spec_fix/OTP-10473'Hans Bolinder
2012-10-10Change the type of some arguments in filename to file:name()Hans Bolinder
2012-10-10Merge branch 'bjorn/compiler/minor-optimization-polishing/OTP-10193'Björn Gustavsson
2012-10-10beam_bsm: Handle calls slightly betterBjörn Gustavsson
2012-10-10Break apart tail-recursive call instructionsBjörn Gustavsson
2012-10-10Represent the 'send' instruction as a call_ext/2 instructionBjörn Gustavsson
2012-10-10Rewrite select_val and select_tuple_arity to a select instructionBjörn Gustavsson
2012-10-10Merge branch 'siri/sasl/appup-regexp-fix/OTP-10463'Siri Hansen
2012-10-09Rewrite binary creation instructions to bs_init instructionsBjörn Gustavsson
2012-10-09Rewrite bs_add, bs_utf*_size to BIF instructions in optimizationsBjörn Gustavsson
2012-10-09Rewrite bs_put* instructions to a generic bs_put instructionBjörn Gustavsson
2012-10-09Refactor removal of unused labelsBjörn Gustavsson
2012-10-09Introduce the mandatory beam_a and beam_z passesBjörn Gustavsson