Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-29 | tools: Update fprof tests | Björn-Egil Dahlberg | |
2016-04-15 | fprof: update to work with new spawned trace event | Lukas Larsson | |
OTP-13499 | |||
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-13 | tools: Don't divide by zero in tests | Björn-Egil Dahlberg | |
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 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-04-07 | Eliminate erlang:now/0 | Björn-Egil Dahlberg | |
2016-04-07 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-06 | Remove ?line macros | 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 | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-02-06 | fprof_SUITE: Skip create_file_slow/1 if libraries are native | 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 fprof_SUITE to use new eprof API | Björn-Egil Dahlberg | |
2010-01-19 | Add test suite for the tools application | Björn Gustavsson | |