Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2011-02-11 | Added missing return value in dialyzer specs (ssl.erl) | Ingela Anderton Andin | |
Suppressed dialyzer warnings with spec if possible to minimize clutter from this file belonging to old ssl. | |||
2011-02-10 | Fix exception generation in the io module | Björn-Egil Dahlberg | |
Some functions did not generate correct badarg exception on a badarg exception. Affected functions: - io:put_chars/1,2 - io:nl/1 - io:write/1,2 - io:format/1,2,3 - io:fwrite/1,2,3 | |||
2011-02-09 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-09 | Fix win32 file drivers atime/mtime | Björn-Egil Dahlberg | |
When setting file_info it will now correctly set access and modified time. Previously these entities were swapped. | |||
2011-02-09 | Merge branch 'bjorn/beam-max-args/OTP-9049' into dev | Björn Gustavsson | |
* bjorn/beam-max-args/OTP-9049: Refuse to compile functions with too many arguments Lower the maximum arity from 256 to 255 | |||
2011-02-09 | Merge branch 'bjorn/compiler/eliminate-warnings' into dev | Björn Gustavsson | |
* bjorn/compiler/eliminate-warnings: compiler Makefile: Turn warnings into errors v3_kernel_pp: Add support for pretty-printing #k_literal{} records v3_kernel_pp: Eliminate warning | |||
2011-02-07 | v3_codegen: Use the latest instance of St | Björn Gustavsson | |
By accident a previous instance of St is used, which is harmless in this case, but leads to worse quality of the generated code. | |||
2011-02-03 | Merge branch 'ks/bs_add-fail-labels' into dev | Niclas Axelsson | |
* ks/bs_add-fail-labels: Fix translation of bs_add's fail labels OTP-9044 | |||
2011-02-03 | Fix translation of bs_add's fail labels | Kostis Sagonas | |
2011-02-02 | compiler Makefile: Turn warnings into errors | Björn Gustavsson | |
We want to ensure that the compiler applications is kept free of warnings. | |||
2011-02-02 | v3_kernel_pp: Add support for pretty-printing #k_literal{} records | Björn Gustavsson | |
2011-02-02 | v3_kernel_pp: Eliminate warning | Björn Gustavsson | |
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-26 | Merge branch 'uw/xmerl-expand-simple/OTP-9034' into dev | Lars Thorsen | |
* uw/xmerl-expand-simple/OTP-9034: Track parents when expanding #xmlElement records | |||
2011-01-25 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2011-01-24 | Merge branch 'ia/ssl-and-public_key/skip-tests-when-no-crypto-fix' into dev | Ingela Anderton Andin | |
* ia/ssl-and-public_key/skip-tests-when-no-crypto-fix: Changed crypto start test so that it works as intended | |||
2011-01-24 | Changed crypto start test so that it works as intended | Ingela Anderton Andin | |
2011-01-24 | Track parents when expanding #xmlElement records | Ulf Wiger | |
The function xmerl_lib:expand_content/1 is mainly for expanding Simple XML, but can also handle xmerl records. This patch fixes an omission that caused expand_content/1 to not maintain the 'parents' list when expanding #xmlElement{} records. No test cases written, since the xmerl test suites have not yet been released. | |||
2011-01-24 | Update so that cover is skipper for applications without a .cover file | Lukas Larsson | |
2011-01-24 | Update minimal build target to include runtime_tools and common_test | Lukas Larsson | |
2011-01-24 | Update ts to start common test with both ts.config and ts.PLATFORM.config | Lukas Larsson | |
2011-01-24 | Update ts scb to add nodenames in all pre_init clauses | Lukas Larsson | |
2011-01-24 | Add release/tests/test_server to path | Lukas Larsson | |
2011-01-24 | Add ts_install_scb which is a common_test SCB that handles making of test ↵ | Lukas Larsson | |
modules. | |||
2011-01-24 | Update ts to work with common test instead of test_server | Lukas Larsson | |
2011-01-24 | Add kill_slavenodes/0 as an exported function | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature |