-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ogre 1.x tests #409
Fix ogre 1.x tests #409
Conversation
Signed-off-by: Ian Chen <[email protected]>
homebrew build is now ✔️ |
Codecov Report
@@ Coverage Diff @@
## main #409 +/- ##
=======================================
Coverage 58.53% 58.53%
=======================================
Files 174 174
Lines 17345 17346 +1
=======================================
+ Hits 10153 10154 +1
Misses 7192 7192
Continue to review full report at Codecov.
|
Ogre::MaterialManager::getSingleton().remove( | ||
this->ogreSubEntity->getMaterialName()); | ||
// this causes several tests to crash on exit because MaterialManager | ||
// is already deleted before this call |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this only a problem on macOS?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a problem on ubuntu as well
Signed-off-by: Ian Chen [email protected]
🦟 Bug fix
Summary
homebrew builds are now running ogre 1.x tests in ign-rendering6, and there are currently a few test failures.
This PR fixes the failing tests.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge