375230e95f
- Enable full regtest on all fedora arches. - Make sure that patched a.c is not newer than cgout-test. - Update valgrind-3.15.0-gdb-output1.patch to upstream version. - Add valgrind-3.15.0-filter-libc-futex.patch. - Add valgrind-3.15.0-mmap-32bit.patch.
12 lines
431 B
Diff
12 lines
431 B
Diff
diff --git a/none/tests/amd64-linux/map_32bits.vgtest b/none/tests/amd64-linux/map_32bits.vgtest
|
|
index 2b7f3a0..2c17854 100644
|
|
--- a/none/tests/amd64-linux/map_32bits.vgtest
|
|
+++ b/none/tests/amd64-linux/map_32bits.vgtest
|
|
@@ -1,5 +1,5 @@
|
|
prog: map_32bits
|
|
# take a big aspacemgr minaddr, to quickly reach the 2GB limit
|
|
-vgopts: -q --aspace-minaddr=0x7ff60000
|
|
+vgopts: -q --aspace-minaddr=0x70000000
|
|
stderr_filter: filter_stderr
|
|
|