Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-17 | Update emulator tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update compiler tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update debugger tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update ic tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update erl_interface tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update inets tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update orber tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update mnesia tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update megaco tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update percept tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update public_key tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update reltool tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update runtime_tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update snmp tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update ssl tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update stdlib tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update syntax_tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Common test spec fix | Lukas Larsson | |
2011-02-17 | Update tools tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update wx tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update app_init to init_per_suite to conform with common_test standards. | Lukas Larsson | |
2011-02-17 | Remove extra end_per_testcase | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-17 | Updated test cases to work with ts conversion algorithm | Lukas Larsson | |
2011-02-17 | Update tests to work with ts -> ct migrations script. | Lukas Larsson | |
2011-02-17 | Merge branch 'lukas/common_test/updates_needed_before_migration/OTP-8768' ↵ | Lukas Larsson | |
into dev * lukas/common_test/updates_needed_before_migration/OTP-8768: Update ts to take the config path as an invironmental and as a variables passed with all_tests and also with the normal run Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to undefined Fix bug with subgroups after introduction of remote groups Rename Suite Callback to Common Test Hook Update so that cover is skipper for applications without a .cover file Update minimal build target to include runtime_tools and common_test Update ts to start common test with both ts.config and ts.PLATFORM.config Update ts scb to add nodenames in all pre_init clauses Add release/tests/test_server to path Add ts_install_scb which is a common_test SCB that handles making of test modules. Update ts to work with common test instead of test_server Add kill_slavenodes/0 as an exported function Change format of remote groups to {group, Module, GroupName}, note that this is an unsupported feature Add possibility to get all testdata Fix bug when groups refer to groups in the groups/0 function Add support for external groups. Refactor code to make it easier to debug Update so that when asking for os and we are in the test_server_ctrl process, just use os:type(). Fix so that groups can return external test cases, i.e. | |||
2011-02-17 | Merge branch 'lukas/common_test/suite_callback/OTP-8851' into dev | Lukas Larsson | |
* lukas/common_test/suite_callback/OTP-8851: (54 commits) Update example cth spec to reflect the implementation Cleanup code to fix dialyzer warning Rename Suite Callback to Common Test hook in documentation Rename Suite Callback to Common Test Hook in code and testcases Fix bug where the state of an SCB was altered when no on_tc_* existed Update SCBs to use a specific id/1 function for SCb overriding instead of returning it from init/1. Add documentation for SCBs Update suite callback test timeout so that beam debug test runs do not timeout Update test support so that if common test fails to be stopped in a suite, the ct node is restarted and the test case fails Add tests for SCB's with same id and fixed bug relating to it Add test suites for failing in init/1 function Added tests for starting SCB's with arguments and fixed a bug with how SCB's are parsed from the command line Add so that failures in SCB:init/1 causes the entire scb scope to fail Fix bug which caused scb to be added too much when initiated in the suite info function Started work on documenting suite callbacks, this is a partial commit Add locking mechanism for scb state when using parallel groups Add state update tests for suite callbacks Update ct_framework calls to allow manipulation of test results in end_tc without breaking backwards compatability (I hope) Add test case for init_per_suite recover scenario Add testcase for config updates ... | |||
2011-02-17 | Update example cth spec to reflect the implementation | Lukas Larsson | |
2011-02-17 | Cleanup code to fix dialyzer warning | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test hook in documentation | 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-17 | Add documentation for SCBs | Lukas Larsson | |
2011-02-17 | Merge branch 'ks/asn1-dialyzer-fixes' into dev | Niclas Axelsson | |
* ks/asn1-dialyzer-fixes: Shut off some dialyzer warnings OTP-9063 | |||
2011-02-17 | Merge branch 'ta/asn1-reporting' into dev | Niclas Axelsson | |
* ta/asn1-reporting: asn1ct: Make formatting of errors and warnings consistent OTP-9062 | |||
2011-02-17 | Merge branch 'ia/public_key/test-suite-error' into dev | Ingela Anderton Andin | |
* ia/public_key/test-suite-error: Strip new lines at end of PEM entry when comparing as it may be more than one | |||
2011-02-17 | Strip new lines at end of PEM entry when comparing as it may be more than one | Ingela Anderton Andin | |
2011-02-17 | Merge branch 'sf/rsa_pub_key' into dev | Ingela Anderton Andin | |
* sf/rsa_pub_key: Improved support for RSA and DSA public keys OTP-9061 | |||
2011-02-16 | Update ts to take the config path as an invironmental and as a variables ↵ | Lukas Larsson | |
passed with all_tests and also with the normal run | |||
2011-02-16 | Update TEST_SERVER_FRAMEWORK os variable to be regarded as undet if set to ↵ | Lukas Larsson | |
undefined | |||
2011-02-15 | Merge branch 'egil/fix-win32-file-time/OTP-9046' into dev | Björn-Egil Dahlberg | |
* egil/fix-win32-file-time/OTP-9046: Fix win32 file drivers atime/mtime | |||
2011-02-15 | Merge branch 'egil/io-badarg/OTP-9045' into dev | Björn-Egil Dahlberg | |
* egil/io-badarg/OTP-9045: Fix exception generation in the io module | |||
2011-02-14 | Improved support for RSA and DSA public keys | Seth Falcon | |
This patch allows the public_key module to decode and encode RSA and DSA keys encoded using the SubjectPublicKeyInfo format. When pem_entry_encode is called on an RSA or DSA public key type, the key is wrapped in the SubjectPublicKeyInfo format. | |||
2011-02-14 | Fix bug with subgroups after introduction of remote groups | Lukas Larsson | |
2011-02-14 | Merge branch 'bjorn/fix-make_stub-leak' into dev | Björn Gustavsson | |
* bjorn/fix-make_stub-leak: Eliminate memory leak in code:make_stub/1 Test more error cases for code:make_stub/1 | |||
2011-02-14 | Eliminate memory leak in code:make_stub/1 | Björn Gustavsson | |
2011-02-14 | Test more error cases for code:make_stub/1 | Björn Gustavsson | |
2011-02-11 | Merge branch 'ia/ssl/dialyzer-spec-fixes' into dev | Ingela Anderton Andin | |
* ia/ssl/dialyzer-spec-fixes: Added missing return value in dialyzer specs (ssl.erl) |