btrfs-progs: tests: add more sanitizer message patterns to log scanner
authorDavid Sterba <dsterba@suse.com>
Wed, 30 Aug 2017 14:56:23 +0000 (16:56 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
tests/scan-results.sh

index 89e34dd..f935b1c 100755 (executable)
@@ -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" ;;
                        *) : ;;