Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-30 | Ignore calls to dialyzer_timing when checking deprecated | Lukas Larsson | |
2012-06-01 | Ignore calls to wx* modules if it is undefined | Lukas Larsson | |
2012-05-02 | otp_SUITE: Ignore calls to dialyzer if the entire application is missing | Björn Gustavsson | |
2012-05-02 | otp_SUITE: Remove broken filtering of megaco calls | Björn Gustavsson | |
The call to the megaco_filter/1 function is broken. It will cause a badmatch if the megaco_filter/1 would return a different list than its argument. Since the test case has not failed, megaco_filter/1 has no effect and can be removed. | |||
2012-05-02 | otp_SUITE: Prefix MFAs with the application they belong to | Björn Gustavsson | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-02-08 | Add filter for ssh undefined function calls | Lukas Larsson | |
If there is no crypto there will be no ssh and thus alot of undefined functions will appear in common_test. | |||
2011-12-02 | otp_SUITE: Write log files about undefined functions and so on | Björn Gustavsson | |
Write some extra log files for easy access by other tools. | |||
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Fix formatting for system | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update system tests to conform with common_test standard | Lukas Larsson | |
2010-01-22 | Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_dev | Erlang/OTP | |
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows | |||
2010-01-20 | system test: fix build of test suites on Windows | Björn Gustavsson | |
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by using -include_lib(). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |