Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-15 | eprof: Fix tests after tracer module incompatabilities | Lukas Larsson | |
2016-04-13 | Merge branch 'egil/tools/modernize-tests' | Björn-Egil Dahlberg | |
* egil/tools/modernize-tests: tools: Don't divide by zero in tests Fix instruments_SUITE sumblock check Eliminate use of doc and suite clauses Replace ?t with test_server Use test_server:is_debug/0 instead of custom check Replace use of test_server:format/2 with io:format/2 Eliminate use of ?config() macro Eliminate use of test_server:fail/0,1 Eliminate erlang:now/0 Modernize use of timetraps Remove ?line macros | |||
2016-04-07 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-04-07 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-07 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-17 | Eliminate use of test_server.hrl and test_server_line.hrl | Björn Gustavsson | |
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. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-04-01 | tools: Refactor testcase | Björn-Egil Dahlberg | |
2014-02-20 | With --enable-native-libs, skip eprof_SUITE:basic_option/1 | Björn Gustavsson | |
eprof does not work on native-compiled code. Since eprof_SUITE:basic_option/1 does profiling on the lists modules, the test case will fail if --enable-native-libs is used. | |||
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-05-03 | tools: Add testcase to eprof_SUITE | Björn-Egil Dahlberg | |
Test disabling of set_on_spawn | |||
2013-05-03 | tools: Refactor away ?line macro in eprof_SUITE | Björn-Egil Dahlberg | |
2011-12-02 | eprof_SUITE: Cope with fast computers and bad time measurements | Björn Gustavsson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for tools | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update tools tests to conform with common_test standard | Lukas Larsson | |
2010-06-09 | Fix eprof to handle error cases | Björn-Egil Dahlberg | |
2010-06-09 | Dialyzer cleanup for eprof | Björn-Egil Dahlberg | |
2010-06-09 | Switch pattern API for eprof profile with mfa | Björn-Egil Dahlberg | |
2010-06-09 | Update eprof_SUITE with more basic tests | Björn-Egil Dahlberg | |
2010-06-09 | Update eprof tests to reflect new eprof | Björn-Egil Dahlberg | |
2010-01-19 | Add test suite for the tools application | Björn Gustavsson | |