-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: junit-team/junit-framework
base: r6.1.1
head repository: junit-team/junit-framework
compare: r6.1.2
- 8 commits
- 12 files changed
- 3 contributors
Commits on Jun 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 83fa9ab - Browse repository at this point
Copy the full SHA 83fa9abView commit details
Commits on Jul 12, 2026
-
Create initial 6.1.2 release notes from template
(cherry picked from commit f8686f1)
Configuration menu - View commit details
-
Copy full SHA for 2ef1123 - Browse repository at this point
Copy the full SHA 2ef1123View commit details -
Fix NoTestsDiscoveredException for suites containing only dynamic tes…
…ts (#5839) With the introduction of the `SuiteSummaryGeneratingListener` the dynamic tests were not included in the test discovery count leading to an `NoTestsDiscoveredException` when suites contained only dynamic tests. Counting the registration of dynamic tests in addition to the directly discovered test solves this. We did have a test case to cover this. While it checked that the tests in the suite were executed, it did not check if the suite container itself passed. Checking this was actually surprisingly difficult.The `EventConditions.container(DynamicSuite.class)` can be satisfied by the events from the `DynamicSuite` and the `DynamicTestsTestCase`, so there always exists some ambiguity about which event is being matched. By matching exactly against the suite descriptor segment we can avoid this. (cherry picked from commit 7e7183f)
Configuration menu - View commit details
-
Copy full SHA for 9326641 - Browse repository at this point
Copy the full SHA 9326641View commit details -
Add initial 6.1.2 release notes to release notes index
(cherry picked from commit cc110a6)
Configuration menu - View commit details
-
Copy full SHA for a1507cb - Browse repository at this point
Copy the full SHA a1507cbView commit details -
Fix order of release note sections
(cherry picked from commit 762d5aa)
Configuration menu - View commit details
-
Copy full SHA for 0cd9510 - Browse repository at this point
Copy the full SHA 0cd9510View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43bd154 - Browse repository at this point
Copy the full SHA 43bd154View commit details -
Remove blanket outputDirectoryCreator from SuiteEngineTests (#5793)
The output directory is only needed for the `passesOutputDirectoryCreatorToEnginesInSuite`, but because that test uses the `SelectClassesSuite` every other test also needed to set the output directory. This makes the tests larger than strictly necessary. By removing the `TestReporter` from the `SingleTestTestCase` and adding a dedicated `SingleTestWithTestReporterTestCase` we can make all the suite tests a bit more focused.
Configuration menu - View commit details
-
Copy full SHA for ae244a6 - Browse repository at this point
Copy the full SHA ae244a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b685426 - Browse repository at this point
Copy the full SHA b685426View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff r6.1.1...r6.1.2