Skip to content

Commit 2f7e626

Browse files
[CI] Add XPASS/UNRESOLVED to summary (#13770)
1 parent 626643a commit 2f7e626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,7 @@ jobs:
297297
exit_code=$?
298298
cat e2e.log
299299
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
300+
awk '/^Failed Tests|Unexpectedly Passed Tests|Unresolved tests|Testing Time/{flag=1}/FAILED: CMakeFiles/{flag=0}flag' e2e.log >> $GITHUB_STEP_SUMMARY
302301
fi
303302
exit $exit_code
304303
- name: List excluded SYCL CTS categories

0 commit comments

Comments
 (0)