[ https://issues.apache.org/jira/browse/STDCXX-673?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548048 ] Travis Vitek commented on STDCXX-673: ------------------------------------- Actually, these are the failed assertions... # Assertion failed on line 416: rw_sprintf("%s", ...) == "(invalid address 0x00000020)", got "" # Assertion failed on line 426: rw_sprintf("%ls", ...) == "(invalid address 0x00000020)", got "" # Assertion failed on line 504: rw_sprintf("%{#ls}", ...) == "(invalid address 0x00000020)", got """" # Assertion failed on line 2442: rw_sprintf("%{t}", ...) == "(invalid address 0x00000020)", got "{ tm_mday=0 [1,31] }" # Assertion failed on line 1955: rw_sprintf("%{I8d}", ...) == "-128", got "128" # Assertion failed on line 1956: rw_sprintf("%{I8d}", ...) == "-1", got "255" # Assertion failed on line 1958: rw_sprintf("%{I8d}", ...) == "-1", got "255" # Assertion failed on line 1959: rw_sprintf("%{I8d}", ...) == "-128", got "128" Failed 8 out of 1567 assertions. > [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 > > > 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: "%{@}" 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.