https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=b6346abc4896b3d50882e6c45dfccbf2872ce3b7
commit b6346abc4896b3d50882e6c45dfccbf2872ce3b7
Author: Paul Floyd <pj...@wa...>
Date: Thu Apr 17 13:22:34 2025 +0200
Illumos regtest: update none/tests/track_new
Not sure why I get file/line with Illumos but not
Linux or FreeBSD.
Diff:
---
none/tests/track_new.stderr.exp-illumos | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/none/tests/track_new.stderr.exp-illumos b/none/tests/track_new.stderr.exp-illumos
index 670530b603..ff036ca011 100644
--- a/none/tests/track_new.stderr.exp-illumos
+++ b/none/tests/track_new.stderr.exp-illumos
@@ -1,10 +1,8 @@
File descriptor was closed already
- at 0x........: fdopen (in /...libc...)
- by 0x........: vdprintf (in /...libc...)
- by 0x........: dprintf (in /...libc...)
+ at 0x........: write (in /...libc...)
by 0x........: main
Previously closed
at 0x........: close (in /...libc...)
by 0x........: main
Originally opened
- at 0x........: main (track_new.c:11)
+ at 0x........: main (track_new.c:8)
|