Skip to content

Commit 9d3635c

Browse files
efriedma-quictru
authored andcommitted
Exclude check-polly-unittests and check-polly-isl from check-all
The unittests are already included in check-polly, so check-all was running them twice. Running them twice causes a race on the output files, which led to intermittent failures on the reverse-iteration buildbot. (cherry picked from commit 2c29268)
1 parent a26ef3c commit 9d3635c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

polly/test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if (POLLY_GTEST_AVAIL)
7777
add_lit_testsuite(check-polly-unittests "Running polly unit tests only"
7878
${CMAKE_CURRENT_BINARY_DIR}/Unit
7979
PARAMS polly_site_config=${CMAKE_CURRENT_BINARY_DIR}/Unit/lit.site.cfg
80+
EXCLUDE_FROM_CHECK_ALL
8081
DEPENDS PollyUnitTests
8182
)
8283
set_target_properties(check-polly-unittests PROPERTIES FOLDER "Polly")
@@ -90,6 +91,7 @@ if (POLLY_BUNDLED_ISL)
9091
add_lit_testsuite(check-polly-isl "Running isl unit tests only"
9192
${CMAKE_CURRENT_BINARY_DIR}/UnitIsl
9293
PARAMS polly_site_config=${CMAKE_CURRENT_BINARY_DIR}/UnitIsl/lit.site.cfg
94+
EXCLUDE_FROM_CHECK_ALL
9395
DEPENDS polly-isl-test
9496
)
9597
set_target_properties(check-polly-isl PROPERTIES FOLDER "Polly")

0 commit comments

Comments
 (0)