index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_server
/
src
/
test_server.erl
Age
Commit message (
Expand
)
Author
2011-12-07
Change init/end_per_group/0 -> init/end_per_group/1
Peter Andersson
2011-12-02
Implement the group info function
Peter Andersson
2011-11-30
Bugfixes and improvements of the the CSS stylesheet implementation
Peter Andersson
2011-11-18
Make absolute paths in log files relative
Peter Andersson
2011-11-14
Copy default CSS file to log directory before test run
Peter Andersson
2011-11-13
Add CSS stylesheet for the text and tables in Common Test and Test Server
Peter Andersson
2011-10-04
Merge branch 'dev' into major
Lukas Larsson
2011-09-30
Create temporary fix for problem with parallel test cases
Peter Andersson
2011-09-28
Add missing tests for timetrap handling and fix remaining errors
Peter Andersson
2011-09-23
Fix problem with location value when init config func calls help func
Peter Andersson
2011-09-23
Fix error with incorrect notification after end_per_testcase craches
Peter Andersson
2011-09-23
Fix problem with error message not being printed correctly
Peter Andersson
2011-09-23
Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out
Peter Andersson
2011-09-23
Implement support for MFA and Fun as timetrap value
Peter Andersson
2011-09-23
Fix problem with end_tc being called with incorrect Suite argument
Peter Andersson
2011-09-23
Fix error with incorrect test case status when end_per_testcase times out
Peter Andersson
2011-09-23
Introduce new framework callback function to read info about color of comments
Peter Andersson
2011-09-23
Fix incorrect module name arg to FW:end_tc/3
Peter Andersson
2011-09-13
test_server: Show line number for caller of test_server:fail()
Björn Gustavsson
2011-08-18
common_test: Use line numbers in exceptions
Björn Gustavsson
2011-08-18
test_server: Refactor init_per_testcase/3 into two functions
Björn Gustavsson
2011-04-28
Fix problems with timetrap handling in common_test:
Peter Andersson
2011-04-28
Make it possible to fail test case by returning {fail,Reason} from init_per_t...
Peter Andersson
2011-04-15
Update framwork backwards compatability check to use TEST_SERVER_FRAMEWORK as...
Lukas Larsson
2011-04-15
Update end_tc framework calls to check the name of the framework module inste...
Lukas Larsson
2011-03-11
Update copyright years
Björn-Egil Dahlberg
2011-02-28
Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into dev
Lukas Larsson
2011-02-17
Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' int...
Lukas Larsson
2011-02-16
Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to un...
Lukas Larsson
2011-02-01
Split the cover ets tables into two tables, one with the clause info and one ...
Lukas Larsson
2011-01-26
Make the call to cover parallel so that the test_server takes advantage of th...
Lukas Larsson
2010-12-08
Update ct_framework calls to allow manipulation of test results in end_tc wit...
Lukas Larsson
2010-12-08
Update end_tc fw call to get {skip,Reason} instead of 'skipped' as return value
Lukas Larsson
2010-12-08
Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ...
Lukas Larsson
2010-09-02
Fix problem with {fail,Result} from end_tc not being recognized
Peter Andersson
2010-06-09
Fix so that ct_run converts relative diretories in the code path to absolute
Peter Andersson
2010-06-09
Fix bug in handling framework:end_tc timeouts
Peter Andersson
2010-06-09
Add support for executing pre-loaded suites (e.g. modules loaded as binaries)
Peter Andersson
2010-06-09
Add support for config info functions (e.g. init_per_suite/0)
Peter Andersson
2010-06-09
Add support for dynamic timetrap handling
Peter Andersson
2010-06-09
Have end_per_testcase run even after timetrap_timeout and abort_testcase
Peter Andersson
2010-06-09
Make it possible to run ts tests for Common Test via the ct_run:script_start(...
Peter Andersson
2010-06-09
Implement support for user controllable timetrap parameters (multiply and scale)
Peter Andersson
2010-04-30
test_server: Remove stray support for OSE/Delta
Björn Gustavsson
2010-02-17
OTP-8311: Various updates and fixes in Common Test and Test Server
Peter Andersson
2009-11-20
The R13B03 release.
OTP_R13B03
Erlang/OTP