/
niceSOFT
/
valgrind
ОбзорДокументацияВойти
/
niceSOFT
/
valgrind
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
valgrind/
.../tests/linux/
..
Makefile.am

Linux regtest: fix warning when building with clang

2 месяца назад
aligned_alloc.c

Linux regtest: Update aligned_alloc test for GNU libc 2.38

3 года назад
aligned_alloc.stderr.exp

Make aligned_alloc behave more like the underlying platform aligned_alloc

3 года назад
aligned_alloc.stderr.exp-glibc238

Linux regtest: Update aligned_alloc test for GNU libc 2.38

3 года назад
aligned_alloc.stderr.exp-musl

Linux regtest: update MUSL version of aligned_alloc test

3 года назад
aligned_alloc.vgtest

Linux musl: corrections for aligned_alloc test

3 года назад
brk.c

15 лет назад
brk.stderr.exp

Modify .exp files following the new error message.

8 лет назад
brk.vgtest

Move memcheck/tests/brk to the linux/ subdir, as it's Linux-specific (merged from the DARWIN branch). Also filter the output more so the .stderr.exp2 isn't needed.

18 лет назад
bug420682_1.c

Bug 420682 - io_pgetevents is not supported

год назад
bug420682_1.vgtest

Bug 420682 - io_pgetevents is not supported

год назад
bug420682_2.c

Bug 420682 - io_pgetevents is not supported

год назад
bug420682_2.stderr.exp

Bug 420682 - io_pgetevents is not supported

год назад
bug420682_2.vgtest

Bug 420682 - io_pgetevents is not supported

год назад
bug480706.c

Bug 480706 - Unhandled syscall 325 (mlock2)

3 года назад
bug480706.vgtest

linux regtest: add prereq for bug480706

3 года назад
capget.c

MUSL regtest: fix a comple of build problems building regression tests on Alpine

3 года назад
capget.stderr.exp

Modify .exp files following the new error message.

8 лет назад
capget.stderr.exp2

Modify .exp files following the new error message.

8 лет назад
capget.stderr.exp3

Modify .exp files following the new error message.

8 лет назад
capget.stderr.exp4

Add memcheck/tests/linux/capget.stderr.exp4 variant

2 года назад
capget.vgtest

Create memcheck/tests/linux/ and move some Linux-specific tests into it. Partial merge from DARWIN branch, r8943.

18 лет назад
check_execveat.c

Add support for execveat syscall

6 лет назад
check_preadv2_pwritev2.c

Fix compilation problem when __NR_preadv2 __NR_pwritev2 are undefined

7 лет назад
debuginfod-check.c

PR432215 Add debuginfod functionality

5 лет назад
debuginfod-check.pl

Tweak debuginfod-check.pl

год назад
debuginfod-check.stderr.exp

PR432215 Add debuginfod functionality

5 лет назад
debuginfod-check.vgtest.in

PR432215 Add debuginfod functionality

5 лет назад
dlclose_leak-no-keep.stderr.exp

Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Followup fix to avoid assertion failure when dlopening an object that has previously been dlclosed.

9 лет назад
dlclose_leak-no-keep.vgtest

Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Majorly reworked by Philippe Waroquiers.

9 лет назад
dlclose_leak.c

Refix dlclose_leak.c test.

9 лет назад
dlclose_leak.stderr.exp

Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Followup fix to avoid assertion failure when dlopening an object that has previously been dlclosed.

9 лет назад
dlclose_leak.vgtest

Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Majorly reworked by Philippe Waroquiers.

9 лет назад
dlclose_leak_so.c

Bug 79362 - Debug info is lost for .so files when they are dlclose'd. Majorly reworked by Philippe Waroquiers.

9 лет назад
enomem.c

PR217695 malloc/calloc/realloc/memalign failure doesn't set errno to ENOMEM

5 лет назад
enomem.stdout.exp

PR217695 malloc/calloc/realloc/memalign failure doesn't set errno to ENOMEM

5 лет назад
enomem.vgtest

PR217695 malloc/calloc/realloc/memalign failure doesn't set errno to ENOMEM

5 лет назад
filter_ioctl_procmap_query

Memory allegedly uninitialized after ioctl(PROCMAP_QUERY)

9 месяцев назад
filter_madv_guard

Bug 514297 - Track madvise MADV_GUARD_INSTALL in address space manager

4 месяца назад
filter_stderr

