aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-12-08Update ct_framework calls to allow manipulation of test results in end_tc ↵Lukas Larsson
without breaking backwards compatability (I hope)
2010-12-08Add test case for init_per_suite recover scenarioLukas Larsson
2010-12-08Add testcase for config updatesLukas Larsson
2010-12-08Update all post_*_per_* to also take the Config argument which the *_per_* ↵Lukas Larsson
was called with as an argument.
2010-12-08Remove supurflous comments and _SUITE filesLukas Larsson
2010-12-08Add init_per_suite skip and fail test casesLukas Larsson
2010-12-08Add on_tc_fail and on_tc_skip functionalityLukas Larsson
2010-12-08Remove scope_tc test case as it should not be possble to have this scopeLukas Larsson
2010-12-08Refactor tests to use '_' and '$proplist'Lukas Larsson
2010-12-08Add possibility to use '_' and '$proplist' anywhere in a event specLukas Larsson
2010-12-08Add special tagging for scb in order for event generation to be backward ↵Lukas Larsson
compatible
2010-12-08Update to be compatible with how common_test tests the ct frameworkLukas Larsson
2010-12-08Add tags to testsLukas Larsson
2010-12-08Add on_tc_skip functionLukas Larsson
2010-12-08Add scoping for suite and groupsLukas Larsson
2010-12-08Add scoping test casesLukas Larsson
2010-12-08Add tests for minimal_scb, minimal_and_maximal_scb and faulty_scb_undefLukas Larsson
2010-12-08Extend SCB error handling printoutsLukas Larsson
Update error behaviour so that a failing SCB callback results in a failing testcase
2010-12-08Add testcases for multiple SCBs and unexisting SCBsLukas Larsson
2010-12-08Add SCB error handling functionalityLukas Larsson
2010-12-08Add testcase for SCB which does nothingLukas Larsson
2010-12-08Move end_tc call to be made before the tc_done event is generatedLukas Larsson
2010-12-08Change default state to [] instead of undefinedLukas Larsson
2010-12-08Add terminate SCB functionalityLukas Larsson
2010-12-08Rename all callback functions to be more inline with the suite callback ↵Lukas Larsson
functions
2010-12-08Update input parameter for suite callbacks to be called suite_callbacks when ↵Lukas Larsson
given from both erlang shell and ct_run command
2010-12-08Update to be backward compatible with ct framework test funktionalityLukas Larsson
2010-12-08Update end_tc fw call to get {skip,Reason} instead of 'skipped' as return valueLukas Larsson
2010-12-08Expand tracing functions to be more verboseLukas Larsson
2010-12-08Update so that non tuple return values are not filtered outLukas Larsson
2010-12-08Remove some compilation warningsLukas Larsson
2010-12-08Add support for all pre/post init/end functionsLukas Larsson
2010-12-08Add 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-08Update ct_trace me to include calling functionsLukas Larsson
2010-12-08Add so that suite_callcacks can be configures in suite/0Lukas Larsson
2010-12-08Add support for suite_callback in spec, command_line and interactive. Start ↵Lukas Larsson
work on suite_callback functionality.
2010-12-08Update 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-08Update version numbersBjörn-Egil Dahlberg
2010-12-07Merge branch 'pan/doc-md-panic-fix' into devOTP_R14B01Patrik Nyblom
* pan/doc-md-panic-fix: Workaround for ampersands in INSTALL-WIN32.md
2010-12-07Workaround for ampersands in INSTALL-WIN32.mdPatrik Nyblom
2010-12-06Prepare releaseErlang/OTP
2010-12-06Merge branch 'mc/dialyzer-doc' into devNiclas Axelsson
* mc/dialyzer-doc: dialyzer: Update documentation
2010-12-06dialyzer: Update documentationMaria Christakis
2010-12-06Merge branch 'rickard/rwmutex-bug/OTP-8925' into devRickard Green
* rickard/rwmutex-bug/OTP-8925: Fix erroneous assertion
2010-12-06Fix erroneous assertionRickard Green
2010-12-03Merge branch 'sverker/ets_compress/OTP-8922' into devSverker Eriksson
* sverker/ets_compress/OTP-8922: Fix ets_SUITE:types to not fail due to false mem leaks
2010-12-03Fix ets_SUITE:types to not fail due to false mem leaksSverker Eriksson
Waiting for table sys_dist to stablize after slave node has been stopped.
2010-12-03Merge branch 'pan/inet6_corrections/OTP-8969' into devRaimo Niskanen
* pan/inet6_corrections/OTP-8969: Stop using uncertain flags for getaddrinfo() Teach inet_test_lib to understand enetunreach Make windows inet_gethost work for ipv6
2010-12-03Update preloaded modulesPatrik Nyblom
2010-12-03Update primary bootstrapPatrik Nyblom