File tree Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Expand file tree Collapse file tree 4 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 134
134
<test testName =" bt-invalid-cuda-version" configFile =" config/TEMPLATE_behavior_tests.xml" />
135
135
<test testName =" bt-modified-yaml" configFile =" config/TEMPLATE_behavior_tests.xml" />
136
136
<test testName =" bt-check-warning1083" configFile =" config/TEMPLATE_behavior_tests.xml" />
137
- <test testName =" bt-unsupported-type-function" configFile =" config/TEMPLATE_behavior_tests .xml" />
137
+ <test testName =" bt-unsupported-type-function" configFile =" config/TEMPLATE_behavior_tests_after_9.2 .xml" />
138
138
<test testName =" change-filename-extension" configFile =" config/TEMPLATE_behavior_tests.xml" />
139
139
<test testName =" check-windows-version" configFile =" config/TEMPLATE_behavior_tests_win.xml" />
140
140
<test testName =" query-api-mapping" configFile =" config/TEMPLATE_behavior_tests.xml" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+
3
+ <test driverID =" test_behavior" name =" TEMPLATE" >
4
+ <description >test</description >
5
+ <files >
6
+ <file path =" src/${testName}" />
7
+ </files >
8
+ <rules >
9
+ <platformRule OSFamily =" Linux" kit =" CUDA10.0" kitRange =" OLDER" runOnThisPlatform =" false" />
10
+ <platformRule OSFamily =" Windows" kit =" CUDA10.0" kitRange =" OLDER" runOnThisPlatform =" false" />
11
+ </rules >
12
+ </test >
Original file line number Diff line number Diff line change 5
5
<files >
6
6
<file path =" feature_case/sync_warp_p1/${testName}.cu" />
7
7
</files >
8
-
8
+ <rules >
9
+ <platformRule OSFamily =" Linux" kit =" CUDA9.2" kitRange =" OLDER" runOnThisPlatform =" false" />
10
+ <platformRule OSFamily =" Windows" kit =" CUDA9.2" kitRange =" OLDER" runOnThisPlatform =" false" />
11
+ </rules >
9
12
</test >
10
13
Original file line number Diff line number Diff line change 8
8
<rules >
9
9
<optlevelRule excludeOptlevelNameString =" acc" />
10
10
<optlevelRule excludeOptlevelNameString =" usmnone" />
11
+ <platformRule OSFamily =" Linux" kit =" CUDA9.2" kitRange =" OLDER" runOnThisPlatform =" false" />
12
+ <platformRule OSFamily =" Windows" kit =" CUDA9.2" kitRange =" OLDER" runOnThisPlatform =" false" />
11
13
</rules >
12
14
</test >
You can’t perform that action at this time.
0 commit comments