Improve filtering of backtrace noise in the memcheck bucket and update exp files accordingly. This works well for x86 and all testcases pass on my machine. New file filter_memcheck to do the work. There is a bit of a ripple here as filter_memcheck requires command line arguments to be passed in. So all users of filter_memcheck (direct or indirect) were updated as well. filter_stderr was simplified as was filter_libc.

15 лет назад
getregset.c

add s390 specific fix for getregset

14 лет назад
getregset.stdout.exp

Add ptrace getreset testcase from Andreas Arnez arnez AT linux DOT vnet DOT ibm DOT com

14 лет назад
getregset.vgtest

Implement minimal ptrace support for ppc64[le]-linux.

8 лет назад
ioctl-tiocsig.c

Followup to r14646. The symbol TIOCSIG is not necessarily defined, e.g. on s390x with glibc 2.3.4. Modify the testcase to bypass the ioctl call in that case.

12 лет назад
ioctl-tiocsig.vgtest

Add support for ioctl(fd, TIOCSIG, signal_number) which used to issue a false complaint. Fixes BZ #339706 Source patch by David Herrmann (dh.herrmann@gmail.com). Testcase by myself.

12 лет назад
ioctl_procmap_query.c

Memory allegedly uninitialized after ioctl(PROCMAP_QUERY)

9 месяцев назад
ioctl_procmap_query.stdout.exp

Memory allegedly uninitialized after ioctl(PROCMAP_QUERY)

9 месяцев назад
ioctl_procmap_query.vgtest

Memory allegedly uninitialized after ioctl(PROCMAP_QUERY)

9 месяцев назад
lsframe1.c

Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault natively on Mac.

17 лет назад
lsframe1.stderr.exp

Modify .exp files following the new error message.

8 лет назад
lsframe1.vgtest

Un-break regression test run.

17 лет назад
lsframe2.c

Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault natively on Mac.

17 лет назад
lsframe2.stderr.exp

Modify .exp files following the new error message.

8 лет назад
lsframe2.vgtest

Un-break regression test run.

17 лет назад
madv_guard.c

Bug 514297 - Track madvise MADV_GUARD_INSTALL in address space manager

4 месяца назад
madv_guard.stdout.exp

Bug 514297 - Track madvise MADV_GUARD_INSTALL in address space manager

4 месяца назад
madv_guard.vgtest

Bug 514297 - Track madvise MADV_GUARD_INSTALL in address space manager

4 месяца назад
memalign.c

Add memcheck errors for aligned and sized allocations and deallocations

3 года назад
memalign.stderr.exp

Bug 509139 - Update BadSize error messages

год назад
memalign.stderr.exp-musl

Bug 509139 - Update BadSize error messages

год назад
memalign.vgtest

Make memalign behave more like the underlying platform memalign

3 года назад
memfd_create.c

memfd test should be memfd_create test

4 года назад
memfd_create.stderr.exp

memfd test should be memfd_create test

4 года назад
memfd_create.stderr.exp-fcntl64

Add a memfd_create.stderr.exp-fcntl64 variant

3 года назад
memfd_create.vgtest

memfd test should be memfd_create test

4 года назад
proc-auxv.c

Implement a fake /proc/self/auxv file for linux systems. Patch from Mark Wielaard to fix BZ#253519.

14 лет назад
proc-auxv.stderr.exp

Implement a fake /proc/self/auxv file for linux systems. Patch from Mark Wielaard to fix BZ#253519.

14 лет назад
proc-auxv.vgtest

regression tests: Remove superfluous backticks

11 лет назад
rfcomm.c

Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param

12 лет назад
rfcomm.stderr.exp

Fix dangling ref in m_errormgr.c + report all uninit fields in a syscall param

12 лет назад
rfcomm.stderr.exp-ppc64le

ppc regtest: add another expected for memcheck/tests/linux/rfcomm

6 месяцев назад
rfcomm.vgtest

Support Linux kernel AF_BLUETOOTH for bind().

13 лет назад
sigqueue.c

Make memcheck/tests/linux/sigqueue usable with musl

6 лет назад
sigqueue.stderr.exp

Modify .exp files following the new error message.

8 лет назад
sigqueue.vgtest

Made sure that the sigqueue regression test passes on 32-bit and on 64-bit systems.

17 лет назад
stack_changes.c

memcheck/tests: Use ucontext_t instead of struct ucontext

9 лет назад
stack_changes.stdout.exp

Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault natively on Mac.

17 лет назад
stack_changes.stdout.exp2

