Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-23 | Update with changes in new time api | Erland Schönbeck | |
otp_SUITE: change filter för diameter | |||
2015-03-16 | Revert "Use new time API and be back-compatible in ssh" | Erland Schönbeck | |
This reverts commit af972aaf14a5f53510e692f48f672f7e6805ee6d. Conflicts: lib/ssh/test/ssh_basic_SUITE.erl | |||
2015-02-25 | Use new time API and be back-compatible in ssh | Erland Schönbeck | |
otp_SUITE: Ignore undefined functions in ssh | |||
2015-02-18 | otp_SUITE: Ignore diameter undefined function errors | Erland Schönbeck | |
2014-04-01 | Support for ignoring apps in runtime_dependencies test | Rickard Green | |
2014-03-28 | Remove orber/cos*/ic files from encoding test | Lars Thorsen | |
These applications contains generated code with the latin1 directivce. | |||
2014-03-20 | Add test-case verifying runtime dependencies found by xref | Rickard Green | |
2013-04-19 | otp_SUITE: Add test cases to ensure that OTP conventions are obeyed | Björn Gustavsson | |
Erlang source files should not have any "coding:" comment. The encoding for documentation XML files should be "utf-8" or "UTF-8". | |||
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-16 | asn1ct: Eliminate use of obsolete size/1 | Björn Gustavsson | |
Also teach otp_SUITE:call_to_size/1 that calls to size/1 is no longer allowed within the asn1 application. | |||
2012-11-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: Skip ct_netconf tests if there is no crypto Migrate timers from test_server to ct interface Update tests to run with an oldshell emulator Move crypto check so that tc is skipped and not failed Update for new version of ppc compilation chain Verify that ebin folder of applications exists Conflicts: lib/asn1/test/asn1_SUITE.erl lib/kernel/test/interactive_shell_SUITE.erl | |||
2012-10-01 | Verify that ebin folder of applications exists | Lukas Larsson | |
Sometime in cross environments the documentation will create the lib folders, but there will be no ebin so all undefined functions should then be ignored. | |||
2012-09-19 | ignore calls to gs* modules if it is not built | Henrik Nord | |
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 | |