]> OCCT Git - occt.git/commit
Testing - Migrate QA DRAW tests to GTest (#823)
authorPasukhin Dmitry <dpasukhi@opencascade.com>
Thu, 13 Nov 2025 09:28:07 +0000 (09:28 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 09:28:07 +0000 (09:28 +0000)
commit396b677095069ba98e54342acfc9fc22b9c3089d
tree623b1b8e10c01d15c4a37e84ba96d70fba00cd51
parent44df7106f33c6383196fbc73e0a00d12cf50b875
Testing - Migrate QA DRAW tests to GTest (#823)

- Deletion of 20 legacy DRAW test files (.tcl format) from tests/bugs/ directories
- Addition of 15 new GTest C++ test files across multiple modules
- Removal of corresponding QA command implementations from TKQADraw
50 files changed:
src/ApplicationFramework/TKLCAF/GTests/FILES.cmake
src/ApplicationFramework/TKLCAF/GTests/TDF_AttributeIterator_Test.cxx [new file with mode: 0644]
src/ApplicationFramework/TKXCAF/GTests/FILES.cmake [new file with mode: 0644]
src/ApplicationFramework/TKXCAF/GTests/XCAFDoc_Test.cxx [new file with mode: 0644]
src/Draw/TKQADraw/QABugs/QABugs_11.cxx
src/Draw/TKQADraw/QABugs/QABugs_17.cxx
src/Draw/TKQADraw/QABugs/QABugs_19.cxx
src/Draw/TKQADraw/QABugs/QABugs_20.cxx
src/FoundationClasses/TKMath/GTests/Bnd_OBB_Test.cxx
src/FoundationClasses/TKMath/GTests/math_BFGS_Test.cxx
src/FoundationClasses/TKernel/GTests/FILES.cmake
src/FoundationClasses/TKernel/GTests/Message_Messenger_Test.cxx [new file with mode: 0644]
src/FoundationClasses/TKernel/GTests/NCollection_List_Test.cxx
src/FoundationClasses/TKernel/GTests/NCollection_Sequence_Test.cxx
src/FoundationClasses/TKernel/GTests/Standard_Failure_Test.cxx [new file with mode: 0644]
src/FoundationClasses/TKernel/GTests/Standard_GUID_Test.cxx [new file with mode: 0644]
src/FoundationClasses/TKernel/GTests/TopLoc_Location_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKExpress/GTests/Expr_GeneralExpression_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKExpress/GTests/FILES.cmake
src/ModelingAlgorithms/TKGeomAlgo/GTests/FILES.cmake
src/ModelingAlgorithms/TKGeomAlgo/GTests/Geom2dGcc_Circ2d3Tan_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKMesh/GTests/BRepMesh_GeomTool_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKMesh/GTests/FILES.cmake
src/ModelingAlgorithms/TKPrim/GTests/BRepPrimAPI_MakePrism_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKPrim/GTests/FILES.cmake
src/ModelingAlgorithms/TKTopAlgo/GTests/BRepBuilderAPI_MakeWire_Test.cxx [new file with mode: 0644]
src/ModelingAlgorithms/TKTopAlgo/GTests/FILES.cmake
src/ModelingData/TKG2d/GTests/FILES.cmake
src/ModelingData/TKG2d/GTests/Geom2dAPI_InterCurveCurve_Test.cxx [new file with mode: 0644]
src/ModelingData/TKG2d/GTests/Geom2dGcc_Circ2d2TanOn_Test.cxx [new file with mode: 0644]
tests/bugs/caf/bug24755 [deleted file]
tests/bugs/caf/bug669 [deleted file]
tests/bugs/caf/bug738_1 [deleted file]
tests/bugs/caf/bug738_2 [deleted file]
tests/bugs/fclasses/bug24836 [deleted file]
tests/bugs/fclasses/bug25348 [deleted file]
tests/bugs/fclasses/bug25545 [deleted file]
tests/bugs/fclasses/bug26448 [deleted file]
tests/bugs/fclasses/bug30492 [deleted file]
tests/bugs/fclasses/bug31189 [deleted file]
tests/bugs/fclasses/bug670 [deleted file]
tests/bugs/fclasses/bug902 [deleted file]
tests/bugs/mesh/bug25547 [deleted file]
tests/bugs/modalg_5/bug24889 [deleted file]
tests/bugs/modalg_6/bug27357 [deleted file]
tests/bugs/modalg_6/bug27552_3 [deleted file]
tests/bugs/modalg_7/bug31294 [deleted file]
tests/bugs/moddata_2/bug353 [deleted file]
tests/bugs/moddata_3/bug30704 [deleted file]
tests/bugs/xde/bug23595 [deleted file]