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

vg_regtest: Miscellaneous tweaks

7 месяцев назад
bug345887.c

tests/amd64: Do not clobber %rsp register

8 лет назад
bug345887.stderr.exp

Fix an assertion in the address space manager. BZ #345887. The VG_(extend_stack) call needs to be properly guarded because the passed-in address is not necessarily part of an extensible stack segment. And an extensible stack segment is the only thing that function should have to deal with. Previously, the function VG_(am_addr_is_in_extensible_client_stack) was introduced to guard VG_(extend_stack) but it was not added in all places it should have been.

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

In filter_stderr_basic do not remove lines beginning with --pid: i.e. debug output. Asserts originating from the address space manager look exactly like that and we do not want to filter those out by default. Remove some specialised filter scripts that are no longer needed and update a few .vgtest files accordingly.

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

remove CRLF line terminators from several files

7 лет назад
cet_nops_fs.stdout.exp

Split test cases from none/tests/amd64/cet_nops into three different files with regards to using fs prefix, gs prefix or no fs/gs prefix. Pertains to BZ#379525.

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

Split test cases from none/tests/amd64/cet_nops into three different files with regards to using fs prefix, gs prefix or no fs/gs prefix. Pertains to BZ#379525.

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

remove CRLF line terminators from several files

7 лет назад
cet_nops_gs.stdout.exp

Split test cases from none/tests/amd64/cet_nops into three different files with regards to using fs prefix, gs prefix or no fs/gs prefix. Pertains to BZ#379525.

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

Split test cases from none/tests/amd64/cet_nops into three different files with regards to using fs prefix, gs prefix or no fs/gs prefix. Pertains to BZ#379525.

9 лет назад
filter_stderr

In filter_stderr_basic do not remove lines beginning with --pid: i.e. debug output. Asserts originating from the address space manager look exactly like that and we do not want to filter those out by default. Remove some specialised filter scripts that are no longer needed and update a few .vgtest files accordingly.

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

324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) 324181 was previously closed with a solution to always make MAP_32BIT fail. This is technically correct/according to the doc, but is not very usable. This patch ensures that MAP_32BIT mmap is succesful, as long as aspacemgr gives a range in the first 2GB (so, compared to a native run, MAP_32BIT will fail much more quickly as aspacemgr does not reserve the address space below 2GB on a 64 bits).

11 лет назад
map_32bits.stderr.exp

324181 mmap does not handle MAP_32BIT (handle it now, rather than fail it) 324181 was previously closed with a solution to always make MAP_32BIT fail. This is technically correct/according to the doc, but is not very usable. This patch ensures that MAP_32BIT mmap is succesful, as long as aspacemgr gives a range in the first 2GB (so, compared to a native run, MAP_32BIT will fail much more quickly as aspacemgr does not reserve the address space below 2GB on a 64 bits).

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

none/tests/amd64-linux/map_32bits.vgtest fails too easily

7 лет назад