Salome HOME
Correct test runner after switch default run mode to SSL
[modules/smesh.git] / doc / salome / examples / tests.set
index d674d6471dd49d8d2f83e75cfe3e043734800970..6c2a12a1d11669f213cda08577f5ff17eec8cd2b 100644 (file)
@@ -43,9 +43,7 @@ SET(BAD_TESTS
   quality_controls_ex22.py
   viewing_meshes_ex01.py
   radial_prism_3d_algo.py
-  test_smeshplugin_mg_tetra_parallele.py
   test_smeshplugins.py
-  MGAdaptTests_without_session.py
   blocFissure_01_without_session.py
   blocFissure_02_without_session.py
   blocFissure_03_without_session.py
@@ -55,6 +53,19 @@ SET(BAD_TESTS
   blocFissure_07_without_session.py
   )
 
+IF(NOT WIN32)
+  LIST(APPEND BAD_TESTS
+    MGAdaptTests_without_session.py
+    test_smeshplugin_mg_tetra_parallele.py
+  )
+  IF(MED_INT_IS_LONG)
+    LIST(APPEND BAD_TESTS
+      test_homard_adapt.py
+      test_uniform_refinement.py
+    )
+  ENDIF(MED_INT_IS_LONG)
+ENDIF(NOT WIN32)
+
 SET(GOOD_TESTS
   cartesian_algo.py
   create_penta_biquad.py
@@ -113,6 +124,7 @@ SET(GOOD_TESTS
   filters_ex39.py
   filters_node_nb_conn.py
   filters_belong2group.py
+  find_salome_actor_delegate_to_vtk.py
   grouping_elements_ex01.py
   grouping_elements_ex02.py
   grouping_elements_ex03.py
@@ -198,6 +210,8 @@ set(SESSION_FREE_TESTS
   basic_shaper_smesh_without_session.py
   shaper_smesh_groups_without_session.py
   basic_smesh_output_with_mc_field.py
+  ssl_hdf5_symbols_conflicts.py
+  doublenodes_polyhedra.py
 )
 
 SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} ${SESSION_FREE_TESTS} testme.py)