Skip to content

Commit 71422f2

Browse files
committed
Moved new regressions (cts -> dbSta)
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 17c12a0 commit 71422f2

14 files changed

+4
-4
lines changed

src/cts/test/BUILD

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ COMPULSORY_TESTS = [
2424
"check_max_fanout3",
2525
"check_wire_rc_cts",
2626
"dummy_load",
27-
#"escape_slash", # different result compared to CMake
28-
#"escape_slash_hier", # different result compared to CMake
2927
"find_clock",
3028
"find_clock_pad",
3129
"gated_clock1",

src/cts/test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ or_integration_tests(
2020
check_max_fanout3
2121
check_wire_rc_cts
2222
dummy_load
23-
escape_slash
24-
escape_slash_hier
2523
find_clock
2624
find_clock_pad
2725
gated_clock1

src/dbSta/test/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ COMPULSORY_TESTS = [
1212
"check_axioms",
1313
"clock_pin",
1414
"constant1",
15+
#"escape_slash", # different result compared to CMake
16+
#"escape_slash_hier", # different result compared to CMake
1517
"find_clks1",
1618
"find_clks2",
1719
"get_ports1",

src/dbSta/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ or_integration_tests(
55
check_axioms
66
clock_pin
77
constant1
8+
escape_slash
9+
escape_slash_hier
810
find_clks1
911
find_clks2
1012
get_ports1

0 commit comments

Comments
 (0)