Skip to content

Conversation

@vchuravy
Copy link
Member

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Oct 10, 2025

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 b03fe54..94d63db 100644
--- a/test/runtests.jl
+++ b/test/runtests.jl
@@ -1,4 +1,4 @@
-using ParallelTestRunner 
+using ParallelTestRunner
 import LLVM
 
 const init_code = quote
@@ -19,13 +19,13 @@ function testfilter(test)
     if startswith(test, "helpers/")
         return false
     end
-    if LLVM.is_asserts() && test == "gcn" 
+    if LLVM.is_asserts() && test == "gcn"
         # XXX: GCN's non-0 stack address space triggers LLVM assertions due to Julia bugs
         return false
-     end
-     if VERSION < v"1.11" && test in ("ptx/precompile", "native/precompile")
-         return false   
-     end
+    end
+    if VERSION < v"1.11" && test in ("ptx/precompile", "native/precompile")
+        return false
+    end
     return true
 end
 

@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.70%. Comparing base (b5686ee) to head (e826b69).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #731      +/-   ##
==========================================
- Coverage   75.24%   73.70%   -1.55%     
==========================================
  Files          24       24              
  Lines        3635     3635              
==========================================
- Hits         2735     2679      -56     
- Misses        900      956      +56     

☔ 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.

Co-authored-by: Mosè Giordano <[email protected]>
@vchuravy vchuravy merged commit a239ae0 into master Oct 11, 2025
33 checks passed
@vchuravy vchuravy deleted the vc/ptr branch October 11, 2025 12:54
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