[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #496 has FAILED (3 tests failed, 2 failures were new). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Fri Jul 20 13:44:05 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #496 failed (rerun once).
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
3/270 tests failed, 2 failures were new.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-496/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 64-Bit (CentOS 6): 3 of 270 tests failed.



--------------
Code Changes
--------------
Matthew Jordan (370276):

>Fix compilation error when MALLOC_DEBUG is enabled
>
>To fix a memory leak in CEL, a channel datastore was introduced whose
>destruction function pointer was pointed to the ast_free macro.  Without
>MALLOC_DEBUG enabled this compiles as fine, as ast_free is defined as free.
>With MALLOC_DEBUG enabled, however, ast_free takes on a definition from a
>different place then utils.h, and became undefined.  This patch resolves this
>by using a reference to ast_free_ptr.  When MALLOC_DEBUG is enabled, this
>calls ast_free; when MALLOC_DEBUG is not enabled, this is defined to be
>ast_free, which is defined to be free.
>
>(issue AST-916)
>Reported by: Thomas Arimont
>........
>
>Merged revisions 370273 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>........
>
>Merged revisions 370274 from http://svn.asterisk.org/svn/asterisk/branches/10
>



--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/iax2/hangupcause
   - AsteriskTestSuite: S/channels/ s i p/hangupcause
Existing Test Failures (1)
   - AsteriskTestSuite: S/channels/ s i p/generic ccss
Fixed Tests (1)
   - AsteriskTestSuite: S/one-step-parking

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120720/13a73cd3/attachment-0001.htm>


More information about the Test-results mailing list