btrfs-progs: dump-tree: print c/o/s/r time of ROOT_ITEM
[platform/upstream/btrfs-progs.git] / tests / scan-results.sh
index f3ebcbc..f935b1c 100755 (executable)
@@ -11,7 +11,9 @@ 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" ;;
                        *) : ;;
                esac
        done < "$i"