File: rtest.xml

package info (click to toggle)
rocblas 6.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,082,776 kB
  • sloc: cpp: 244,923; f90: 50,012; python: 50,003; sh: 24,630; asm: 8,917; makefile: 151; ansic: 107; xml: 36; awk: 14
file content (22 lines) | stat: -rw-r--r-- 938 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

<testset>
<var name="TEST_BASE_OPTIONS" value="rocblas-test --gtest_output=xml --gtest_color=yes"></var>
<test sets="psdb">
  <run name="quick_pre_checkin">{TEST_BASE_OPTIONS} --gtest_filter=*quick*:*pre_checkin*-*known_bug*</run>
</test>
<test sets="osdb">
  <run name="nightly">{TEST_BASE_OPTIONS} --gtest_filter=*nightly*-*known_bug*</run>
</test>
<test sets="smoke">
  <run name="smoke_test">{TEST_BASE_OPTIONS} --yaml rocblas_smoke.yaml </run>
</test>
<test sets="emulation_smoke">
  <run name="emulation_smoke_test">{TEST_BASE_OPTIONS} --yaml rocblas_smoke.yaml </run>
</test>
<test sets="emulation_regression">
  <run name="emulation_regression_test">{TEST_BASE_OPTIONS} --yaml rocblas_extras.yaml --gtest_filter=*regression*</run>
</test>
<test sets="emulation_extended">
  <run name="emulation_extended_test">{TEST_BASE_OPTIONS} --yaml rocblas_extras.yaml --gtest_filter=*quick*:*pre_checkin*:*nightly*</run>
</test>
</testset>