Commit bc440d04 by Richard Henderson Committed by Richard Henderson

* gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.

From-SVN: r42762
parent 0c02eebf
2001-05-31 Richard Henderson <rth@redhat.com> 2001-05-31 Richard Henderson <rth@redhat.com>
* gcc.c-torture/execute/memcheck/blkarg.x: Disable the test.
* g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts. * g++.dg/mangle1.C: Tweek expected mangling for 64-bit hosts.
2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com> 2001-05-30 David.Billinghurst <David.Billinghurst@riotinto.com>
......
# The memeory checking code does not mark the stack as readable or writable # The memory checking code does not mark the stack as readable or writable
# so this test fails. Ideally the memory checking library ought to # so this test fails. Ideally the memory checking library ought to
# cooperate with the host OS to mark the stack as it is used or individual # cooperate with the host OS to mark the stack as it is used or individual
# function prologues and epilogues ought to mark their pieces of stack as # function prologues and epilogues ought to mark their pieces of stack as
# writable and readable-after-written. # writable and readable-after-written.
set torture_execute_xfail "*-*-*" # Setting XFAIL here creates noise because the test passes at
# random optimization levels for quite a number of targets.
return 0 # Don't run the test at all.
return 1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment