Add valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
On some ppc64 installs these test just hangs
This commit is contained in:
parent
c728a33415
commit
d24bc684a2
25
valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
Normal file
25
valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
--- valgrind/gdbserver_tests/mcinvokeWS.vgtest (revision 12990)
|
||||||
|
+++ valgrind/gdbserver_tests/mcinvokeWS.vgtest (working copy)
|
||||||
|
@@ -4,7 +4,8 @@
|
||||||
|
args: 1 10000000 0 -S-S-S-S
|
||||||
|
vgopts: --tool=memcheck --vgdb=yes --vgdb-prefix=./vgdb-prefix-mcinvokeWS
|
||||||
|
stderr_filter: filter_make_empty
|
||||||
|
-prereq: test -f vgdb.ptraceinvoker
|
||||||
|
+# One some ppc64 installs this test just hangs
|
||||||
|
+prereq: test -f vgdb.ptraceinvoker && ! `../tests/arch_test ppc64`
|
||||||
|
progB: invoker
|
||||||
|
argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeWS --wait=60 -c v.wait 0
|
||||||
|
# if the --wait is not enough, the test will fail or block
|
||||||
|
Index: gdbserver_tests/mcinvokeRU.vgtest
|
||||||
|
===================================================================
|
||||||
|
--- valgrind/gdbserver_tests/mcinvokeRU.vgtest (revision 12990)
|
||||||
|
+++ valgrind/gdbserver_tests/mcinvokeRU.vgtest (working copy)
|
||||||
|
@@ -7,6 +7,8 @@
|
||||||
|
# as the Valgrind process is always busy, we do not need the vgdb.ptraceinvoker prereq.
|
||||||
|
# We even disable ptrace invoker to avoid spurious attach error message
|
||||||
|
# on kernels where ptrace is restricted.
|
||||||
|
+# One some ppc64 installs this test just hangs
|
||||||
|
+prereq: ! `../tests/arch_test ppc64`
|
||||||
|
progB: invoker
|
||||||
|
argsB: 10 --vgdb-prefix=./vgdb-prefix-mcinvokeRU --max-invoke-ms=0 --wait=60 -c v.wait 0
|
||||||
|
# if the --wait is not enough, the test will fail or block.
|
@ -52,6 +52,9 @@ Patch12: valgrind-3.8.1-abbrev-parsing.patch
|
|||||||
# KDE#307038 - DWARF2 CFI reader: unhandled DW_OP_ opcode 0x8 (DW_OP_const1u)
|
# KDE#307038 - DWARF2 CFI reader: unhandled DW_OP_ opcode 0x8 (DW_OP_const1u)
|
||||||
Patch13: valgrind-3.8.1-cfi_dw_ops.patch
|
Patch13: valgrind-3.8.1-cfi_dw_ops.patch
|
||||||
|
|
||||||
|
# On some ppc64 installs these test just hangs
|
||||||
|
Patch14: valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
|
||||||
|
|
||||||
|
|
||||||
# KDE#305728 - Add support for AVX2, BMI1, BMI2 and FMA instructions
|
# KDE#305728 - Add support for AVX2, BMI1, BMI2 and FMA instructions
|
||||||
# Combined patch for:
|
# Combined patch for:
|
||||||
@ -188,6 +191,7 @@ for details.
|
|||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
%patch12 -p1
|
||||||
%patch13 -p1
|
%patch13 -p1
|
||||||
|
%patch14 -p1
|
||||||
|
|
||||||
# Add support for AVX2, BMI1, BMI2 and FMA instructions
|
# Add support for AVX2, BMI1, BMI2 and FMA instructions
|
||||||
%patch21 -p1
|
%patch21 -p1
|
||||||
@ -323,6 +327,9 @@ echo ===============END TESTING===============
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 20 2012 Mark Wielaard <mjw@redhat.com>
|
||||||
|
- Add valgrind-3.8.1-gdbserver_tests-mcinvoke-ppc64.patch
|
||||||
|
|
||||||
* Thu Sep 20 2012 Mark Wielaard <mjw@redhat.com> 3.8.1-1
|
* Thu Sep 20 2012 Mark Wielaard <mjw@redhat.com> 3.8.1-1
|
||||||
- Add partial backport of upstream revision 12884
|
- Add partial backport of upstream revision 12884
|
||||||
valgrind-3.8.0-memcheck-mc_translate-Iop_8HLto16.patch
|
valgrind-3.8.0-memcheck-mc_translate-Iop_8HLto16.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user