]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Solaris regtest: add to fdleak filter for file_dclose
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 14 Feb 2025 07:15:00 +0000 (08:15 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 14 Feb 2025 07:16:16 +0000 (08:16 +0100)
none/tests/filter_fdleak

index 6ad1ac6f1195c97bc6c388c9ad1c2f43be58c78a..260c6e24c06d4703ce611e45cba295672dce8665 100755 (executable)
@@ -34,6 +34,8 @@ perl -p -e 's/ __write / write /' |
 sed '/ _so_socket /d;' |
 awk '/ socket /{sub(/ by /, " at "); print; next}{print}' |
 awk '/ at .* _syscall6 /{getline; getline; sub(/ by /, " at "); print; next}{print}' |
+sed '/__open/d' |
+sed 's/__systemcall6/creat/' |
 
 # Stack traces showing where fds were created have lots of variations:
 # different numbers of entries, line numbers or not depending on whether