You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctest gathers all public aliases to subject them to a number of tests, including roundtrip tests, however according to the documentation the roundtrip tests are not supported by aliases to arrays and must be manually skipped.
However when iterating through filtered aliases for the roundtrip test, we have access to the aliased type and can easily check if it is an array and skip it automatically.