* .hgignore: Removed tests/regression/codepatching/*.class.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 27 Apr 2008 21:37:46 +0000 (23:37 +0200)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Sun, 27 Apr 2008 21:37:46 +0000 (23:37 +0200)
commit2f3d2e791a304a437eeecd030a752822fe04ed69
treedc0ec3998fb4dababd1f92d112c9d57ee2449251
parentecab6138146152c87b9f734603f56584c3ae9248
* .hgignore: Removed tests/regression/codepatching/*.class.
* configure.ac (AC_CONFIG_FILES): Removed
tests/regression/codepatching/Makefile.
* tests/regression/Makefile.am (SUBDIRS): Removed codepatching.
* tests/regression/junit/All.java (suite): Added TestPatcher.
* tests/regression/junit/Makefile.am (EXTRA_DIST): Added $(srcdir) to
actually find the files.
* tests/regression/junit/TestPatcher.java: New file.

* tests/regression/codepatching/Makefile.am,
tests/regression/codepatching/aastoreconstClass.java,
tests/regression/codepatching/checkcastC.java,
tests/regression/codepatching/checkcastI.java,
tests/regression/codepatching/getfieldD.java,
tests/regression/codepatching/getfieldF.java,
tests/regression/codepatching/getfieldI.java,
tests/regression/codepatching/getfieldJ.java,
tests/regression/codepatching/getfieldL.java,
tests/regression/codepatching/getstaticD.java,
tests/regression/codepatching/getstaticF.java,
tests/regression/codepatching/getstaticI.java,
tests/regression/codepatching/getstaticJ.java,
tests/regression/codepatching/getstaticL.java,
tests/regression/codepatching/instanceofC.java,
tests/regression/codepatching/instanceofI.java,
tests/regression/codepatching/invokespecial.java,
tests/regression/codepatching/invokestatic.java,
tests/regression/codepatching/multianewarray.java,
tests/regression/codepatching/newarray.java,
tests/regression/codepatching/putfieldD.java,
tests/regression/codepatching/putfieldF.java,
tests/regression/codepatching/putfieldI.java,
tests/regression/codepatching/putfieldJ.java,
tests/regression/codepatching/putfieldL.java,
tests/regression/codepatching/putfieldconstC.java,
tests/regression/codepatching/putfieldconstD.java,
tests/regression/codepatching/putfieldconstF.java,
tests/regression/codepatching/putfieldconstI.java,
tests/regression/codepatching/putfieldconstJ.java,
tests/regression/codepatching/putfieldconstL.java,
tests/regression/codepatching/putstaticD.java,
tests/regression/codepatching/putstaticF.java,
tests/regression/codepatching/putstaticI.java,
tests/regression/codepatching/putstaticJ.java,
tests/regression/codepatching/putstaticL.java,
tests/regression/codepatching/putstaticconstC.java,
tests/regression/codepatching/putstaticconstD.java,
tests/regression/codepatching/putstaticconstF.java,
tests/regression/codepatching/putstaticconstI.java,
tests/regression/codepatching/putstaticconstJ.java,
tests/regression/codepatching/putstaticconstL.java,
tests/regression/codepatching/test.java: Removed.
49 files changed:
.hgignore
configure.ac
tests/regression/Makefile.am
tests/regression/codepatching/Makefile.am [deleted file]
tests/regression/codepatching/aastoreconstClass.java [deleted file]
tests/regression/codepatching/checkcastC.java [deleted file]
tests/regression/codepatching/checkcastI.java [deleted file]
tests/regression/codepatching/getfieldD.java [deleted file]
tests/regression/codepatching/getfieldF.java [deleted file]
tests/regression/codepatching/getfieldI.java [deleted file]
tests/regression/codepatching/getfieldJ.java [deleted file]
tests/regression/codepatching/getfieldL.java [deleted file]
tests/regression/codepatching/getstaticD.java [deleted file]
tests/regression/codepatching/getstaticF.java [deleted file]
tests/regression/codepatching/getstaticI.java [deleted file]
tests/regression/codepatching/getstaticJ.java [deleted file]
tests/regression/codepatching/getstaticL.java [deleted file]
tests/regression/codepatching/instanceofC.java [deleted file]
tests/regression/codepatching/instanceofI.java [deleted file]
tests/regression/codepatching/invokespecial.java [deleted file]
tests/regression/codepatching/invokestatic.java [deleted file]
tests/regression/codepatching/multianewarray.java [deleted file]
tests/regression/codepatching/newarray.java [deleted file]
tests/regression/codepatching/putfieldD.java [deleted file]
tests/regression/codepatching/putfieldF.java [deleted file]
tests/regression/codepatching/putfieldI.java [deleted file]
tests/regression/codepatching/putfieldJ.java [deleted file]
tests/regression/codepatching/putfieldL.java [deleted file]
tests/regression/codepatching/putfieldconstC.java [deleted file]
tests/regression/codepatching/putfieldconstD.java [deleted file]
tests/regression/codepatching/putfieldconstF.java [deleted file]
tests/regression/codepatching/putfieldconstI.java [deleted file]
tests/regression/codepatching/putfieldconstJ.java [deleted file]
tests/regression/codepatching/putfieldconstL.java [deleted file]
tests/regression/codepatching/putstaticD.java [deleted file]
tests/regression/codepatching/putstaticF.java [deleted file]
tests/regression/codepatching/putstaticI.java [deleted file]
tests/regression/codepatching/putstaticJ.java [deleted file]
tests/regression/codepatching/putstaticL.java [deleted file]
tests/regression/codepatching/putstaticconstC.java [deleted file]
tests/regression/codepatching/putstaticconstD.java [deleted file]
tests/regression/codepatching/putstaticconstF.java [deleted file]
tests/regression/codepatching/putstaticconstI.java [deleted file]
tests/regression/codepatching/putstaticconstJ.java [deleted file]
tests/regression/codepatching/putstaticconstL.java [deleted file]
tests/regression/codepatching/test.java [deleted file]
tests/regression/junit/All.java
tests/regression/junit/Makefile.am
tests/regression/junit/TestPatcher.java [new file with mode: 0644]