aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_server
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2015-05-06 10:46:46 +0200
committerErlang/OTP <[email protected]>2015-05-06 10:46:46 +0200
commit512f099b247b17b3145e90293167a4ba373b9471 (patch)
tree9e515a7d01cb56f7d1b0acb7386b7382c674bb30 /lib/test_server
parentd45cdaa708b9ea3fa95d4d63e52940f2c4be33f0 (diff)
downloadotp-512f099b247b17b3145e90293167a4ba373b9471.tar.gz
otp-512f099b247b17b3145e90293167a4ba373b9471.tar.bz2
otp-512f099b247b17b3145e90293167a4ba373b9471.zip
Prepare release
Diffstat (limited to 'lib/test_server')
-rw-r--r--lib/test_server/doc/src/notes.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/lib/test_server/doc/src/notes.xml b/lib/test_server/doc/src/notes.xml
index f21c32a304..e996d2b4a3 100644
--- a/lib/test_server/doc/src/notes.xml
+++ b/lib/test_server/doc/src/notes.xml
@@ -32,6 +32,28 @@
<file>notes.xml</file>
</header>
+<section><title>Test_Server 3.8.1</title>
+
+ <section><title>Fixed Bugs and Malfunctions</title>
+ <list>
+ <item>
+ <p>
+ If the last expression in a test case causes a timetrap
+ timeout, the stack trace is ignored and not printed to
+ the test case log file. This happens because the
+ {Suite,TestCase,Line} info is not available in the stack
+ trace in this scenario, due to tail call elimination.
+ Common Test has been modified to handle this situation by
+ inserting a {Suite,TestCase,last_expr} tuple in the
+ correct place and printing the stack trace as expected.</p>
+ <p>
+ Own Id: OTP-12697 Aux Id: seq12848 </p>
+ </item>
+ </list>
+ </section>
+
+</section>
+
<section><title>Test_Server 3.8</title>
<section><title>Fixed Bugs and Malfunctions</title>