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 626643a commit 2f7e626Copy full SHA for 2f7e626
.github/workflows/sycl-linux-run-tests.yml
@@ -297,8 +297,7 @@ jobs:
297
exit_code=$?
298
cat e2e.log
299
if [ $exit_code -ne 0 ]; then
300
- # TODO: XPASS/UNRESOLVED
301
- awk '/^Failed Tests|Testing Time/{flag=1}/FAILED: CMakeFiles/{flag=0}flag' e2e.log >> $GITHUB_STEP_SUMMARY
+ awk '/^Failed Tests|Unexpectedly Passed Tests|Unresolved tests|Testing Time/{flag=1}/FAILED: CMakeFiles/{flag=0}flag' e2e.log >> $GITHUB_STEP_SUMMARY
302
fi
303
exit $exit_code
304
- name: List excluded SYCL CTS categories
0 commit comments