Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: r6.1.1
Choose a base ref
Loading
...
head repository: junit-team/junit-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: r6.1.2
Choose a head ref
Loading
  • 8 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 28, 2026

  1. Configuration menu
    Copy the full SHA
    83fa9ab View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2026

  1. Create initial 6.1.2 release notes from template

    (cherry picked from commit f8686f1)
    mpkorstanje authored and marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    2ef1123 View commit details
    Browse the repository at this point in the history
  2. 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)
    mpkorstanje authored and marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    9326641 View commit details
    Browse the repository at this point in the history
  3. Add initial 6.1.2 release notes to release notes index

    (cherry picked from commit cc110a6)
    mpkorstanje authored and marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    a1507cb View commit details
    Browse the repository at this point in the history
  4. Fix order of release note sections

    (cherry picked from commit 762d5aa)
    marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    0cd9510 View commit details
    Browse the repository at this point in the history
  5. Finalize 6.1.2 release notes

    (cherry picked from commit 3cce604)
    marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    43bd154 View commit details
    Browse the repository at this point in the history
  6. 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.
    mpkorstanje authored and marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    ae244a6 View commit details
    Browse the repository at this point in the history
  7. Release 6.1.2

    marcphilipp committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    b685426 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.