aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tools/test/cover_SUITE.erl
AgeCommit message (Expand)Author
2017-12-21tools: Correct a counting bug in CoverHans Bolinder
2016-08-29Fix purge of codeRickard Green
2016-04-07Eliminate use of doc and suite clausesBjörn-Egil Dahlberg
2016-04-07Replace ?t with test_serverBjörn-Egil Dahlberg
2016-04-07Eliminate use of ?config() macroBjörn-Egil Dahlberg
2016-04-07Eliminate use of test_server:fail/0,1Björn-Egil Dahlberg
2016-04-07Modernize use of timetrapsBjörn-Egil Dahlberg
2016-04-06Remove ?line macrosBjörn-Egil Dahlberg
2016-03-01Generalize bit string comprehensionsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2016-02-08tools: Correct a Cover testHans Bolinder
2016-02-03tools: Add a Cover testHans Bolinder
2015-12-17[cover] Don't crash when compiling beam without 'file' attributeSiri Hansen
2015-12-17[cover] Simplify module cc in cover test to avoid confusionSiri Hansen
2015-09-10Add test for "Fix cover output file"Siri Hansen
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-10cover: handle undefined module when analysing to filePéter Gömöri
2015-02-20[cover] Improve performanceSiri Hansen
2014-03-06cover_SUITE:reconnect/1: Let the other side initiate the disconnectBjörn Gustavsson
2014-02-28Attempt to provide more information if a test case failsBjörn Gustavsson
2014-02-13cover_SUITE: Run part of the test suite when cover is runningBjörn Gustavsson
2013-12-12Test named funsAnthony Ramine
2013-10-30tools: Fix compile_beam_opts testcaseFredrik Gustafsson
2013-10-30Take compiler options from beam in cover:compile_beamPéter Gömöri
2013-03-26[cover] Ensure no process leak when stopping cover on dead nodeSiri Hansen
2013-01-25Ensure cover keeps the proper file sourceJosé Valim
2013-01-25cover now relies on the compile info to find file sourcesJosé Valim
2012-12-21[cover] Cleanup by stopping cover between testsSiri Hansen
2012-12-19[cover] Fix timing dependent bug in cover_SUITE:reconnectSiri Hansen
2012-12-19[cover] Remove stopped node also from lost_nodes listSiri Hansen
2012-12-19[cover] Don't mark stopped node as lostSiri Hansen
2012-10-30[cover] Allow reconnection if node has been disconnected or downSiri Hansen
2012-10-30[cover] Add support for test_serverSiri Hansen
2012-08-31Update copyright yearsBjörn-Egil Dahlberg
2012-05-10Remove workarounds for hybrid and shared heaps in test suitesBjörn Gustavsson
2011-12-02cover_SUITE: Cope with missing/broken crypto applicationBjörn Gustavsson
2011-11-07beam_asm: Strenghten the calculation of Uniq for funsBjörn Gustavsson
2011-05-06Add a check logic to prevent file descriptor leakShunichi Shinohara
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-03-08Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into devLukas Larsson
2011-03-08Fix spelling on analyseLukas Larsson
2011-03-07Add short sleep to prevent timing issues on slow machinesLukas Larsson
2011-03-07Update cover tests which depend on compiled files to be skipped if the compil...Lukas Larsson
2011-02-28Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into devLukas Larsson
2011-02-17Rename Suite Callback to Common Test HookLukas Larsson
2011-02-17Fix formatting for toolsLukas 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 tools tests to conform with common_test standardLukas Larsson
2011-02-17Update all fin_per_testcase to end_per_testcase.Lukas Larsson