Skip to content

Commit 01a6ea5

Browse files
committed
Illumos regtest: add a filter for crt start
Was causing a failure in one Massif test
1 parent ba5e303 commit 01a6ea5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/filter_libc

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ while (<>)
2626
s#_start1 \(src/lib/csu/i386/crt1_c.c.*#(below main)#;
2727
s#__libc_start1 \(in /...libc...\)#(below main)#;
2828

29+
# on Illumos
30+
s#_start_crt \(in .*#(below main)#;
31+
2932
# filter out the exact libc-start.c:### line number. (ppc64*)
3033
s/\(libc-start.c:[0-9]*\)$/(in \/...libc...)/;
3134

0 commit comments

Comments
 (0)