Use SciMLTesting v1.2 (folder-based run_tests)#54
Merged
ChrisRackauckas merged 1 commit intoJun 14, 2026
Conversation
Replace the hand-written GROUP dispatcher in test/runtests.jl with the SciMLTesting v1.2 folder-discovery run_tests harness. The Core testsets are split into self-contained top-level files (fast_log2_tests.jl, fast_pow_tests.jl, other_ad_engines_tests.jl) and the Enzyme group moves to test/Enzyme/ (enzyme_forward_tests.jl, enzyme_reverse_tests.jl), run in the main test env to match the pre-conversion behavior. QA stays in test/qa/ with its env. Adds SciMLTesting + SafeTestsets to the root and qa test deps and drops Pkg (the harness owns Pkg ops). test_groups.toml is unchanged; GROUP=All still runs Core + Enzyme (QA excluded), matching the old dispatcher. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
3a2d65f to
f68e318
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts the test suite to the SciMLTesting v1.2
run_testsharness (folder-discovery model).test/runtests.jlbecomesusing SciMLTesting; run_tests().fast_log2_tests.jl,fast_pow_tests.jl,other_ad_engines_tests.jl), and the Enzyme group moves totest/Enzyme/(enzyme_forward_tests.jl,enzyme_reverse_tests.jl), run in the main test env — matching the pre-conversion dispatch.test/qa/with its sub-env.test/test_groups.tomlis unchanged;GROUP=Allstill runs Core + Enzyme (QA excluded), exactly as the old dispatcher.SciMLTesting+SafeTestsetsto the root andtest/qatest deps; dropsPkg(the harness owns all Pkg operations).Validated locally on Julia 1.11:
GROUP=Core(1200 + 5 + 4 tests) andGROUP=QA(11 pass + 1 expected@test_broken) both pass.Ignore until reviewed by @ChrisRackauckas.
🤖 Generated with Claude Code