Skip to content

Commit 3a083eb

Browse files
committed
test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1220a3d commit 3a083eb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
# TODO consider moving this to Dockerfile.
216216
export LD_LIBRARY_PATH=/usr/local/cuda/compat/:/usr/local/cuda/lib64:$LD_LIBRARY_PATH
217217
if [[ ${{inputs.cc}} == 'icx' ]] || [[ ${inputs.cxx}} == 'icpx' ]]; then
218-
export LIT_XFAIL="abi/layout_vec.cpp;regression/host_tanpi_double_accuracy.cpp;self-contained-headers/sycl/ext/intel/fpga_lsu.hpp"
218+
export LIT_XFAIL="regression/host_tanpi_double_accuracy.cpp"
219219
fi
220220
cmake --build $GITHUB_WORKSPACE/build --target check-sycl
221221
- name: check-sycl-unittests

.github/workflows/sycl-linux-run-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,6 @@ jobs:
359359
env:
360360
LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param test-mode=${{ inputs.e2e_testing_mode }} --param sycl_devices=${{ inputs.target_devices }} ${{ inputs.extra_lit_opts }}
361361
run: |
362-
sleep infinity
363362
ninja -C build-e2e check-sycl-e2e > e2e.log 2>&1
364363
exit_code=$?
365364
cat e2e.log

sycl/test-e2e/Basic/event_creation.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// RUN: %{build} -o %t.out %opencl_lib
44
// RUN: %{run} %t.out
5+
// RUN: sleep infinity
56

67
//==--------------- event.cpp - SYCL event test ----------------------------==//
78
//

0 commit comments

Comments
 (0)