|
From: <sv...@va...> - 2005-08-06 12:26:28
|
Author: sewardj
Date: 2005-08-06 13:26:26 +0100 (Sat, 06 Aug 2005)
New Revision: 4334
Log:
Updated expected output following %eflags.ac simulation fix.
Modified:
trunk/3_0_BUGSTATUS.txt
trunk/memcheck/tests/x86/pushfpopf.stderr.exp
trunk/memcheck/tests/x86/pushfpopf_s.s
Modified: trunk/3_0_BUGSTATUS.txt
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/3_0_BUGSTATUS.txt 2005-08-06 11:48:50 UTC (rev 4333)
+++ trunk/3_0_BUGSTATUS.txt 2005-08-06 12:26:26 UTC (rev 4334)
@@ -21,10 +21,10 @@
109345 ppc32 ptrace patch available should be applied
=20
CrispinF %eflags.ac problem yes fixed-r1319 =
TODO:merge
+ & r4334
=20
=20
=20
-
Bugs reported after 3.0.0 shipped
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Trunk =
3_0_BRANCH
Modified: trunk/memcheck/tests/x86/pushfpopf.stderr.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/x86/pushfpopf.stderr.exp 2005-08-06 11:48:50 UTC=
(rev 4333)
+++ trunk/memcheck/tests/x86/pushfpopf.stderr.exp 2005-08-06 12:26:26 UTC=
(rev 4334)
@@ -1,3 +1,7 @@
Conditional jump or move depends on uninitialised value(s)
at 0x........: fooble (...)
by 0x........: main (pushfpopf_c.c:12)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: fooble (...)
+ by 0x........: main (pushfpopf_c.c:12)
Modified: trunk/memcheck/tests/x86/pushfpopf_s.s
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/x86/pushfpopf_s.s 2005-08-06 11:48:50 UTC (rev 4=
333)
+++ trunk/memcheck/tests/x86/pushfpopf_s.s 2005-08-06 12:26:26 UTC (rev 4=
334)
@@ -22,9 +22,12 @@
popfl
# resulting flag definedness depends on outcome of sub above
# should override that created by 0 + 0 above
+ # because Vex does an emulation-warning check on the popfl,
+ # an error should be reported for the popfl
=09
# now use the condition codes to generate a value
# in a way which will cause undefinedness to get reported
+ # (a second time)
jz labelz
movl $22, %eax
jmp theend
|