[Openmp-commits] [openmp] b0d68c7 - [AMDGPU][Libomptarget] Mark lambda_by_value test as XFAIL

Pushpinder Singh via Openmp-commits openmp-commits at lists.llvm.org
Tue May 25 05:17:06 PDT 2021


Author: Pushpinder Singh
Date: 2021-05-25T12:16:54Z
New Revision: b0d68c7141412edcc8a7ea1b09a956df15f2b197

URL: https://github.com/llvm/llvm-project/commit/b0d68c7141412edcc8a7ea1b09a956df15f2b197
DIFF: https://github.com/llvm/llvm-project/commit/b0d68c7141412edcc8a7ea1b09a956df15f2b197.diff

LOG: [AMDGPU][Libomptarget] Mark lambda_by_value test as XFAIL

Reason: Missing printf definition

Reviewed By: JonChesterfield

Differential Revision: https://reviews.llvm.org/D103078

Added: 
    

Modified: 
    openmp/libomptarget/test/mapping/lambda_by_value.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/test/mapping/lambda_by_value.cpp b/openmp/libomptarget/test/mapping/lambda_by_value.cpp
index 03b044e271c30..6e353244315dc 100644
--- a/openmp/libomptarget/test/mapping/lambda_by_value.cpp
+++ b/openmp/libomptarget/test/mapping/lambda_by_value.cpp
@@ -1,5 +1,8 @@
 // RUN: %libomptarget-compilexx-run-and-check-generic
 
+// amdgcn does not have printf definition
+// XFAIL: amdgcn-amd-amdhsa
+
 #include <stdio.h>
 #include <stdint.h>
 


        


More information about the Openmp-commits mailing list