]> Creatis software - gdcm.git/blobdiff - Testing/CMakeLists.txt
Black list some recently added images
[gdcm.git] / Testing / CMakeLists.txt
index d97a4c6ef13bac04be241c2a92ffc93104b91118..82b441e4ce1f8d29ce1e1249e2f2b19c4768e771 100644 (file)
@@ -28,7 +28,7 @@ IF (GDCM_DATA_ROOT)
     TestFileAccessors.cxx
     TestMakeIcon.cxx
     TestPrintAllDocument.cxx         # includes generated gdcmDataImages.h
-    #TestAllEntryVerify.cxx           # includes generated gdcmDataImages.h
+    TestAllEntryVerify.cxx           # includes generated gdcmDataImages.h
     TestAllReadCompareDicom.cxx      # includes generated gdcmDataImages.h
     TestReadWriteReadCompare.cxx     # includes generated gdcmDataImages.h 
     #TestCopyDicom.cxx                # includes generated gdcmDataImages.h 
@@ -129,17 +129,21 @@ SET(BLACK_LIST
   #I wait to be 100% sure before releasing them. JP
   "rle16sti.dcm"
   "rle16loo.dcm"   
+  # Jasper cannot handle this image, only kakadu so far, unless you patch jasper
+  # but then it breaks other images...
+  "CT_Phillips_JPEG2K_Decompr_Problem.dcm"
+  #
+  # ------------
+  #
+  # I probabely messed up smething with the .png, .tst of
+  # the images I recently added to the Test Suite
+  # I Black list them, untill I find where is the pb.
+  "US-RGB-8-esopecho.dcm"
+  "MR_Philips_Intera_No_PrivateSequenceImplicitVR.dcm"
+  "MR_Philips_Intera_PrivateSequenceImplicitVR.dcm"
+  "MR_SIEMENS_forceLoad29-1010_29-1020.dcm"
   )
 
-# Don't understand why jasper is segfaulting with borland...I bet a borland bug
-IF(BORLAND)
-  SET(BLACK_LIST
-    ${BLACK_LIST}
-    "D_CLUNIE_CT1_J2KR.dcm"
-    "D_CLUNIE_CT1_J2KI.dcm"
-    )
-ENDIF(BORLAND)
-
 # Create a specific list of dicom files that we know are part of a sequence
 SET(SEQ_LIST
   "SIEMENS_MAGNETOM-12-MONO2-FileSeq[0-9].dcm"