Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139905 - dev-games/ogre tests fails
Summary: dev-games/ogre tests fails
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 10:42 UTC by basic
Modified: 2008-06-02 04:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch (test.patch,7.61 KB, patch)
2006-07-10 10:58 UTC, basic
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description basic 2006-07-10 10:42:02 UTC
Aside from the issue in bug 139895, dev-games/ogre-1.2.1 tests still fails. I have patches.
Comment 1 basic 2006-07-10 10:58:12 UTC
Created attachment 91378 [details, diff]
patch

Tests/src/main.cpp bad error message.
Tests/OgreMain/src/ZipArchiveTests.cpp bad test path.
Tests/OgreMain/src/FileSystemArchiveTests.cpp
  bad test path
  bad file count (assumed that directories were in the list when they were not)
  bad assumption of file ordering (not taking into account files in CVS dir, assumes integer based sorting while files are character based sorted)
  bad file size.

I double checked all the file information using 'find' and 'ls -l'. Also checked with the source code about listing files, directories are not listed.
Comment 2 Mr. Bones. (RETIRED) gentoo-dev 2006-11-08 09:12:24 UTC
Care to rework for 1.2.3?  The patch still applies but some tests fail because of
- Expected: rootfile.txt
- Actual  : rootfile2.txt

looks like some file ordering issue.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2008-06-02 04:11:01 UTC
really old and seems like no continued interest.