llvm icon indicating copy to clipboard operation
llvm copied to clipboard

Multiple Graph E2E tests fail in preview mode

Open aelovikov-intel opened this issue 4 months ago • 0 comments

$ llvm-lit Graph/NativeCommand/invalid.cpp  --param test-preview-mode=True --param test-mode=build-only -v
...
invalid.cpp:27:16: error: no matching member function for call to 'ext_codeplay_get_native_graph'
$ llvm-lit Graph/Update  --param test-preview-mode=True --param test-mode=build-only
...
Failed Tests (33):
  SYCL :: Graph/Update/FreeFunctionKernels/update_before_finalize.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_multiple_exec_graphs.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ordering.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr_3D.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr_double_update.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr_multiple_nodes.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr_multiple_params.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_ptr_subgraph.cpp
  SYCL :: Graph/Update/FreeFunctionKernels/update_with_indices_scalar.cpp
  SYCL :: Graph/Update/dyn_cgf_with_all_dyn_params.cpp
  SYCL :: Graph/Update/dyn_cgf_with_different_type_dyn_params.cpp
  SYCL :: Graph/Update/dyn_cgf_with_some_dyn_params.cpp
  SYCL :: Graph/Update/update_before_finalize.cpp
  SYCL :: Graph/Update/update_nullptr.cpp
  SYCL :: Graph/Update/update_with_indices_accessor.cpp
  SYCL :: Graph/Update/update_with_indices_accessor_double_update.cpp
  SYCL :: Graph/Update/update_with_indices_accessor_multiple_nodes_different_indices.cpp
  SYCL :: Graph/Update/update_with_indices_accessor_ordering.cpp
  SYCL :: Graph/Update/update_with_indices_accessor_spv.cpp
  SYCL :: Graph/Update/update_with_indices_multiple_exec_graphs.cpp
  SYCL :: Graph/Update/update_with_indices_ordering.cpp
  SYCL :: Graph/Update/update_with_indices_ptr.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_3D.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_double_update.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_multiple_nodes.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_multiple_nodes_different_indices.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_multiple_params.cpp
  SYCL :: Graph/Update/update_with_indices_ptr_subgraph.cpp
  SYCL :: Graph/Update/update_with_indices_scalar.cpp
  SYCL :: Graph/Update/update_with_raw_kernel_arg.cpp
  SYCL :: Graph/Update/whole_update_dynamic_param.cpp
  SYCL :: Graph/Update/work_group_static_memory_with_dyn_cgf_and_dyn_params.cpp


Testing Time: 3.63s

Total Discovered Tests: 86
  Passed: 53 (61.63%)
  Failed: 33 (38.37%)

aelovikov-intel avatar Jun 10 '25 22:06 aelovikov-intel