Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-18 | Remove ?line macros | Björn Gustavsson | |
While we are it, also re-ident the files. | |||
2016-04-18 | Eliminate doc and suite clauses | Björn Gustavsson | |
2016-04-18 | Eliminate use of test_server:fail/{0,1} | Björn Gustavsson | |
2016-04-18 | Modernize use of timetraps | Björn Gustavsson | |
Either rely on the default 30 minutes timetrap, or set the timeout using the supported methods in common_test. | |||
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-02-10 | Merge branch 'nox/debugger/erl_eval_SUITE/OTP-11676' | Björn Gustavsson | |
* nox/debugger/erl_eval_SUITE/OTP-11676: Truly test debugger in erl_eval_SUITE copy | |||
2014-02-10 | Truly test debugger in erl_eval_SUITE copy | Anthony Ramine | |
The module was not interpreted. This surfaced two bugs, related to shadowed variables in binary patterns in comprehension generators, and guard filters not properly detected. The guard detection code from dbg_iload is deleted in favor of erl_lint:is_guard_test/1. The erl_lint module is now safe to use because it can handle all expressions emitted by sys_pre_expand, the following warning is thus obsolete and has been removed from code: %% Cannot use erl_lint here as sys_pre_expand has transformed source. | |||
2013-12-12 | Test named funs | Anthony Ramine | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-08-17 | Remove support for tuple funs | Björn Gustavsson | |
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500). | |||
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 and also some migration fixes for debugger | 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 debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2010-09-03 | Add test suite for debugger | Björn Gustavsson | |