aboutsummaryrefslogtreecommitdiff
path: root/test/bytecode
AgeCommit message (Collapse)Author
2021-03-19[testing] unbroke 'ant test.javac8'.Reinier Zwitserloot
2021-03-05[tests] fix tests on java6/7Reinier Zwitserloot
2014-04-02[#655] Added a test for the post compiler. It indeed fails in JDK8 now due ↵Reinier Zwitserloot
to an ASM version that doesn't understand java 8 class files.
2012-01-23Fixed bug in reading long and double valuesRoel Spilker
2011-11-07Changed copyright noticesRoel Spilker
2011-08-02Added some forgotten copyright headersReinier Zwitserloot
2011-07-18There's now 1 test suite that runs all tests, and 'ant eclipse' will make a ↵Roel Spilker
launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
2010-08-15Documented the ClassFileMetaData utility.Reinier Zwitserloot
2010-08-15Update to force reading of test sources as UTF-8, which they are.Reinier Zwitserloot
2010-08-15Updated buildscript to include tests and eclipse .project generation for the ↵Roel Spilker
new bytecode tests in test/bytecode/src
2010-08-07Fixed some bugs in reading the constant pool and added testsRoel Spilker
2010-08-05Created utility class to casually inspect class files on the usage of ↵Roel Spilker
classes, fields and methods