TriBITS icon indicating copy to clipboard operation
TriBITS copied to clipboard

Adding failing test for Issue #272

Open kevindugan opened this issue 6 years ago • 4 comments

This PR adds regression tests for Issue #272. These tests fail without the changes implemented in PR #273 and pass when those changes are applied.

kevindugan avatar Jan 22 '19 21:01 kevindugan

@bartlettroscoe I placed these tests in the User Error Package, but would it be better to create a new 'PkgRegressions' package? I didn't want to change the structure too much for these tests, but I'll admit it seems a little strange to put valid package declarations in something testing for user errors.

kevindugan avatar Jan 22 '19 23:01 kevindugan

@kevindugan, does this PR fix the usage of TriBITS by VERA?

bartlettroscoe avatar Jan 23 '19 03:01 bartlettroscoe

@bartlettroscoe This PR only addresses the testing of the changes I made in the previous PR (#273). I still need to find a solution to the VERA/MOOSE problem I'm having.

On a related issue, we're seeing debug/optimized tags leaking into the libraries we're linking to. I've found where these tags are added for certain libraries (HDF5, I think). Is it possible that these tags aren't getting removed from another library, Qt maybe?

kevindugan avatar Jan 23 '19 14:01 kevindugan

This PR only addresses the testing of the changes I made in the previous PR (#273). I still need to find a solution to the VERA/MOOSE problem I'm having.

@kevindugan, okay, then lets address the real problem in getting VERA to work. In issue #272, can you please attach the full CMakeLists.txt file where this error is triggered and then attach the full configure output? Otherwise, I will need to get back my access to ORNL so that I can see what is happening myself. Let's discuss in issue #272.

bartlettroscoe avatar Jan 23 '19 14:01 bartlettroscoe