Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-28 | Merge branch 'lukas/common_test/test_order_wrong/OTP-9026' into dev | Lukas Larsson | |
* lukas/common_test/test_order_wrong/OTP-9026: Add test event info for the old tests Update test spec parser to not group suites, groups and cases which are hierarchically related if merge_tests config i set to false Add test cases for test spec ordering of testcases in spec Conflicts: lib/common_test/test/ct_testspec_1_SUITE.erl | |||
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for common test testcases | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update common_test tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Common test spec fix | Lukas Larsson | |
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook in code and testcases | Lukas Larsson | |
2011-02-17 | Fix bug where the state of an SCB was altered when no on_tc_* existed | Lukas Larsson | |
2011-02-17 | Update SCBs to use a specific id/1 function for SCb overriding instead of ↵ | Lukas Larsson | |
returning it from init/1. | |||
2011-02-15 | Add test event info for the old tests | Lukas Larsson | |
2011-02-15 | Update test spec parser to not group suites, groups and cases which are ↵ | Lukas Larsson | |
hierarchically related if merge_tests config i set to false | |||
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-20 | Add test cases for test spec ordering of testcases in spec | Lukas Larsson | |
2010-12-10 | Update test support so that if common test fails to be stopped in a suite, ↵ | Lukas Larsson | |
the ct node is restarted and the test case fails | |||
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson | |
2010-12-09 | Add test suites for failing in init/1 function | Lukas Larsson | |
2010-12-09 | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ↵ | Lukas Larsson | |
are parsed from the command line | |||
2010-12-08 | Add so that failures in SCB:init/1 causes the entire scb scope to fail | Lukas Larsson | |
2010-12-08 | Add locking mechanism for scb state when using parallel groups | Lukas Larsson | |
2010-12-08 | Add state update tests for suite callbacks | Lukas Larsson | |
2010-12-08 | Add test case for init_per_suite recover scenario | Lukas Larsson | |
2010-12-08 | Add testcase for config updates | Lukas Larsson | |
2010-12-08 | Update all post_*_per_* to also take the Config argument which the *_per_* ↵ | Lukas Larsson | |
was called with as an argument. | |||
2010-12-08 | Remove supurflous comments and _SUITE files | Lukas Larsson | |
2010-12-08 | Add init_per_suite skip and fail test cases | Lukas Larsson | |
2010-12-08 | Remove scope_tc test case as it should not be possble to have this scope | Lukas Larsson | |
2010-12-08 | Refactor tests to use '_' and '$proplist' | Lukas Larsson | |
2010-12-08 | Add possibility to use '_' and '$proplist' anywhere in a event spec | Lukas Larsson | |
2010-12-08 | Add tags to tests | Lukas Larsson | |
2010-12-08 | Add on_tc_skip function | Lukas Larsson | |
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 | Add testcases for multiple SCBs and unexisting SCBs | Lukas Larsson | |
2010-12-08 | Add testcase for SCB which does nothing | Lukas Larsson | |
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-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-15 | Call chmod without the "-f" flag | Holger Weiß | |
"-f" is a non-standard chmod option which at least SGI IRIX and HP UX do not support. As the only effect of the "-f" flag is to suppress warning messages, it can be safely omitted. | |||
2010-11-11 | Update master test specs to work with include directives | Lukas Larsson | |
2010-11-01 | Update parse_table to take multiline sql rows | Lukas Larsson | |
Add test cases for ct:parse_table | |||
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-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 | |