File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ for filepath in $(find $DIR -maxdepth 1 -name '*.kaos'); do
1515 if [[ " $OSTYPE " == " linux" * ]]; then
1616 valgrind --tool=memcheck --leak-check=full --show-reachable=yes --num-callers=20 --track-fds=yes --track-origins=yes --error-exitcode=1 chaos $DIR /$filename || exit 1
1717 elif [[ " $OSTYPE " == " darwin" * ]]; then
18- /tmp/DrMemory/bin64/drmemory -exit_code_if_errors 1 -- chaos $DIR /$filename || exit 1
18+ /tmp/DrMemory/bin64/drmemory -exit_code_if_errors 1 -suppress tests/shell/suppress.mac.txt - - chaos $DIR /$filename || exit 1
1919 fi
2020done
2121
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ UNINITIALIZED READ
22system call stat64
33libsystem_c.dylib!__getcwd
44libsystem_c.dylib!__private_getcwd
5+
6+ INVALID HEAP ARGUMENT
7+ dyld!*
You can’t perform that action at this time.
0 commit comments