-
Notifications
You must be signed in to change notification settings - Fork 51
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
Disable Unit test that have segfaults on Mac (rendering3) #1023
Conversation
Signed-off-by: Crola1702 <[email protected]>
Signed-off-by: Crola1702 <[email protected]>
Signed-off-by: Crola1702 <[email protected]>
Signed-off-by: Crola1702 <[email protected]>
Signed-off-by: Crola1702 <[email protected]>
Signed-off-by: Crola1702 <[email protected]>
if (APPLE) | ||
list(REMOVE_ITEM tests camera.cc) | ||
list(REMOVE_ITEM tests depth_camera.cc) | ||
list(REMOVE_ITEM tests render_pass.cc) | ||
list(REMOVE_ITEM tests shadows.cc) | ||
list(REMOVE_ITEM tests scene.cc) | ||
list(REMOVE_ITEM tests thermal_camera.cc) | ||
endif() | ||
|
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 needed with the other ifdef
macros already in place?
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.
These disable Integration tests. ifdef
disable unit tests.
I changed it to |
* Remove camera.cc from integration tests Signed-off-by: Crola1702 <[email protected]> * Remove failing integration tests Signed-off-by: Crola1702 <[email protected]> * Disable ArrowVisual Test Signed-off-by: Crola1702 <[email protected]> * Disable Unit test that have segfaults on Mac Signed-off-by: Crola1702 <[email protected]> * Disable other tests Signed-off-by: Crola1702 <[email protected]> * Disable all tests that have segfaults in MacOs Signed-off-by: Crola1702 <[email protected]> --------- Signed-off-by: Crola1702 <[email protected]>
🦟 Bug fix
Disable tests from #847
Summary
This PR disables all tests that have segfaults in MacOS
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.