diff options
Diffstat (limited to 'lib/common_test')
-rw-r--r-- | lib/common_test/doc/src/notes.xml | 58 | ||||
-rw-r--r-- | lib/common_test/src/common_test.app.src | 4 | ||||
-rw-r--r-- | lib/common_test/vsn.mk | 2 |
3 files changed, 61 insertions, 3 deletions
diff --git a/lib/common_test/doc/src/notes.xml b/lib/common_test/doc/src/notes.xml index 0e28e2da15..5d11bd49b7 100644 --- a/lib/common_test/doc/src/notes.xml +++ b/lib/common_test/doc/src/notes.xml @@ -33,6 +33,64 @@ <file>notes.xml</file> </header> +<section><title>Common_Test 1.23</title> + + <section><title>Fixed Bugs and Malfunctions</title> + <list> + <item> + <p> + Fix bug when running parallel testcases and together with + one or more ct hooks that would cause the hook lock + process to crash and produce printouts in the ct logs.</p> + <p> + Own Id: OTP-17881 Aux Id: PR-5581 </p> + </item> + </list> + </section> + + + <section><title>Improvements and New Features</title> + <list> + <item> + <p> + Input for <c>configure</c> scripts adapted to + <c>autoconf</c> 2.71.</p> + <p> + Own Id: OTP-17414 Aux Id: PR-4967 </p> + </item> + <item> + <p> + Remove unused and undocumented tracer node functionality.</p> + <p> + Own Id: OTP-17676 Aux Id: PR-5021 </p> + </item> + <item> + <p> + The new module <c>peer</c> supersedes the <c>slave</c> + module. The <c>slave</c> module is now deprecated and + will be removed in OTP 27.</p> + <p> + <c>peer</c> contains an extended and more robust API for + starting erlang nodes.</p> + <p> + Own Id: OTP-17720 Aux Id: PR-5162 </p> + </item> + <item> + <p> + The cth_surefire ct hook has been updated to include the + file and line number of the executed test case in the xml + output.</p> + <p> + The performance of the hook has also been improved + greatly for test runs with many test cases.</p> + <p> + Own Id: OTP-17882 Aux Id: PR-5581 </p> + </item> + </list> + </section> + +</section> + <section><title>Common_Test 1.22.1</title> <section><title>Fixed Bugs and Malfunctions</title> diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index fd6daf7d93..fd7025937f 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -84,13 +84,13 @@ "erts-7.0", "ftp-1.0", "inets-6.0", - "kernel-@OTP-17720@", + "kernel-8.4", "observer-2.1", "runtime_tools-1.8.16", "sasl-2.5", "snmp-5.1.2", "ssh-4.0", - "stdlib-@OTP-17720@", + "stdlib-4.0", "syntax_tools-1.7", "tools-3.2", "xmerl-1.3.8" diff --git a/lib/common_test/vsn.mk b/lib/common_test/vsn.mk index 79ba7cfe07..4f8c4b55d2 100644 --- a/lib/common_test/vsn.mk +++ b/lib/common_test/vsn.mk @@ -1 +1 @@ -COMMON_TEST_VSN = 1.22.1 +COMMON_TEST_VSN = 1.23 |