We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e01447 + 0d424fa commit 8fc09a8Copy full SHA for 8fc09a8
timelimit.xml
@@ -2,6 +2,12 @@
2
3
<suites>
4
<suite suiteName="llvm_test_suite" testTimeLimit="3600" suiteTimeLimit="3600" />
5
- <suite suiteName="llvm_test_suite_sycl" testTimeLimit="7200" />
+ <suite suiteName="llvm_test_suite_sycl" testTimeLimit="7200">
6
+ <tests>
7
+ <test testName="esimd_histogram_raw_send" testTimeLimit="600" />
8
+ <test testName="esimd_vadd_raw_send" testTimeLimit="600" />
9
+ <test testName="hierpar_hier_par_wgscope_o0" testTimeLimit="600" />
10
+ </tests>
11
+ </suite>
12
<suite suiteName="llvm_test_suite_sycl_valgrind" testTimeLimit="7200" suiteTimeLimit="7200" />
13
</suites>
0 commit comments