Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI] Enable check-sycl-unittests in CI #12858

Merged
merged 25 commits into from
Mar 21, 2024

Conversation

uditagarwal97
Copy link
Contributor

This PR enables testing unittests in CI.

@uditagarwal97
Copy link
Contributor Author

QueueID.QueueCreationUSMOperations failed on Linux.

2024-03-04T19:07:40.2972086Z [ RUN      ] QueueID.QueueCreationUSMOperations
2024-03-04T19:07:40.2972466Z /__w/llvm/llvm/src/sycl/unittests/xpti_trace/QueueIDCheck.cpp:61: Failure
2024-03-04T19:07:40.2972814Z Value of: Message
2024-03-04T19:07:40.2973020Z Expected: has substring "task_begin:queue_id:22"
2024-03-04T19:07:40.2973288Z   Actual: "task_begin:queue_id:16"
2024-03-04T19:07:40.2973441Z 
2024-03-04T19:07:40.2973630Z /__w/llvm/llvm/src/sycl/unittests/xpti_trace/QueueIDCheck.cpp:64: Failure
2024-03-04T19:07:40.2973964Z Value of: Message
2024-03-04T19:07:40.2974169Z Expected: has substring "task_end:queue_id:22"
2024-03-04T19:07:40.2974429Z   Actual: "task_end:queue_id:16"
2024-03-04T19:07:40.2974572Z 
2024-03-04T19:07:40.2974753Z /__w/llvm/llvm/src/sycl/unittests/xpti_trace/QueueIDCheck.cpp:61: Failure
2024-03-04T19:07:40.2975085Z Value of: Message
2024-03-04T19:07:40.2975290Z Expected: has substring "task_begin:queue_id:22"
2024-03-04T19:07:40.2975550Z   Actual: "task_begin:queue_id:16"
2024-03-04T19:07:40.2975703Z 
2024-03-04T19:07:40.2975879Z /__w/llvm/llvm/src/sycl/unittests/xpti_trace/QueueIDCheck.cpp:64: Failure
2024-03-04T19:07:40.2976211Z Value of: Message
2024-03-04T19:07:40.2976413Z Expected: has substring "task_end:queue_id:22"
2024-03-04T19:07:40.2976667Z   Actual: "task_end:queue_id:16"
2024-03-04T19:07:40.2976808Z 
2024-03-04T19:07:40.2976943Z [  FAILED  ] QueueID.QueueCreationUSMOperations (0 ms)

@uditagarwal97 uditagarwal97 changed the title [DRAFT][CI] Enable check-sycl-unittests in CI [CI] Enable check-sycl-unittests in CI Mar 5, 2024
@uditagarwal97 uditagarwal97 marked this pull request as ready for review March 5, 2024 17:26
@uditagarwal97 uditagarwal97 requested review from a team as code owners March 5, 2024 17:26
@uditagarwal97
Copy link
Contributor Author

The postcommit failure in the following tests are unrelated. They are also failing in other commits (like https://github.com/intel/llvm/actions/runs/8364532464/job/22901390779)

Linux Gen12

Failed Tests (1):
  SYCL :: Plugin/interop-level-zero-image.cpp

Linux Arc

Failed Tests (2):
  SYCL :: OneapiDeviceSelector/sub-devices.cpp
  SYCL :: Plugin/interop-level-zero-image.cpp

@uditagarwal97
Copy link
Contributor Author

@intel/llvm-gatekeepers the PR is ready!

@aelovikov-intel aelovikov-intel merged commit 445893a into intel:sycl Mar 21, 2024
18 of 20 checks passed
@uditagarwal97 uditagarwal97 deleted the ci_unittest branch March 21, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants