You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@apr.apache.org by bu...@apache.org on 2011/05/29 11:36:11 UTC

DO NOT REPLY [Bug 51288] New: testfnmatch

https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

             Bug #: 51288
           Summary: testfnmatch
           Product: APR
           Version: HEAD
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: regression
          Priority: P2
         Component: APR test
        AssignedTo: bugs@apr.apache.org
        ReportedBy: rupert@opencsw.org
    Classification: Unclassified


i tried to upgrade to apr-1.4.5 on solaris for http://opencsw.org, and
the tests fail:
  testfnmatch                 4      1     25.00%
do you have an idea where i might look up what exactly happened?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

William A. Rowe Jr. <wr...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Platform|Sun                         |All
         OS/Version|Solaris                     |All
           Severity|regression                  |minor

--- Comment #1 from William A. Rowe Jr. <wr...@apache.org> 2011-05-29 17:34:43 UTC ---
If you run testall testfnmatch alone, it fails.

If you review the code, you'll see it anticipates the other tests are run
first,
creating a specific directory structure.  That test is questionable, but the
failure does not indicate a regression.

In fact, this is not a regression, it's the same test throughout 1.4.x

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

Wim Lewis <wi...@omnigroup.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

--- Comment #2 from rupert@opencsw.org 2011-05-29 17:38:29 UTC ---
we have packaged 1.4.2, with no test failing. now this one fails and i was
wondering how to get it right, preferable if it gets fixed or removed directly
at source.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

--- Comment #3 from rupert@opencsw.org 2011-05-29 17:38:44 UTC ---
http://www.opencsw.org/packages/CSWapr/

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

--- Comment #5 from rupert@opencsw.org 2011-05-29 21:04:06 UTC ---
the only change i did was this:
http://sourceforge.net/apps/trac/gar/changeset/14641/csw/mgar/pkg/apr/trunk/Makefile

if you give me commit rights i voluntarily remove the test.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

Wim Lewis <wi...@omnigroup.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|PatchAvailable              |

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

--- Comment #4 from William A. Rowe Jr. <wr...@apache.org> 2011-05-29 19:38:27 UTC ---
You aren't listening.

It doesn't fail, if you run the entire test suite.  You ran a single test, and
that single test has always failed if run out-of-sequence.  It relies on some
test/data/ files that are created by other tests.

So it is a bogus test.  But it is not a regression, if you restored test/data/
on your 1.4.2 package and attempted to run only testfnmatch, it too fails.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org


DO NOT REPLY [Bug 51288] testfnmatch

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51288

--- Comment #6 from William A. Rowe Jr. <wr...@apache.org> 2011-08-19 00:37:22 UTC ---
Ok, this may be a different test than what I had expected, if this is a full
build with no specific individual tests.

No, you won't gain commit right offering to remove tests that happen to fail.
In fact it inspires very little confidence in granting you commit rights in
the future.

The test needs to be diagnosed and corrected if appropriate.

cd test; ./testall -v

will run all of the tests and emit verbose information about 'what failed'.
Please do so and report back.  The difference looks something like;

testlfs             : SUCCESS
vs.
testlfs             : |Line 345: Large Files not supported
SUCCESS

I have one suspicion, looking at test/Makefile.in it seems that we don't set
up the LD_LIBRARY_PATH to point at the uninstalled libapr-1.so dynamic object.
It is possible that test/testall is binding to your installed libapr-1.so from
a previous install of apr, in the system path.  libtool should be taking care 
of this for us, but perhaps failed to do so?  It looks like your top level
Makefile also attempts to do so, but perhaps it failed as well?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@apr.apache.org
For additional commands, e-mail: bugs-help@apr.apache.org