You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2008/07/14 19:04:31 UTC

[jira] Closed: (STDCXX-836) rw_fnmatch("?", "", 0) returns 0, 1 expected

     [ https://issues.apache.org/jira/browse/STDCXX-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Travis Vitek closed STDCXX-836.
-------------------------------


I see no failure of this test in any of the nightly builds on any platform on 4.2.x, 4.3.x or trunk. Closing.

> rw_fnmatch("?", "", 0) returns 0, 1 expected
> --------------------------------------------
>
>                 Key: STDCXX-836
>                 URL: https://issues.apache.org/jira/browse/STDCXX-836
>             Project: C++ Standard Library
>          Issue Type: Bug
>          Components: Test Driver
>    Affects Versions: 4.2.1
>         Environment: all versions of Intel C++ on both Linux and Windows
>            Reporter: Martin Sebor
>            Assignee: Travis Vitek
>            Priority: Minor
>             Fix For: 4.2.2
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> When compiled with Intel C++ (all tested versions on both Linux and Windows), the test [0.fnmatch.cpp|http://svn.apache.org/repos/asf/stdcxx/trunk/tests/self/0.fnmatch.cpp] fails one subtest -- see below:
> {noformat}
> $ icc -V && make 0.fnmatch && ./0.fnmatch
> Intel(R) C Compiler for Intel(R) EM64T-based applications, Version 9.1    Build 20070320 Package ID: l_cc_c_9.1.049
> Copyright (C) 1985-2007 Intel Corporation.  All rights reserved.
> icc -cxxlib-nostd -O2   -w1  -I/amd/devco/sebor/stdcxx/include/ansi   -D_REENTRANT -I/amd/devco/sebor/stdcxx/include -I/build/sebor/stdcxx-icc-9.1.049-12D/include -I/amd/devco/sebor/stdcxx/tests/include  -L/build/sebor/stdcxx-icc-9.1.049-12D/rwtest -lrwtest12D -cxxlib-nostd  -lpthread  -L/build/sebor/stdcxx-icc-9.1.049-12D/lib  -Wl,-R/build/sebor/stdcxx-icc-9.1.049-12D/lib:/build/sebor/stdcxx-icc-9.1.049-12D/rwtest  /amd/devco/sebor/stdcxx/tests/self/0.fnmatch.cpp /build/sebor/stdcxx-icc-9.1.049-12D/lib/libstd12D.so /build/sebor/stdcxx-icc-9.1.049-12D/rwtest/librwtest12D.a  -lstd12D -lcxaguard -lsupc++ -lm -o 0.fnmatch
> 99. rw_fnmatch("?", "", 0) ==> 0, expected (native:own) 1:1
> {noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.