[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1383 has FAILED (42 tests failed, 5 failures were new). Change made by dlee.
Bamboo
bamboo at asterisk.org
Mon Jun 17 21:12:18 CDT 2013
-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1383 failed.
-----------------------------------------------------------------------
Code has been updated by dlee.
1/2 jobs failed, with 42 failing tests, 5 failures were new.
http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1383/
--------------
Failing Jobs
--------------
- Asterisk CentOS 6 32-Bit (CentOS 6): 42 of 566 tests failed.
--------------
Code Changes
--------------
dlee (392076):
>Fix build warnings related to printf/scanf of tv_usec.
>
>The type of tv_usec is suseconds_t. On Linux, this is usually a long int, but
>the specification is actually pretty lax on what it might actually be. And,
>sadly, there's no printf/scanf width specifier for suseconds_t. So it could
>bit an int or a long, but there's not a great way to tell which it is.
>
>This patch fixes scanf by reading into a long temporary variable that's then
>stored into the tv_usec. It fixes printf by casting the tv_usec to a long
>first.
>
>This patch also adds some missing width specifiers for some debug statements,
>which would cause ".000001" to be displayed at ".1".
>
--------------
Tests
--------------
New Test Failures (5)
- AsteriskTestSuite: S/bridge/blonde nominal
- AsteriskTestSuite: S/fax/gateway t38 g711
- AsteriskTestSuite: S/fax/gateway timeout1
- AsteriskTestSuite: S/fax/gateway timeout2
- AsteriskTestSuite: S/channels/ s i p/sip custom presence/multiple state change
Existing Test Failures (37)
- AsteriskTestSuite: S/apps/queues/position priority maxlen
- AsteriskTestSuite: S/channels/iax2/basic-call
- AsteriskTestSuite: S/channels/ s i p/sip one legged transfer
- AsteriskTestSuite: S/apps/queues/queue baseline
- AsteriskTestSuite: S/apps/queues/set penalty
- AsteriskTestSuite: S/bridge/automixmon
- AsteriskTestSuite: S/bridge/blindxfer setup
- AsteriskTestSuite: S/channels/ s i p/sip hold
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/callee with reinvite
- AsteriskTestSuite: S/bridge/transfer failure
- AsteriskTestSuite: S/bridge/parkcall
- AsteriskTestSuite: S/manager/bridge actions
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller with reinvite
- AsteriskTestSuite: S/bridge/atxfer setup
- AsteriskTestSuite: S/channels/ s i p/sip blind transfer/caller refer only
- AsteriskTestSuite: S/channels/ s i p/acl call
- AsteriskTestSuite: S/fax/local channel t38 queryoption
- AsteriskTestSuite: S/bridge/disconnect
- AsteriskTestSuite: S/feature attended transfer
- AsteriskTestSuite: S/masquerade
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20130617/92ea06a5/attachment-0001.htm>
More information about the Test-results
mailing list