Skip to content

Commit 1739ba9

Browse files
authored
[OpenMP][FIX] Adjust test to be non-flaky (#122331)
The test runs asynchronous kernels and depending on the timing the output is slightly different. We now only check for the common parts of the output.
1 parent 6312bee commit 1739ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/sanitizer/kernel_crash_async.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ int main(void) {
3636
// TRACE: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l29)
3737
// TRACE: launchKernel
3838
//
39-
// CHECK: Kernel {{[0-9]}}: {{.*}} (__omp_offloading_{{.*}}_main_l29)
39+
// CHECK: Kernel {{.*}} (__omp_offloading_{{.*}}_main_l29)

0 commit comments

Comments
 (0)