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

Tests hanging on Windows #14397

Closed
sarnex opened this issue Jul 2, 2024 · 3 comments
Closed

Tests hanging on Windows #14397

sarnex opened this issue Jul 2, 2024 · 3 comments
Labels
bug Something isn't working confirmed Windows

Comments

@sarnex
Copy link
Contributor

sarnex commented Jul 2, 2024

Describe the bug

The hang causes all jobs after to fail because the install dir can't be deleted, we need to disable these ASAP.

Timed Out Tests (3):
SYCL :: BFloat16/bfloat16_vec.cpp
SYCL :: Basic/stream/stream.cpp
SYCL :: Complex/sycl_complex_stream_test.cpp

https://github.com/intel/llvm/actions/runs/9763792395/job/26955308516?pr=14388

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

  • OS: [e.g Windows/Linux]
  • Target device and vendor: [e.g. Intel GPU]
  • DPC++ version: [e.g. commit hash or output of clang++ --version]
  • Dependencies version: [e.g. the output of sycl-ls --verbose]

Additional context

No response

@sarnex sarnex added bug Something isn't working confirmed Windows labels Jul 2, 2024
sarnex added a commit that referenced this issue Jul 2, 2024
#14397

The hang causes all jobs after to fail because the install dir can't be
deleted, we need to disable these ASAP.

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
@sarnex
Copy link
Contributor Author

sarnex commented Jul 2, 2024

Talked to @KseniyaTikhomirova, these could possibly be related to her changes. She will do an initial investigation to see if it's related.

@KseniyaTikhomirova
Copy link
Contributor

KseniyaTikhomirova commented Jul 2, 2024

probably this could fix the hang #14396, will check tomorrow and reenable back
update: yes, this PR fixes hang on Windows. Updated PR with tests reenabling.

@sarnex
Copy link
Contributor Author

sarnex commented Jul 9, 2024

We are not seeing this anymore so closed as fixed with #14396

@sarnex sarnex closed this as completed Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed Windows
Projects
None yet
Development

No branches or pull requests

2 participants