Skip to content

Commit

Permalink
Temporarily disabling xorwow unit test for HIP on Windows due to comp…
Browse files Browse the repository at this point in the history
…iler bug (#264)
  • Loading branch information
stanleytsang-amd authored Apr 4, 2022
1 parent 6b5eb54 commit a588270
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions rtest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<testset failure-regex="[1-9]\d* tests failed">
<var name="CTEST_FILTER" value="ctest --output-on-failure"></var>
<var name="CTEST_FILTER" value="ctest --output-on-failure --exclude-regex"></var>
<var name="CTEST_REGEX" value="&quot;(test_rocrand_kernel_xorwow)&quot;"></var>
<test sets="psdb">
<run name="all_tests">{CTEST_FILTER}</run>
<run name="all_tests">{CTEST_FILTER} {CTEST_REGEX}</run>
</test>
<test sets="osdb">
<run name="all_tests">{CTEST_FILTER}</run>
<run name="all_tests">{CTEST_FILTER} {CTEST_REGEX}</run>
</test>
</testset>

0 comments on commit a588270

Please sign in to comment.