File: rtest.xml

package info (click to toggle)
hipsparse 6.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,812 kB
  • sloc: cpp: 106,000; f90: 7,672; sh: 563; python: 533; makefile: 39; xml: 9
file content (10 lines) | stat: -rw-r--r-- 384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<testset>
<var name="GTEST_FILTER" value="hipsparse-test --gtest_output=xml --gtest_color=yes --gtest_filter"></var>
<test sets="psdb">
  <run name="all-tests">{GTEST_FILTER}=*-*known_bug*</run>
</test>
<test sets="osdb">
  <!--run name="all-tests">{GTEST_FILTER}=*quick*:*pre_checkin*-*known_bug*</run-->
  <run name="all-tests">{GTEST_FILTER}=*-*known_bug*</run>
</test>
</testset>