Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-08 | Add possibility to use '_' and '$proplist' anywhere in a event spec | Lukas Larsson | |
2010-12-08 | Add special tagging for scb in order for event generation to be backward ↵ | Lukas Larsson | |
compatible | |||
2010-12-08 | Update to be compatible with how common_test tests the ct framework | 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 for suite and groups | 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 | Extend SCB error handling printouts | Lukas Larsson | |
Update error behaviour so that a failing SCB callback results in a failing testcase | |||
2010-12-08 | Add testcases for multiple SCBs and unexisting SCBs | Lukas Larsson | |
2010-12-08 | Add SCB error handling functionality | Lukas Larsson | |
2010-12-08 | Add testcase for SCB which does nothing | Lukas Larsson | |
2010-12-08 | Move end_tc call to be made before the tc_done event is generated | Lukas Larsson | |
2010-12-08 | Change default state to [] instead of undefined | Lukas Larsson | |
2010-12-08 | Add terminate SCB functionality | Lukas Larsson | |
2010-12-08 | Rename all callback functions to be more inline with the suite callback ↵ | Lukas Larsson | |
functions | |||
2010-12-08 | Update input parameter for suite callbacks to be called suite_callbacks when ↵ | Lukas Larsson | |
given from both erlang shell and ct_run command | |||
2010-12-08 | Update to be backward compatible with ct framework test funktionality | Lukas Larsson | |
2010-12-08 | Update end_tc fw call to get {skip,Reason} instead of 'skipped' as return value | Lukas Larsson | |
2010-12-08 | Expand tracing functions to be more verbose | Lukas Larsson | |
2010-12-08 | Update so that non tuple return values are not filtered out | Lukas Larsson | |
2010-12-08 | Remove some compilation warnings | Lukas Larsson | |
2010-12-08 | Add support for all pre/post init/end functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callbacks can be added by suite_callbacks. Add support for ↵ | Lukas Larsson | |
pre/post_init_suite/2 in suite callback | |||
2010-12-08 | Update ct_trace me to include calling functions | Lukas Larsson | |
2010-12-08 | Add so that suite_callcacks can be configures in suite/0 | Lukas Larsson | |
2010-12-08 | Add support for suite_callback in spec, command_line and interactive. Start ↵ | Lukas Larsson | |
work on suite_callback functionality. | |||
2010-12-08 | Update framework callbacks to use end_tc/4 if available. end_tc/4 can return ↵ | Lukas Larsson | |
anything which init_tc/3 can, and also modify the COnfig variable when called from init_per_suite and init_per_group | |||
2010-12-08 | Update version numbers | Björn-Egil Dahlberg | |
2010-12-06 | Prepare release | Erlang/OTP | |
2010-12-06 | Merge branch 'mc/dialyzer-doc' into dev | Niclas Axelsson | |
* mc/dialyzer-doc: dialyzer: Update documentation | |||
2010-12-06 | dialyzer: Update documentation | Maria Christakis | |
2010-12-03 | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | |
* sverker/ets_compress/OTP-8922: Fix ets_SUITE:types to not fail due to false mem leaks | |||
2010-12-03 | Fix ets_SUITE:types to not fail due to false mem leaks | Sverker Eriksson | |
Waiting for table sys_dist to stablize after slave node has been stopped. | |||
2010-12-03 | Merge branch 'pan/inet6_corrections/OTP-8969' into dev | Raimo Niskanen | |
* pan/inet6_corrections/OTP-8969: Stop using uncertain flags for getaddrinfo() Teach inet_test_lib to understand enetunreach Make windows inet_gethost work for ipv6 | |||
2010-12-03 | Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into dev | Patrik Nyblom | |
* ks/erl_bif_types-cleanup/OTP-8961: Fix type information of 'file' and 'code' modules Conflicts: lib/hipe/cerl/erl_bif_types.erl | |||
2010-12-03 | Merge branch 'pan/unicode-filenames/OTP-8887' into dev | Patrik Nyblom | |
* pan/unicode-filenames/OTP-8887: (27 commits) Test and correct filelib and filename Add documentation to erlang.xml and slight correction to unicode_usage.xml Add section about Unicode file names to stdlib users guide Correct bug in file_name_SUITE making it fail on Unix instead of Windows7 Add documentation about raw filenames and Unicode file name translation mode Make filelib not crash on re codepoints beyond 255 in re when filename is raw Mend on_load_embedded testcase which did not handle windows links Correct testcase regarding windows versions supporting soft links. Teach filelib to use re in unicode mode when filenames are not raw Treat soft links on Windows correctly in file_name_SUITE Adapt new soft and hard link routines on Windos to Unicode Corrected testcases broken by unicode filenames Update preloaded prim_file Teach prim_file not to accept atoms and not to throw exceptions Adapt inet_drv to Visual Studio 2008 Teach spawn_executable about Unicode Convert filenames read on MacOSX to canonical form Teach file to accept codepoints beyond 255. Add testcases Correct shell utilities to handle unicode and possibly binaries ... | |||
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 | Test and correct filelib and filename | Patrik Nyblom | |
2010-12-03 | Merge branch 'lukas/common_test/parallel_group_tc_fix/OTP-8921' into dev | Lukas Larsson | |
* lukas/common_test/parallel_group_tc_fix/OTP-8921: Fix bug in verification where a tc_done/start event which was generated inbetween a tc_start and tc_done of a init_per_group could caused the validation to fail | |||
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 | Add documentation to erlang.xml and slight correction to unicode_usage.xml | Patrik Nyblom | |
2010-12-03 | Update the support init_per_suite to extend the timeout for starting a slave ↵ | Lukas Larsson | |
node on windows. | |||
2010-12-02 | Merge branch 'bjorn/fix-compiler-bugs/OTP-8949' into dev | Björn Gustavsson | |
* bjorn/fix-compiler-bugs/OTP-8949: beam_utils: Fix check_liveness/3 for receive loops beam_utils: Fix liveness analysis for gc_bif instructions | |||
2010-12-02 | Merge branch 'raimo/windows-file-append-testcase' into dev | Raimo Niskanen | |
* raimo/windows-file-append-testcase: Run KERNEL file_SUITE:large_file on more platforms Add test case for append to file > 4 GB | |||
2010-12-02 | beam_utils: Fix check_liveness/3 for receive loops | Björn Gustavsson | |
Sometimes the beam_bool pass wants to know whether an y register will be killed by the code that follows and will do (effectively): beam_utils:is_killed({y,Y}, Code, L) When asked to calculate the liveness for an y register, beam_utils:is_killed/3 will loop forever if the code includes a receive loop. Since this rarely occurs, fix the problem in the simplest and most conservative way. Reported-by: Christopher Williams | |||
2010-12-02 | Add section about Unicode file names to stdlib users guide | Patrik Nyblom | |
2010-12-02 | Teach inet_test_lib to understand enetunreach | Patrik Nyblom | |
2010-12-02 | Merge branch 'kenneth/asn1/driver_handler_race/OTP-8948' into dev | Björn-Egil Dahlberg | |
* kenneth/asn1/driver_handler_race/OTP-8948: Correct a race-condition during loading of driver | |||
2010-12-02 | Merge branch 'ks/dialyzer/support-multiple-plts' into dev | Björn-Egil Dahlberg | |
* ks/dialyzer/support-multiple-plts: dialyzer: Add support for multiple PLTs OTP-8962 |