Opened 16 years ago

Closed 16 years ago

#6478 closed (fixed)

Don't ignore Ctrl-C and system exit in tests

Reported by: Bastian Kleineidam <calvin@…> Owned by: nobody
Component: Testing framework Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The test runner should not silently ignore Ctrl-C and system
exits.

Attachments (1)

0003-Don-t-ignore-Ctrl-C-and-system-exit-in-tests.patch (803 bytes ) - added by Bastian Kleineidam <calvin@…> 16 years ago.

Download all attachments as: .zip

Change History (3)

by Bastian Kleineidam <calvin@…>, 16 years ago

comment:1 by Simon Greenhill <dev@…>, 16 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7056]) Fixed #6478 -- Allow tests to be interrupted with system exits and C. Thanks,
Bastian Kleineidam.

Note: See TracTickets for help on using tickets.
Back to Top