Skip to content

Commit 9785234

Browse files
committed
Added two filters for check for memory leaks and Can't start
Signed-off-by: Hanxi Zhang <hanxizh@amazon.com>
1 parent eb3ddbd commit 9785234

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_helper.tcl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ proc write_test_failures {} {
621621
if {[string match {*\[*TIMEOUT*\]*} $failed]} continue
622622
if {[string match {*Sanitizer error*} $failed]} continue
623623
if {[string match {*Valgrind error*} $failed]} continue
624+
if {[string match {*Can't start*} $failed]} continue
625+
if {[string match {*Check for memory leaks*} $failed]} continue
624626

625627
set status "err"
626628
set test_name ""

0 commit comments

Comments
 (0)