|
From: <sv...@va...> - 2005-08-24 23:06:53
|
Author: dirk
Date: 2005-08-25 00:06:48 +0100 (Thu, 25 Aug 2005)
New Revision: 4506
Log:
svn merge 4482: Add tests for amd64 LOOP insn
Added:
branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.c
branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.stderr.exp
branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.stdout.exp
branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.vgtest
Modified:
branches/VALGRIND_3_0_BRANCH/none/tests/amd64/Makefile.am
Modified: branches/VALGRIND_3_0_BRANCH/none/tests/amd64/Makefile.am
=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
--- branches/VALGRIND_3_0_BRANCH/none/tests/amd64/Makefile.am 2005-08-24 =
23:06:02 UTC (rev 4505)
+++ branches/VALGRIND_3_0_BRANCH/none/tests/amd64/Makefile.am 2005-08-24 =
23:06:48 UTC (rev 4506)
@@ -8,10 +8,11 @@
$(addsuffix .stderr.exp,$(INSN_TESTS)) \
$(addsuffix .stdout.exp,$(INSN_TESTS)) \
$(addsuffix .vgtest,$(INSN_TESTS)) \
+ looper.stderr.exp looper.stdout.exp looper.vgtest \
smc1.stderr.exp smc1.stdout.exp smc1.vgtest
=20
check_PROGRAMS =3D \
- $(INSN_TESTS) smc1
+ $(INSN_TESTS) looper smc1
=20
AM_CFLAGS =3D $(WERROR) -Winline -Wall -Wshadow -g -I$(top_srcdir)/inc=
lude
AM_CXXFLAGS =3D $(AM_CFLAGS)
Copied: branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.c (from rev =
4482, trunk/none/tests/amd64/looper.c)
Copied: branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.stderr.exp (=
from rev 4482, trunk/none/tests/amd64/looper.stderr.exp)
Copied: branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.stdout.exp (=
from rev 4482, trunk/none/tests/amd64/looper.stdout.exp)
Copied: branches/VALGRIND_3_0_BRANCH/none/tests/amd64/looper.vgtest (from=
rev 4482, trunk/none/tests/amd64/looper.vgtest)
|