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.
1 parent 2ba2662 commit 20f08feCopy full SHA for 20f08fe
sycl/test-e2e/AddressSanitizer/common/kernel-filter.cpp
@@ -1,5 +1,5 @@
1
// REQUIRES: linux
2
-// RUN: %{build} %device_asan_flags -O2 -g -fsanitize-ignorelist=%p/ignorelist.txt -o %t
+// RUN: %{build} %device_asan_flags -O2 -fsanitize-ignorelist=%p/ignorelist.txt -o %t
3
// RUN: %{run} not %t &> %t.txt ; FileCheck --input-file %t.txt %s
4
#include <sycl/detail/core.hpp>
5
#include <sycl/usm.hpp>
@@ -17,5 +17,8 @@ int main() {
17
Q.wait();
18
19
sycl::free(array, Q);
20
+ std::cout << "PASS" << std::endl;
21
return 0;
22
}
23
+
24
+// CHECK: PASS
0 commit comments