Skip to content

Conversation

@christiangnrd
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.68%. Comparing base (db69fa8) to head (f98b041).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   80.68%   80.68%           
=======================================
  Files          12       12           
  Lines         730      730           
=======================================
  Hits          589      589           
  Misses        141      141           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@christiangnrd
Copy link
Member Author

@simeonschaub seems like #379 introduced windows test failures (other than #317) masked by the windows-2025 runners breaking

@simeonschaub
Copy link
Member

Hmm, that's odd! I'd be fine with skipping these tests on windows for now, but would be good to figure out why pocl does not support explicit SIMD on these platforms.

@christiangnrd christiangnrd force-pushed the christiangnrd-patch-1 branch 2 times, most recently from 9dcc57f to 45b73b6 Compare November 27, 2025 18:13
@christiangnrd christiangnrd changed the title Switch to windows-2022 in CI until windows-2025 is fixed Disable broken vectorization tests on windows and use windows-2022 in CI Nov 27, 2025
@christiangnrd christiangnrd changed the title Disable broken vectorization tests on windows and use windows-2022 in CI Disable broken vectorization tests on Windows and use windows-2022 in CI Nov 27, 2025
@github-actions
Copy link
Contributor

Your PR requires formatting changes to meet the project's style guidelines.
Please consider running Runic (git runic master) to apply these changes.

Click here to view the suggested changes.
diff --git a/test/runtests.jl b/test/runtests.jl
index ddf62c7..a73db1f 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -1,5 +1,5 @@
 using Pkg
-Pkg.add(url="https://github.com/JuliaGPU/GPUArrays.jl", rev="splittest")
+Pkg.add(url = "https://github.com/JuliaGPU/GPUArrays.jl", rev = "splittest")
 
 using Distributed
 using Dates

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