[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Travis Vitek closed STDCXX-673. ------------------------------- Resolution: Fixed The 8.cstdint test was failing 3 assertions because of this problem, one failure for each of int8_t, int_least8_t and int_fast8_t. So the test should not need to be enhanced. > [IBM XLC++ 9.0/AIX 5.3] 0.printf fails with assertions > ------------------------------------------------------ > > Key: STDCXX-673 > URL: https://issues.apache.org/jira/browse/STDCXX-673 > Project: C++ Standard Library > Issue Type: Bug > Components: Test Driver > Affects Versions: 4.2.0 > Reporter: Travis Vitek > Assignee: Travis Vitek > Priority: Minor > Fix For: 4.2.1 > > Attachments: stdcxx-673.patch > > > extension: "%{N}" buffer size > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "foo", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "foo", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "foo", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "foo", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "bar", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "bar", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "bar", va_list) error: errno > = 12: Not enough space > /amd/devco/vitek/stdcxx/trunk/tests/src/printf.cpp:1022: > rw_vasnprintf(ffffffffffff8d0, ffffffffffff8d8, "bar", va_list) error: errno > = 12: Not enough space > extension: "[EMAIL PROTECTED]" nested format directive > malformed directives > Failed 8 out of 1572 assertions. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.