OpenSTA/util
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
Debug.cc debug required count 2025-04-25 16:35:15 -07:00
DispatchQueue.cc util: Add method to get thread count from dispatch queue (#324) 2025-12-12 15:49:22 -08:00
Error.cc update copyright 2025-01-21 18:54:33 -07:00
FlexDisableRegister.hh verilog c++ parser 2025-01-21 18:35:21 -07:00
Fuzzy.cc update copyright 2025-01-21 18:54:33 -07:00
Hash.cc update copyright 2025-01-21 18:54:33 -07:00
Machine.cc update copyright 2025-01-21 18:54:33 -07:00
MachineApple.cc update copyright 2025-01-21 18:54:33 -07:00
MachineLinux.cc linux compile resolves #235 2025-04-12 10:53:34 -07:00
MachineUnknown.cc update copyright 2025-01-21 18:54:33 -07:00
MachineWin32.cc update copyright 2025-01-21 18:54:33 -07:00
MinMax.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
PatternMatch.cc util: Fix memory leak in PatternMatch (#282) 2025-08-11 16:25:47 -07:00
Report.cc test: Initial upload 2026-02-13 19:19:09 +09:00
ReportStd.cc update copyright 2025-01-21 18:54:33 -07:00
ReportTcl.cc update copyright 2025-01-21 18:54:33 -07:00
RiseFallMinMax.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
RiseFallValues.cc update copyright 2025-01-21 18:54:33 -07:00
StaConfig.hh.cmake Include StaConfig.hh once (#305) 2025-10-07 09:12:54 -07:00
Stats.cc update copyright 2025-01-21 18:54:33 -07:00
StringSeq.cc update copyright 2025-01-21 18:54:33 -07:00
StringSet.cc update copyright 2025-01-21 18:54:33 -07:00
StringUtil.cc remove using std from headers 2025-04-11 16:59:48 -07:00
TokenParser.cc update copyright 2025-01-21 18:54:33 -07:00
Transition.cc name, asString -> to_string, const 2025-03-30 15:27:53 -07:00
Util.i more unit issues 2025-12-05 14:47:16 -07:00
gzstream.hh Fix an undefined behaviour and a memory leak (#289) 2025-09-03 15:12:26 -07:00