Make lsframe1, lsframe2 and stack_changes Linux-only since they all fault natively on Mac.

17 лет назад
stack_changes.vgtest

memcheck/tests/linux/stack_changes: Only run this test if setcontext() is available

5 лет назад
stack_switch.c

Squash glibc warning about _BSD_SOURCE being deprecated tests.

11 лет назад
stack_switch.vgtest

Moved 3 Linux-specific tests into linux/ directories.

17 лет назад
strlcat_strlcpy.vgtest

Bug 476780 - Extend strlcat and strlcpy wrappers to GNU libc (part 2)

3 года назад
sys-copy_file_range.c

Fix memcheck/tests/linux/sys-copy_file_range open call (mode).

7 лет назад
sys-copy_file_range.stderr.exp

Linux syscall wrappers: remove some quotes from parameter names

9 месяцев назад
sys-copy_file_range.vgtest

Add support for the copy_file_range syscall

7 лет назад
sys-execveat.c

Add support for execveat syscall

6 лет назад
sys-execveat.stderr.exp

Warn for execve syscall with argv or argv[0] being NULL.

4 года назад
sys-execveat.stderr.exp-ppc64le

Regtest Linux ppc64le: add an expected for memcheck sys-execveat

3 месяца назад
sys-execveat.stdout.exp

Add support for execveat syscall

6 лет назад
sys-execveat.vgtest

Add support for execveat syscall

6 лет назад
sys-openat.c

Fix some gcc complaints about unused variables in these tests.

14 лет назад
sys-openat.stderr.exp

Modify .exp files following the new error message.

8 лет назад
sys-openat.vgtest

Make sys-openat test conditional upon the existence of AT_FDCWD.

14 лет назад
sys-preadv2_pwritev2.c

Add support for preadv2 and pwritev2 syscalls

7 лет назад
sys-preadv2_pwritev2.stderr.exp

Add support for preadv2 and pwritev2 syscalls

7 лет назад
sys-preadv2_pwritev2.vgtest

linux regtest: merge the two prereq lines in memcheck sys-preadv2_pwritev2.vgtest

2 года назад
sys-preadv_pwritev.c

Add support for preadv2 and pwritev2 syscalls

7 лет назад
sys-preadv_pwritev.stderr.exp

Add support for preadv2 and pwritev2 syscalls

7 лет назад
sys-preadv_pwritev.vgtest

Add support for preadv2 and pwritev2 syscalls

7 лет назад
sys-statx.c

MUSL regtest: fix a comple of build problems building regression tests on Alpine

3 года назад
sys-statx.stderr.exp

Modify .exp files following the new error message.

8 лет назад
sys-statx.vgtest

Fix 392118 - unhandled amd64-linux syscall: 332 (statx)

8 лет назад
syscalls-2007.c

musl regtest : fix warnings and badly initialized struct msghdr

3 года назад
syscalls-2007.stderr.exp

Modify .exp files following the new error message.

8 лет назад
syscalls-2007.vgtest

Moved two Linux-specific syscalls to the linux subdirectory.

15 лет назад
syslog-syscall.c

Replaced a Unicode character by an ASCII character in a source code comment.

15 лет назад
syslog-syscall.stderr.exp

Modify .exp files following the new error message.

8 лет назад
syslog-syscall.vgtest

Moved two Linux-specific syscalls to the linux subdirectory.

15 лет назад
timerfd-syscall.c

musl regtest : fix warnings and badly initialized struct msghdr

3 года назад
timerfd-syscall.stderr.exp

Modify .exp files following the new error message.

8 лет назад
timerfd-syscall.vgtest

Fix prerequisite for memcheck/tests/linux/timerfd-syscall. The testcase was executed despite uname -r being 2.6.9-42.EL Extend tests/os_test.c to take an optional 2nd argument which is a minimum version number. Use os_test in the prerequisite expression.

15 лет назад
with-space.stderr.exp

Update .exp files for r10783.

17 лет назад
with-space.stdout.exp

Move with-space to linux/, because it's hard to replicate on Darwin.

17 лет назад
with-space.vgtest

Improve filtering of backtrace noise in the memcheck bucket and update exp files accordingly. This works well for x86 and all testcases pass on my machine. New file filter_memcheck to do the work. There is a bit of a ripple here as filter_memcheck requires command line arguments to be passed in. So all users of filter_memcheck (direct or indirect) were updated as well. filter_stderr was simplified as was filter_libc.

15 лет назад