|
From: <sv...@va...> - 2009-02-11 00:50:23
|
Author: njn Date: 2009-02-11 00:50:18 +0000 (Wed, 11 Feb 2009) New Revision: 9136 Log: Merge r9134 (minor test filter change) from trunk. Modified: branches/DARWIN/tests/filter_stderr_basic Modified: branches/DARWIN/tests/filter_stderr_basic =================================================================== --- branches/DARWIN/tests/filter_stderr_basic 2009-02-11 00:35:45 UTC (rev 9135) +++ branches/DARWIN/tests/filter_stderr_basic 2009-02-11 00:50:18 UTC (rev 9136) @@ -46,7 +46,7 @@ # complete list of messages in the bash source file siglist.c. # DDD: this used "sed -r", but that isn't supported on Darwin, and getting # the GNU and BSD versions of sed to work similarly is awful. -perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted)( \(core dumped\))?$/' | +perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' | # Remove any ": dumping core" message as the user might have a # limit set that prevents the core dump |