Skip to content

Commit 7282ca3

Browse files
committed
rsz: remove repair_setup_swap_sizeup_unbuffer regression test
Reverts the test added for issue #10210. The UAF in prevPath()->pin() requires specific post-CTS path-enumeration and allocator timing that no minimal public testcase (Nangate45 small, ASAP7 gcd 3-tier VT, ASAP7 aes_place.def at 22k components) reproduces under ASAN. The Tcl test therefore exercises the code path but does not actually guard the regression -- reverting it would still pass. Verification of the fix is via the original customer post-CTS ODB under ASAN. Keeping a non-guarding test file adds noise without signal. Signed-off-by: Minju Kim <mkim@precisioninno.com>
1 parent f7952d9 commit 7282ca3

4 files changed

Lines changed: 0 additions & 116 deletions

File tree

src/rsz/test/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ TESTS = [
122122
"repair_setup9_hier",
123123
"repair_setup_sizedown",
124124
"repair_setup_sizeup_match",
125-
"repair_setup_swap_sizeup_unbuffer",
126125
"repair_setup_undo1",
127126
"repair_setup_undo2",
128127
"repair_slew1",

src/rsz/test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ or_integration_tests(
8686
repair_hold15
8787
repair_setup_sizedown
8888
repair_setup_sizeup_match
89-
repair_setup_swap_sizeup_unbuffer
9089
repair_setup1
9190
repair_setup2
9291
repair_setup3

src/rsz/test/repair_setup_swap_sizeup_unbuffer.ok

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/rsz/test/repair_setup_swap_sizeup_unbuffer.tcl

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)