Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-28 | Add missing tests for timetrap handling and fix remaining errors | Peter Andersson | |
OTP-9593 | |||
2011-09-27 | Solve problem with ct_init/end_per_group being counted as test cases | Peter Andersson | |
2011-09-27 | Fix errors in test suites | Peter Andersson | |
2011-09-27 | Fix invalid call to undefined function | Peter Andersson | |
OTP-9585 | |||
2011-09-27 | Fix problem with test_server_ctrl creating invalid conf test | Peter Andersson | |
OTP-9584 | |||
2011-09-27 | Improve info in CT framework log | Peter Andersson | |
2011-09-23 | Update vsn.mk for common_test and test_server | Peter Andersson | |
2011-09-23 | Enhance logging performance | Peter Andersson | |
OTP-9575 | |||
2011-09-23 | Change order of include files | Peter Andersson | |
2011-09-23 | Add link to last executed test suite on index page | Peter Andersson | |
OTP-9520 | |||
2011-09-23 | Fix problem with location value when init config func calls help func | Peter Andersson | |
2011-09-23 | Fix crash when CTHook init fails | Peter Andersson | |
2011-09-23 | Correct error in test suite | Peter Andersson | |
2011-09-23 | Fix error with incorrect notification after end_per_testcase craches | Peter Andersson | |
2011-09-23 | Fix problem with error message not being printed correctly | Peter Andersson | |
2011-09-23 | Add cases to check test case status versus end_per_testcase failure | Peter Andersson | |
2011-09-23 | Fix incorrect call to end_tc when tc_status=ok and end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Improve test suite | Peter Andersson | |
2011-09-23 | Implement support for MFA and Fun as timetrap value | Peter Andersson | |
OTP-9501 | |||
2011-09-23 | Repair and improve the vts mode | Peter Andersson | |
OTP-9429 | |||
2011-09-23 | Implement support for running suites with test case groups through the debugger | Peter Andersson | |
OTP-9518 | |||
2011-09-23 | Various corrections and updates to improve error handling and reporting | Peter Andersson | |
OTP-8933 | |||
2011-09-23 | Fix problem with incorrect src links | Peter Andersson | |
OTP-9396 | |||
2011-09-23 | Fix problem with end_tc being called with incorrect Suite argument | Peter Andersson | |
OTP-9398: Fix error with end_tc being called with incorrect Suite argument after timeout in lib function OTP-9397: Fix problem with true error not reported to FW | |||
2011-09-23 | Fix error with incorrect test case status when end_per_testcase times out | Peter Andersson | |
OTP-9397 | |||
2011-09-23 | Introduce new framework callback function to read info about color of comments | Peter Andersson | |
OTP-9237 | |||
2011-09-23 | Fix incorrect module name arg to FW:end_tc/3 | Peter Andersson | |
OTP-9379 | |||
2011-09-23 | Introduce new 'logopts' flag | Peter Andersson | |
Introduce new 'logopts' flag and make it possible to modify the default logging behaviour OTP-9372 OTP-9396 | |||
2011-09-23 | Fix problem with logdir string and some other minor bugs | Peter Andersson | |
OTP-9370: Fix problem with crash if logdir contains multiple dirs OTP-9155: Fix some minor remaining bugs | |||
2011-09-23 | Fix problem with automatically generated init & end-config functions for groups | Peter Andersson | |
OTP-9369 | |||
2011-09-23 | Fix error with test_server not releasing SASL TTY handlers | Peter Andersson | |
OTP-9311 | |||
2011-09-23 | Modify start options and introduce CT profiles | Peter Andersson | |
OTP-9155: Improve handling of start options in Common Test OTP-9428: Introduce first version of CT profiles (for evaluation) | |||
2011-09-23 | Merge branch 'lukas/asn1/fix_ber_other_testcase/OTP-9573' into dev | Lukas Larsson | |
* lukas/asn1/fix_ber_other_testcase/OTP-9573: Update ber_bin and ber_bin_v2 to return binaries | |||
2011-09-23 | Update ber_bin and ber_bin_v2 to return binaries | Lukas Larsson | |
2011-09-22 | Merge branch 'hl/beam_disasm-no_attri_chunk' into dev | Henrik Nord | |
* hl/beam_disasm-no_attri_chunk: beam_disasm: Handle stripped BEAM files OTP-9571 | |||
2011-09-22 | Fix the formatting of function signatures in the pdf | Lars Thorsen | |
2011-09-21 | Merge branch 'ta/typer-quote-atoms' into dev | Henrik Nord | |
* ta/typer-quote-atoms: Update Dialyzer's reference results Quote atoms if necessary in types OTP-9560 | |||
2011-09-21 | Prepare for release | Ingela Anderton Andin | |
Updates version and appup-file | |||
2011-09-21 | beam_disasm: Handle stripped BEAM files | Haitao Li | |
beam_disasm:file/1 would crash if asked to disassemble a stripped BEAM file without an "Attr" chunk. | |||
2011-09-21 | Merge branch 'dgud/mnesia/leaking-log/OTP-9551' into dev | Dan Gudmundsson | |
* dgud/mnesia/leaking-log/OTP-9551: [mnesia] Use api to log decisions. | |||
2011-09-21 | Merge branch 'dgud/mnesia/cleartable-ded-api/OTP-9558' into dev | Dan Gudmundsson | |
* dgud/mnesia/cleartable-ded-api/OTP-9558: [mnesia] Use dedicated api for clearing tables | |||
2011-09-21 | Merge branch 'dgud/wx/virtual-listctrl/OTP-9415' into dev | Dan Gudmundsson | |
* dgud/wx/virtual-listctrl/OTP-9415: Handle overloading callbacks the same as events Fix documentation and callback options in wxListCtrl:create/3 Add example and testcase Add wxListItemAttr Generated code of previous commit Add support for virtual listctrls Re-generated with new doxygen | |||
2011-09-21 | Merge branch 'bjorn/erl_bif_types/OTP-9496' into dev | Björn Gustavsson | |
* bjorn/erl_bif_types/OTP-9496: erl_bif_types: Fix types for lists:key{search,find,member}/3 | |||
2011-09-21 | erl_bif_types: Fix types for lists:key{search,find,member}/3 | Björn Gustavsson | |
The types for lists:key{search,find,member}/3 was computed under the assumption that the key should be matched (=:=) to the keys in the list, while the actual implementation uses comparison (==). Thus erl_bif_types:types/4 would wrongly report that lists:keyfind(42, 1, [{42.0,a}]) would always return 'false'. | |||
2011-09-20 | Merge branch 'ac/fix-erl_interface-docs' into dev | Henrik Nord | |
* ac/fix-erl_interface-docs: Make comment reflect code in erl_interface/src/misc/ei_decode_term.c ei_decode_ei_term() returns 1 if index is incremented OTP-9559 | |||
2011-09-20 | Merge branch 'cr/cppcheck' into dev | Henrik Nord | |
* cr/cppcheck: Changes inspired by running cppcheck(1) OTP-9557 | |||
2011-09-20 | Merge branch 'pg/fix-hipe-bs_get_float2' into dev | Henrik Nord | |
* pg/fix-hipe-bs_get_float2: Fix bug with binary pattern matching of floats of variable size OTP-9556 | |||
2011-09-20 | Merge branch 'ta/docs-fixes' into dev | Henrik Nord | |
* ta/docs-fixes: Fix misspelling of intermediate Fix typos in erts/preloaded/src Fix more misspellings of compatibility Fix misspelling of kept Fix misspelling of compatibility in ssl_basic_SUITE Fix misspelling of compatibility Fix misspelling of accommodate Fix misspelling of exceed Fix misspelling of accidentally Fix misspelling of erroneous in xmerl_xsd Fix misspelling of erroneous Fix misspelling of successful Fix typos in instrument(3) Fix typos in dbg(3) dialyzer: fix a small typo in list_to_bitstring test Fix typos in cover.erl Fix typos (variable name) in erl_nif(3) Fix typos in mod_esi(3) Fix trivial typos in erlang(3) OTP-9555 | |||
2011-09-20 | Merge branch 'cr/md2-With-RSA-Encryption' into dev | Henrik Nord | |
* cr/md2-With-RSA-Encryption: Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5 Support md2WithRSAEncryption certificates in public_key Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4 OTP-9554 | |||
2011-09-20 | Merge branch 'dj/xmerl_ucs-latin9-support' into dev | Henrik Nord | |
* dj/xmerl_ucs-latin9-support: Add latin9 (iso-8859-15) support in xmerl_ucs OTP-9552 |