OpenSTA/sdc
Jaehyun Kim 7173c10cc1 test: strengthen assertions, add sorted SDC diff, and clean up tests
- Split oversized test files to stay under 5,000 lines per file:
  TestSdc.cc → TestSdcClasses.cc, TestSdcStaInit.cc, TestSdcStaDesign.cc
  TestSearchStaDesign.cc → TestSearchStaDesign.cc, TestSearchStaDesignB.cc
  TestLibertyStaBasics.cc → TestLibertyStaBasics.cc, TestLibertyStaBasicsB.cc
  TestNetwork.cc → TestNetwork.cc, TestNetworkB.cc
- Replace ~200+ (void) casts with proper EXPECT_* assertions across all
  C++ test files (dcalc, liberty, network, sdc, search, power, spice, util)
- Remove ~55 SUCCEED() and EXPECT_TRUE(true) no-op assertions
- Fix 6 load-only Tcl tests by adding diff_files verification with
  22 new .sdcok golden reference files
- Delete 7 orphan .ok files with no matching .tcl tests
- Add how_to_write_good_tests.md and TODO6.md documenting test quality rules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
2026-02-23 17:36:45 +09:00
..
test test: strengthen assertions, add sorted SDC diff, and clean up tests 2026-02-23 17:36:45 +09:00
Clock.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
ClockGatingCheck.cc update copyright 2025-01-21 18:54:33 -07:00
ClockGroups.cc update copyright 2025-01-21 18:54:33 -07:00
ClockInsertion.cc update copyright 2025-01-21 18:54:33 -07:00
ClockLatency.cc update copyright 2025-01-21 18:54:33 -07:00
CycleAccting.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
DataCheck.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
DeratingFactors.cc update copyright 2025-01-21 18:54:33 -07:00
DisabledPorts.cc update copyright 2025-01-21 18:54:33 -07:00
ExceptionPath.cc disconnect_pin do not delete pin from exceptions 2025-11-13 10:31:43 -07:00
InputDrive.cc ReportPath const 2025-02-01 14:53:28 -08:00
PinPair.cc update copyright 2025-01-21 18:54:33 -07:00
PortDelay.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
PortExtCap.cc update copyright 2025-01-21 18:54:33 -07:00
Sdc.cc sdc: Fix dangling pointer issue in `Sdc::deleteDeratingFactors()` 2026-02-13 22:53:41 +09:00
Sdc.i rm Sta:findGroupPathPins 2025-11-08 18:42:41 -07:00
Sdc.tcl Fix for invalid operator error handling (#366) 2026-01-23 11:39:56 -08:00
SdcCmdComment.cc update copyright 2025-01-21 18:54:33 -07:00
SdcGraph.cc update copyright 2025-01-21 18:54:33 -07:00
Variables.cc factor variables out of sdc 2025-04-09 16:35:15 -07:00
WriteSdc.cc sdc ExceptionPathSet*->ExceptionPathSet 2025-11-08 13:38:07 -07:00
WriteSdcPvt.hh name, asString -> to_string, const 2025-03-30 15:27:53 -07:00