Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | Prepare releaseOTP_R14B04 | Erlang/OTP | |
2011-09-30 | Update documentation | Peter Andersson | |
OTP-9396 OTP-9372 OTP-9155 | |||
2011-09-30 | Rid ct_telnet of doc build warnings | Peter Andersson | |
OTP-9572 | |||
2011-09-30 | Merge remote branch 'origin/peppe/common_test/r14b04_tickets.fix' into dev | Peter Andersson | |
* origin/peppe/common_test/r14b04_tickets.fix: (35 commits) Create temporary fix for problem with parallel test cases Correct "Missing Suites" link Add documentation on timetraps and start flags Add missing tests for timetrap handling and fix remaining errors Solve problem with ct_init/end_per_group being counted as test cases Fix errors in test suites Fix invalid call to undefined function Fix problem with test_server_ctrl creating invalid conf test Improve info in CT framework log Update vsn.mk for common_test and test_server Enhance logging performance Change order of include files Add link to last executed test suite on index page Fix problem with location value when init config func calls help func Fix crash when CTHook init fails Correct error in test suite Fix error with incorrect notification after end_per_testcase craches Fix problem with error message not being printed correctly Add cases to check test case status versus end_per_testcase failure Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out ... OTP-9600 OTP-9593 OTP-9592 OTP-9585 OTP-9584 OTP-9575 OTP-9520 OTP-9518 OTP-9501 OTP-9429 OTP-9398 OTP-9397 OTP-9396 OTP-9379 OTP-9372 OTP-9371 OTP-9370 OTP-9369 OTP-9311 OTP-9237 OTP-9155 OTP-8933 | |||
2011-09-29 | Extend slave start timeout for windows tests | Lukas Larsson | |
2011-09-29 | Correct "Missing Suites" link | Peter Andersson | |
OTP-9592 | |||
2011-09-29 | Add documentation on timetraps and start flags | Peter Andersson | |
2011-09-28 | Add missing tests for timetrap handling and fix remaining errors | Peter Andersson | |
OTP-9593 | |||
2011-09-27 | Solve problem with ct_init/end_per_group being counted as test cases | Peter Andersson | |
2011-09-27 | Fix errors in test suites | Peter Andersson | |
2011-09-27 | Fix invalid call to undefined function | Peter Andersson | |
OTP-9585 | |||
2011-09-27 | Fix problem with test_server_ctrl creating invalid conf test | Peter Andersson | |
OTP-9584 | |||
2011-09-27 | Improve info in CT framework log | Peter Andersson | |
2011-09-23 | Update vsn.mk for common_test and test_server | Peter Andersson | |
2011-09-23 | Enhance logging performance | Peter Andersson | |
OTP-9575 | |||
2011-09-23 | Change order of include files | Peter Andersson | |
2011-09-23 | Add link to last executed test suite on index page | Peter Andersson | |
OTP-9520 | |||
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Fix crash when CTHook init fails | Peter Andersson | |
2011-09-23 | Correct error in test suite | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Add cases to check test case status versus end_per_testcase failure | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Repair and improve the vts mode | Peter Andersson | |
OTP-9429 | |||
2011-09-23 | Implement support for running suites with test case groups through the debugger | Peter Andersson | |
OTP-9518 | |||
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2011-09-23 | Fix problem with incorrect src links | Peter Andersson | |
OTP-9396 | |||
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson | |
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW | |||
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson | |
OTP-9237 | |||
2011-09-23 | Fix incorrect module name arg to FW:end_tc/3 | Peter Andersson | |
OTP-9379 | |||
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson | |
Introduce new 'logopts' flag and make it possible to modify the default logging behaviour OTP-9372 OTP-9396 | |||
2011-09-23 | Fix problem with logdir string and some other minor bugs | Peter Andersson | |
OTP-9370: Fix problem with crash if logdir contains multiple dirs OTP-9155: Fix some minor remaining bugs | |||
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson | |
OTP-9369 | |||
2011-09-23 | Modify start options and introduce CT profiles | Peter Andersson | |
OTP-9155: Improve handling of start options in Common Test OTP-9428: Introduce first version of CT profiles (for evaluation) | |||
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz | |
2011-08-31 | Fix a couple of minor bugs with hook priority | Lukas Larsson | |
The bugs caused the sorting priority to be wrong when using installed priority and built in priority. Tests to prove the order of hooks to be correct have also been added. | |||
2011-08-31 | Update to reflect addition of CTH priority addition | Lukas Larsson | |
2011-08-31 | Update CTH priority default to be 0 | Lukas Larsson | |
2011-08-31 | Update the return from init/2 to be {ok, NewState} or {ok,NewState,Priority} ↵ | Lukas Larsson | |
instead of NewState. NewState can still be returned, but is only kept for backward compatability reasons. | |||
2011-08-31 | Add priority functionality and tests for ct hooks | Lukas Larsson | |
Priority allows the user of ct hooks to specify which order the hooks should execute in. The priority of a hook is specified when installing the hook, and stays the same for both pre and post hooks | |||
2011-08-31 | Update internal hooks state to use a record instead of tuples | Lukas Larsson | |
2011-08-29 | Merge branch 'rz/add_proplist_type' into dev | Henrik Nord | |
* rz/add_proplist_type: Add a proplist() type OTP-9499 | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-24 | Add a proplist() type | rzezeski | |
Recently I was adding specs to an API and found that there is no canonical proplist() type defined. | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-05-16 | OTP-9094: [httpc] Add support for upload body streaming (PUT and POST). | Micael Karlberg | |
Filipe David Manana OTP-9114: [ftp] Added (type) spec for all exported functions. OTP-9123: mod_esi:deliver/2 made to accept binary data. Bernard Duggan OTP-9124: [httpd] Prevent XSS in error pages. Michael Santos OTP-9131: [httpd] Wrong security property names used in documentation. Garrett Smith OTP-9157: [httpd] Improved error messages. Ricardo Catalinas Jim�nez OTP-9158: [httpd] Fix timeout message generated by mod_esi. Bernard Duggan OTP-9202: [httpd] Extended support for file descriptors. Attila Rajmund Nohl OTP-9230: The default ssl kind has now been changed to essl. OTP-9246: [httpc] httpc manager crash because of a handler retry race condition. Merge branch 'bmk/inets/inet56_integration' into dev | |||
2011-05-09 | Merge branch 'lukas/common_test/timeout_location_fix/OTP-9265' into dev | Lukas Larsson | |
* lukas/common_test/timeout_location_fix/OTP-9265: Fix ct_framework to not crash when error_notification location is undefined. | |||
2011-05-06 | Merge branch 'lukas/common_test/ct_hook_bugs/OTP-9264' into dev | Lukas Larsson | |
* lukas/common_test/ct_hook_bugs/OTP-9264: Fix bug which would make cth's to not be removed when out of scope when adding a cth in suite/0 and crashing in pre_init_per_suite. | |||
2011-04-28 | Fix error in vts mode, making it impossible to execute suites with test case ↵ | Peter Andersson | |
groups. | |||
2011-04-28 | Fix problem with merging ticket branch. | Peter Andersson | |