[ActiveIssue(25498, TestPlatforms.AnyUnix)] // fault segmentation - AnyUnix
 public void Constructor4_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat()
 {
     AssemblyCatalogConstructorTests.Constructor_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat((s) =>
     {
         return(new AssemblyCatalog(s, new AssemblyCatalogTestsReflectionContext(), (ICompositionElement) new AssemblyCatalog(s)));
     });
 }
 [ActiveIssue(25498, TestPlatforms.AnyUnix)] // fault segmentation - AnyUnix
 public void Constructor1_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat()
 {
     AssemblyCatalogConstructorTests.Constructor_NonAssemblyFileNameAsCodeBaseArgument_ShouldThrowBadImageFormat((s) =>
     {
         return(new AssemblyCatalog(s));
     });
 }