[Home]

Summary:ASTERISK-20120: Unit test ast_parse_arg_test fails on 32-bit machines
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2012-07-11 13:55:09Date Closed:2012-08-16 17:35:07
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/General
Versions:1.8.15.0 Frequency of
Occurrence
Related
Issues:
Environment:i686, CentOS 6, Asterisk 1.8 branchAttachments:
Description:From a run of Asterisk 1.8 on a 32-bit CentOS 6 machine:

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-297/

[test_config.c:ast_parse_arg_test:110]: ast_parse_arg failed on '2147483649'. 0/0
[test_config.c:ast_parse_arg_test:111]: ast_parse_arg failed on '-2147483649'. 0/0
[test_config.c:ast_parse_arg_test:117]: ast_parse_arg failed on '2147483649'. 0/0
[test_config.c:ast_parse_arg_test:118]: ast_parse_arg failed on '-2147483649'. 0/0
[test_config.c:ast_parse_arg_test:128]: ast_parse_arg failed on '2147483649'. 0/0
[test_config.c:ast_parse_arg_test:129]: ast_parse_arg failed on '-2147483649'. 0/0
[test_config.c:ast_parse_arg_test:149]: ast_parse_arg failed on '2147483649'. 0/0
[test_config.c:ast_parse_arg_test:150]: ast_parse_arg failed on '-2147483649'. 0/0
[test_config.c:ast_parse_arg_test:168]: ast_parse_arg failed on '4294967297'. 0/0
[test_config.c:ast_parse_arg_test:176]: ast_parse_arg failed on '4294967297'. 0/0
[test_config.c:ast_parse_arg_test:198]: ast_parse_arg failed on '4294967297'. 0/0
[test_config.c:ast_parse_arg_test:217]: ast_parse_arg failed on '4294967297'. 0/0

This was most likely broken recently due to some 'tweaks' that were made to the ast_parse_arg unit test.
Comments: