File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ package(features = ["layering_check"])
66
77# From CMakeLists.txt or_integration_tests(TESTS
88COMPULSORY_TESTS = [
9+ ]
10+
11+ MANUAL_FOR_BAZEL_TESTS = [
912 "make_8x8" ,
1013]
1114
@@ -53,7 +56,7 @@ filegroup(
5356 regression_test (
5457 name = test_name ,
5558 data = [":" + test_name + "_resources" ],
56- tags = [] if test_name in COMPULSORY_TESTS else ["manual" ],
59+ tags = ["manual" ] if test_name in MANUAL_FOR_BAZEL_TESTS else [],
5760 visibility = ["//visibility:public" ],
5861 )
5962 for test_name in ALL_TESTS
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ TESTS = [
3434 "gain_buffering1_hier" ,
3535 "gcd_resize" ,
3636 "liberty_dont_use" ,
37- "pin_swap1" ,
3837 "pinswap_flat" ,
3938 "pinswap_hier" ,
4039 "rebuffer1" ,
@@ -137,8 +136,6 @@ TESTS = [
137136 "repair_tie8" ,
138137 "repair_tie9" ,
139138 "repair_tie10_hier" ,
140- "repair_tie11_hier" ,
141- "repair_tie12_hier" ,
142139 "repair_wire1" ,
143140 "repair_wire10" ,
144141 "repair_wire11" ,
@@ -178,7 +175,6 @@ TESTS = [
178175 "resize5" ,
179176 "resize6" ,
180177 "resize_slack1" ,
181- "resize_slack2" ,
182178 "resize_slack3" ,
183179 "set_dont_touch1" ,
184180 "set_dont_use1" ,
@@ -226,6 +222,10 @@ BIG_TESTS = [
226222
227223# TODO: Enable once difference between bazel and ctest is resolved.
228224MANUAL_FOR_BAZEL_TESTS = [
225+ "repair_tie11_hier" ,
226+ "repair_tie12_hier" ,
227+ "resize_slack2" ,
228+ "pin_swap1" ,
229229 "liberty_dont_use" ,
230230 "pinswap_flat" ,
231231 "pinswap_hier" ,
You can’t perform that action at this time.
0 commit comments