mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
Enable some test_illegal_command_exit_code tests
A comment suggests these cause bad_alloc, but this doesn't seem to happen. If it does happen, we want to hit it so we can track it down!
This commit is contained in:
@@ -4080,10 +4080,8 @@ static void test_illegal_command_exit_code(void) {
|
||||
{L"**", STATUS_ILLEGAL_CMD},
|
||||
{L"%", STATUS_ILLEGAL_CMD},
|
||||
{L"%test", STATUS_ILLEGAL_CMD},
|
||||
// the following two inputs cause errors during tests for unknown reasons
|
||||
// ("terminate called after throwing an instance of 'std::bad_alloc'")
|
||||
// {L"?", STATUS_ILLEGAL_CMD},
|
||||
// {L"abc?def", STATUS_ILLEGAL_CMD},
|
||||
{L"?", STATUS_ILLEGAL_CMD},
|
||||
{L"abc?def", STATUS_ILLEGAL_CMD},
|
||||
{L") ", STATUS_ILLEGAL_CMD}};
|
||||
|
||||
int res = 0;
|
||||
|
||||
Reference in New Issue
Block a user