Skip to content
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

BUG: Fix 'test not run' error thrown when built as ITK remote #49

Merged
merged 1 commit into from
Apr 24, 2020

Conversation

mseng10
Copy link
Contributor

@mseng10 mseng10 commented Apr 24, 2020

When ITK builds ITKRLEImage as an internal remote module, with
BUILD_SHARED_LIBS = OFF, a 'test not run' error is thrown. Changing the
names of tests and adding them to the TestDriver allows them to run
without any sort of error message thrown.

Changing the names of tests is required due to similar tests having the
same definitions in source ITK.

When ITK builds ITKRLEImage as an interal remote module, and
BUILD_SHARED_LIBS = OFF, a 'test not run' error is thrown. Changing the
names of tests and adding them to the TestDriver allows them to run
with BUILD_SHARED_LIB = OFF and not throw any sort of error.

Changing the names of tests is required due to similar tests having the
same definitions in source ITK.
@dzenanz
Copy link
Member

dzenanz commented Apr 24, 2020

The failing test fails due to running out of memory during comparison with baseline.

@dzenanz dzenanz merged commit c8941e6 into KitwareMedical:master Apr 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants