We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0f5f7 commit 9dfa946Copy full SHA for 9dfa946
1 file changed
tests/test_helper.tcl
@@ -624,7 +624,7 @@ proc the_end {} {
624
# Write failures to JSON file for automated detection
625
set json_entries {}
626
foreach failed $::failed_tests {
627
- # if {[string match {*\[*TIMEOUT*\]*} $failed]} continue
+ if {[string match {*\[*TIMEOUT*\]*} $failed]} continue
628
if {[string match {*Sanitizer error*} $failed]} continue
629
if {[string match {*Valgrind error*} $failed]} continue
630
set escaped [string map {"\\" "\\\\" "\"" "\\\"" "\n" "\\n" "\r" ""} $failed]
0 commit comments