btrfs-progs: tests: add more sanitizer message patterns to log scanner
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
87adfe8254
commit
4851de27f1
|
@ -11,6 +11,7 @@ for i in *.txt; do
|
|||
*Assertion*failed*) echo "ASSERTION FAILED: $last" ;;
|
||||
*runtime\ error*) echo "RUNTIME ERROR (sanitizer): $last" ;;
|
||||
*AddressSanitizer*heap-use-after-free*) echo "RUNTIME ERROR (use after free): $last" ;;
|
||||
*LeakSanitizer:*leak*) echo "SANITIZER REPORT: memory leak: $last" ;;
|
||||
*Warning:\ assertion*failed*) echo "ASSERTION WARNING: $last" ;;
|
||||
*command\ not\ found*) echo "COMMAND NOT FOUND: $last" ;;
|
||||
*) : ;;
|
||||
|
|
Loading…
Reference in New Issue