Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-09 | Make it possible to run ts tests for Common Test via the ↵ | Peter Andersson | |
ct_run:script_start() interface The possibility to pass start arguments to ct_run:start_script/0 by means of an application environment variable has been implemented. This will be used by ct_test_support for automatic testing of all common_test start interfaces. | |||
2010-06-09 | Implement support for user controllable timetrap parameters (multiply and scale) | Peter Andersson | |
Documentation still missing. | |||
2010-06-09 | Add -erl_args flag to run_test program | Peter Andersson | |
With -erl_args it's possible to divide the start options on the command line and this way specify explicitly which options are meant for Common Test, and which are meant for other OTP applications (or ERTS). | |||
2010-06-09 | Fix error installing the run_test program | Peter Andersson | |
2010-06-09 | Improve documentation and fix minor problems | Peter Andersson | |
General documentation and code updates. | |||
2010-06-09 | Update Webtool documentation | Peter Andersson | |
Documentation changed to specify Firefox as default browser on unix/linux. | |||
2010-06-09 | Add run_test program for Common Test | Peter Andersson | |
Common Test may now be started with the program run_test instead of the legacy shell script with the same name. Minor updates have also been made to the Webtool application. | |||
2010-06-09 | Documentation update | Andrey Pampukha | |
2010-06-09 | Move 'node_start' and 'eval' terms into new 'init' term | Andrey Pampukha | |
node_start+eval -> init(node_start, eval) Also include some documentation updates. | |||
2010-06-09 | Document ct_slave and 'eval' terms | Andrey Pampukha | |
2010-06-09 | Change monitor_master option to false by default | Andrey Pampukha | |
2010-06-09 | Improve eval and node_start and add new options for ct_slave | Andrey Pampukha | |
2010-06-09 | Modify cookie handling in ct_slave | Andrey Pampukha | |
2010-06-09 | Introduce ct_slave module | Andrey Pampukha | |
2010-06-09 | Add test suites for ct_master | Andrey Pampukha | |
Also includes minor documentation updates. | |||
2010-06-09 | Separate config and user_config in test specifications | Andrey Pampukha | |
This is now properly supported in the ct_run. | |||
2010-06-09 | Add support for user_config in ct_master | Andrey Pampukha | |
2010-06-09 | Remove ugly -compile(export_all) | Andrey Pampukha | |
2010-06-09 | Bug fix: ["config.txt"] /= "config.txt" | Andrey Pampukha | |
2010-06-09 | Add functions for adding and removing config handlers | Andrey Pampukha | |
This is a draft version. | |||
2010-06-09 | Update test specifications | Andrey Pampukha | |
2010-06-09 | Replace own has_element/2 with lists:config/2 | Andrey Pampukha | |
2010-06-09 | Fix problem with disappearing variables and aliases | Andrey Pampukha | |
2010-06-09 | Rename suites for ct_config and add tests for disappearing variables | Andrey Pampukha | |
Tests for disappearing variables added to ct_dynamic_SUITE. | |||
2010-06-09 | Change spelling, phrasing and structure in documentation | Andrey Pampukha | |
2010-06-09 | Eliminate compilation warning | Andrey Pampukha | |
Modified debug function never called. | |||
2010-06-09 | Changed return value tags for config file handling | Andrey Pampukha | |
Return value tags modified and various documentation updates made (work in progress). | |||
2010-06-09 | Support running cover on common_test test suites | Andrey Pampukha | |
2010-06-09 | Remove dialyzer warning | Andrey Pampukha | |
2010-06-09 | Remove non-breaking space | Andrey Pampukha | |
Some editors get confused by illegal break character. | |||
2010-06-09 | Add tests for test specifications | Andrey Pampukha | |
2010-06-09 | Add test suites for configuration | Andrey Pampukha | |
2010-06-09 | Bug fix: ct_config_xml now returns items in right order | Andrey Pampukha | |
2010-06-09 | Fix problems with test specifications | Andrey Pampukha | |
Work in progress... | |||
2010-06-09 | Allow callbacks to take any list as parameter | Andrey Pampukha | |
2010-06-09 | Added config test suite for CT | Andrey Pampukha | |
2010-06-09 | Implement reloading of the config data | Andrey Pampukha | |
2010-06-09 | Remove configuration handling from ct_util completely | Andrey Pampukha | |
2010-06-09 | Make ct_xml_config smarter | Peter Andersson | |
2010-06-09 | Add support for user config in common_test | Andrey Pampukha | |
Added: 1. ct_config, ct_config_plain and ct_config_xml modules. 2. support for {userconfig, {Callback, ConfigFiles}} parameter to ct:run_test/1 3. support for "-userconfig Callback ConfigFiles and OtherCallback ConfigFiles" parameter to the run_test script | |||
2010-06-09 | Update preloaded files | Raimo Niskanen | |
2010-06-09 | Merge branch 'pan/otp_8698_file_typespecs' into dev | Erlang/OTP | |
* pan/otp_8698_file_typespecs: Change typespecs for file.erl to match reality | |||
2010-06-09 | OTP-8696: Update performance chapter | Micael Karlberg | |
2010-06-09 | Merge branch 'pan/otp_8683_compiler_warnings' into HEAD | Erlang/OTP | |
* pan/otp_8683_compiler_warnings: Remove (harmless) warning regarding auto-imported BIF max/2 Update primary bootstrap Correct warnings and errors for auto-imported bif clashes Conflicts: bootstrap/lib/stdlib/ebin/erl_lint.beam | |||
2010-06-09 | Merge branch 'pan/otp_8692_static_config_cache' into dev | Erlang/OTP | |
* pan/otp_8692_static_config_cache: Teach rc.sh to use tail -n +2 instead of tail +2 Make win32.config.cache static and copied when doing otp_build configure | |||
2010-06-09 | Merge branch 'pan/otp_8669_doc_autoimported' into dev | Erlang/OTP | |
* pan/otp_8669_doc_autoimported: Change documentation for erlang:min/2,max/2 and port_command/3 to OTP-8669 erlang:min, erlang:max and erlang:port_command/3 autoimported The recently added BIFs erlang:min/2, erlang:max/2 and erlang:port_command/3 are now auto-imported (as they were originally intended to be). Due to the recent compiler change (OTP-8579), the only impact on old code defining it's own min/2, max/2 or port_command/3 functions will be a warning, the local functions will still be used. The warning can be removed by using -compile({no_auto_import,[min/2,max/2,port_command/3]}). in the source file. | |||
2010-06-09 | Merge branch 'ks/dialyzer-R14-fixes' into dev | Erlang/OTP | |
* ks/dialyzer-R14-fixes: Various changes to dialyzer-related files for R14. OTP-8699 ks/dialyzer-R14-fixes Various changes to dialyzer-related files for R14. - Dialyzer properly supports the new attribute -export_type and checks that remote types only refer to exported types. A warning is produced if some files/applications refer to types defined in modules which are neither in the PLT nor in the analyzed applications. - Support for detecting data races involving whereis/1 and unregister/1. - More precise identification of the reason(s) why a record construction violates the types declared for its fields. - Fixed bug in the handling of the 'or' guard. - Better handling of the erlang:element/2 BIF. - Complete handling of Erlang BIFs. | |||
2010-06-09 | OTP-8700 crypto:dss_sign and dss_verify with pre-hashed digest. | Sverker Eriksson | |
New variants of crypto:dss_sign and crypto:dss_verify with an extra argument to control how the digest is calculated. | |||
2010-06-09 | Remove (harmless) warning regarding auto-imported BIF max/2 | Patrik Nyblom | |
2010-06-09 | Update primary bootstrap | Patrik Nyblom | |