mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Authors of this port:
Petr Pavlu setup@dagobah.cz
Ivo Raisr ivosh@ivosh.net
Theo Schlossnagle theo@omniti.com
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15426
11 lines
421 B
Plaintext
11 lines
421 B
Plaintext
prereq: (! ../../tests/os_test solaris)
|
|
# This test is disabled on Solaris because function below main (_start)
|
|
# is part of the inlinfo object whereas on Linux it is part of libc
|
|
# (__libc_start_main).
|
|
# solaris/supponlyobj test exists to check the Solaris variant.
|
|
#
|
|
# test suppressions with only obj: markers
|
|
prog: inlinfo
|
|
vgopts: -q --read-inline-info=no --suppressions=supponlyobj.supp
|
|
stderr_filter_args: inlinfo.c
|