File tree 2 files changed +4
-1
lines changed
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
15
15
if [[ " $OSTYPE " == " linux" * ]]; then
16
16
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
17
17
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
19
19
fi
20
20
done
21
21
Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ UNINITIALIZED READ
2
2
system call stat64
3
3
libsystem_c.dylib!__getcwd
4
4
libsystem_c.dylib!__private_getcwd
5
+
6
+ INVALID HEAP ARGUMENT
7
+ dyld!*
You can’t perform that action at this time.
0 commit comments