diff --git a/.github/workflows/sycl-windows-precommit.yml b/.github/workflows/sycl-windows-precommit.yml index 25dbc74ece376..40f25e873764c 100644 --- a/.github/workflows/sycl-windows-precommit.yml +++ b/.github/workflows/sycl-windows-precommit.yml @@ -79,25 +79,6 @@ jobs: include: - name: Intel GEN12 Graphics with Level Zero runner: '["Windows","gen12"]' - uses: ./.github/workflows/sycl-windows-run-tests.yml - with: - name: ${{ matrix.name }} - runner: ${{ matrix.runner }} - sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }} - e2e_testing_mode: run-only - e2e_binaries_artifact: sycl_windows_e2ebin - - run_full_e2e_tests: - needs: build - # Continue if build was successful. - if: | - always() - && !cancelled() - && needs.build.outputs.build_conclusion == 'success' - strategy: - fail-fast: false - matrix: - include: - name: Intel Battlemage Graphics with Level Zero runner: '["Windows","bmg"]' uses: ./.github/workflows/sycl-windows-run-tests.yml @@ -105,4 +86,5 @@ jobs: name: ${{ matrix.name }} runner: ${{ matrix.runner }} sycl_toolchain_archive: ${{ needs.build.outputs.artifact_archive_name }} - e2e_testing_mode: full + e2e_testing_mode: run-only + e2e_binaries_artifact: sycl_windows_e2ebin diff --git a/sycl/test-e2e/Adapters/level_zero_eager_init.cpp b/sycl/test-e2e/Adapters/level_zero_eager_init.cpp index f0d1964bcfcec..d58aaa065a49b 100644 --- a/sycl/test-e2e/Adapters/level_zero_eager_init.cpp +++ b/sycl/test-e2e/Adapters/level_zero_eager_init.cpp @@ -3,8 +3,8 @@ // UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains // function names that we match in the test. -// XFAIL: windows && arch-intel_gpu_bmg_g21 -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165 +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18067 // RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out // RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s diff --git a/sycl/test-e2e/Reduction/reduction_ctor.cpp b/sycl/test-e2e/Reduction/reduction_ctor.cpp index 881894c4f668b..f13a4f64146c4 100644 --- a/sycl/test-e2e/Reduction/reduction_ctor.cpp +++ b/sycl/test-e2e/Reduction/reduction_ctor.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode) +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582 + // Windows doesn't yet have full shutdown(). // UNSUPPORTED: ze_debug && windows