Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-08 | Add scoping test cases | Lukas Larsson | |
2010-12-08 | Add tests for minimal_scb, minimal_and_maximal_scb and faulty_scb_undef | Lukas Larsson | |
2010-12-08 | Extend SCB error handling printouts | Lukas Larsson | |
Update error behaviour so that a failing SCB callback results in a failing testcase | |||
2010-12-08 | Add testcases for multiple SCBs and unexisting SCBs | Lukas Larsson | |
2010-12-08 | Add SCB error handling functionality | Lukas Larsson | |
2010-12-08 | Add testcase for SCB which does nothing | Lukas Larsson | |
2010-12-08 | Move end_tc call to be made before the tc_done event is generated | Lukas Larsson | |
2010-12-08 | Change default state to [] instead of undefined | Lukas Larsson | |
2010-12-08 | Add terminate SCB functionality | Lukas Larsson | |
2010-12-08 | Rename all callback functions to be more inline with the suite callback ↵ | Lukas Larsson | |
functions | |||
2010-12-08 | Update input parameter for suite callbacks to be called suite_callbacks when ↵ | Lukas Larsson | |
given from both erlang shell and ct_run command | |||
2010-12-08 | Update to be backward compatible with ct framework test funktionality | Lukas Larsson | |
2010-12-08 | Expand tracing functions to be more verbose | Lukas Larsson | |
2010-12-08 | Update so that non tuple return values are not filtered out | Lukas Larsson | |
2010-12-08 | Remove some compilation warnings | Lukas Larsson | |
2010-12-08 | Add support for all pre/post init/end functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callbacks can be added by suite_callbacks. Add support for ↵ | Lukas Larsson | |
pre/post_init_suite/2 in suite callback | |||
2010-12-08 | Update ct_trace me to include calling functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callcacks can be configures in suite/0 | Lukas Larsson | |
2010-12-08 | Add support for suite_callback in spec, command_line and interactive. Start ↵ | Lukas Larsson | |
work on suite_callback functionality. | |||
2010-12-08 | Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ↵ | Lukas Larsson | |
anything which init_tc/3 can, and also modify the COnfig variable when called from init_per_suite and init_per_group | |||
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-06 | Fix so that groups can return external test cases, i.e. | Lukas Larsson | |
groups() -> [{test, [sequence], [{other_suite, all}]}]. | |||
2010-12-03 | Merge branch 'lukas/common_test/extend_timeout_for_win' into dev | Lukas Larsson | |
* lukas/common_test/extend_timeout_for_win: Update the support init_per_suite to extend the timeout for starting a slave node on windows. | |||
2010-12-03 | Fix bug in verification where a tc_done/start event which was generated ↵ | Lukas Larsson | |
inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail | |||
2010-12-03 | Update the support init_per_suite to extend the timeout for starting a slave ↵ | Lukas Larsson | |
node on windows. | |||
2010-11-29 | Update edoc and command line help documentation to reflect change from ↵ | Lukas Larsson | |
run_test to ct_run | |||
2010-11-29 | Update documentation after rename of run_test to ct_run | Lukas Larsson | |
2010-11-17 | Update master test to put slave logs in /tmp for windows as otherwise ↵ | Lukas Larsson | |
filenames become too long and the tests fail | |||
2010-11-11 | Update master test specs to work with include directives | Lukas Larsson | |
2010-11-02 | Merge branch 'lukas/common_test/ct_parse_table/OTP-8907' into dev | Lukas Larsson | |
* lukas/common_test/ct_parse_table/OTP-8907: Update parse_table to take multiline sql rows Add test cases for ct:parse_table | |||
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson | |
Add test cases for ct:parse_table | |||
2010-10-22 | Merge branch 'maint-r14' into dev | Lukas Larsson | |
* maint-r14: Prepare release Add vts.tool to priv exports for unix | |||
2010-10-21 | Prepare release | Erlang/OTP | |
2010-10-21 | Add vts.tool to priv exports for unix | Lukas Larsson | |
2010-10-15 | Merge branch 'lukas/common_test/ct_get_status_docs/OTP-8895' into dev | Lukas Larsson | |
* lukas/common_test/ct_get_status_docs/OTP-8895: Update get_status doc to include no_tests_running | |||
2010-10-14 | Update get_status doc to include no_tests_running | Lukas Larsson | |
2010-10-08 | Remove generated ct_slave.xml | Lukas Larsson | |
2010-09-13 | Prepare releaseOTP_R14B | Erlang/OTP | |
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8804' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8804: Update the configuration data chapter in the user's guide | |||
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8803' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8803: Add Andrey Pampukha to AUTHORS file | |||
2010-09-10 | Merge branch 'peppe/common_test/dev/OTP-8753' into dev | Lukas Larsson | |
* peppe/common_test/dev/OTP-8753: Fix problem with prepared_tests tuple not being recognized Add verification terms to test suite Fix various test suite, makefile, and doc related problems Fix error in the repeat_until_* group property handling Add test suite for groups with repeat property Add verification events to sequence group test suite Fix error in handling of sequence groups Fix error in test suite Fix problems with sequences and sub-groups Add test cases to sequence suite Fix error with group term in ct:run_test/1 Add test suite to examplify problem with nested groups in a sequence | |||
2010-09-10 | OTP-8818: Fixed inconsistency in ct:start_interactive call | Lukas Larsson | |
2010-09-07 | Merge branch 'mk/net-dragonfly-bsd-patches' into dev | Björn Gustavsson | |
* mk/net-dragonfly-bsd-patches: Remove unused variables Use proper install method Add support for DragonFly BSD Add support for NetBSD | |||
2010-09-06 | Fix problem with prepared_tests tuple not being recognized | Peter Andersson | |
2010-09-06 | Add verification terms to test suite | Peter Andersson | |
Work in progress... | |||
2010-09-06 | Fix various test suite, makefile, and doc related problems | Peter Andersson | |
2010-09-06 | Fix error in the repeat_until_* group property handling | Peter Andersson | |
2010-09-02 | Update the configuration data chapter in the user's guide | Peter Andersson | |
2010-09-02 | Add Andrey Pampukha to AUTHORS file | Peter Andersson | |