Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add option to use posix exit code upon fatal signal #4989

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Jan 11, 2024

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

Commits on Mar 15, 2024

  1. Update test/integration/options/posixExitCodes.spec.js

    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    73rhodes and JoshuaKGoldberg authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3b99517 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    2150c30 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from zendesk/dderidder/X-mochajs-pr-review

    Address PR review comments mocha org
    73rhodes authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    0fb6ca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62528c5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from zendesk/dderidder/X-mochajs-pr-review

    Address PR review comments mocha org
    73rhodes authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    8a4f2bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    817d890 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update docs/index.md

    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    73rhodes and JoshuaKGoldberg authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ad30057 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    592f071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f2822 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from zendesk/dderidder/X-mochajs-pr-review-part2

    Fix exit code when no signal caught
    73rhodes authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3438da6 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Update docs/index.md

    Co-authored-by: Josh Goldberg ✨ <[email protected]>
    73rhodes and JoshuaKGoldberg authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b6e6d30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2991a1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from zendesk/dderidder/X-mochajs-pr-review-part3

    Address PR comments; use os.constants
    73rhodes authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7cf79d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    609f94f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from zendesk/dderidder/X-mochajs-pr-review-part4

    Remove test that asserts the problematic behavior
    73rhodes authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b71eaf3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    0aa939f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from zendesk/dderidder/X-win32-fixup

    Omit win32 from signals test suite
    73rhodes authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    59e471d View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Update docs/index.md

    73rhodes authored May 1, 2024
    Configuration menu
    Copy the full SHA
    6d237fc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Update package.json

    73rhodes authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ca78dbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from zendesk/73rhodes-patch-1

    Update package.json
    73rhodes authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1809576 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. WIP - support posix-exit-codes option for both child-process and in-p…

    …rocess modes of running mocha
    73rhodes committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    df38431 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge pull request #11 from zendesk/dderidder/fix-exit-codes-pr-update

    Support posix-exit-codes for child and in-process modes
    73rhodes authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9ee844a View commit details
    Browse the repository at this point in the history