Skip to content
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: grosser/parallel_tests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.5.0
Choose a base ref
...
head repository: grosser/parallel_tests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.6.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 17, 2025

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

Commits on Feb 5, 2026

  1. Handle signal-terminated processes in exit status (#1027)

    When a child process is terminated by a Unix signal (e.g., SIGKILL,
    SIGTERM), $?.exitstatus returns nil. This caused downstream code to
    break when comparing exit statuses.
    
    Following Unix shell convention, signal terminations now return
    128 + signal_number (e.g., 137 for SIGKILL, 143 for SIGTERM).
    
    Falls back to exit status 1 if neither exitstatus nor termsig is
    available.
    bazlo authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    4dc7953 View commit details
    Browse the repository at this point in the history
  2. v5.6.0

    grosser committed Feb 5, 2026
    Configuration menu
    Copy the full SHA
    eb11d1f View commit details
    Browse the repository at this point in the history
Loading