We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3811cdb commit 5af9fcfCopy full SHA for 5af9fcf
.github/workflows/sycl-windows-run-tests.yml
@@ -150,12 +150,13 @@ jobs:
150
- name: Run End-to-End tests
151
if: inputs.tests_selector == 'e2e'
152
shell: bash {0}
153
+ env:
154
+ LIT_OPTS: -v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests --param print_features=True ${{ inputs.extra_lit_opts }}
155
run: |
156
# Run E2E tests.
157
if [[ ${{inputs.compiler}} == 'icx' ]]; then
158
export LIT_FILTER_OUT="compile_on_win_with_mdd"
159
fi
- export LIT_OPTS="-v --no-progress-bar --show-unsupported --show-pass --show-xfail --max-time 3600 --time-tests ${{ inputs.extra_lit_opts }}"
160
cmake --build build-e2e --target check-sycl-e2e > e2e.log 2>&1
161
162
exit_code=$?
0 commit comments