aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/src/org/jacoco/core/test/validation/FramesTest.java
AgeCommit message (Collapse)Author
2018-01-01Happy New Year 2018!Evgeny Mandrikov
2017-10-19Upgrade ASM to 6.0 (#600)Roberto Araujo
2017-04-04Fix compiler warnings reported in Eclipse (#514)Marc R. Hoffmann
2017-01-03Happy New Year 2017!Evgeny Mandrikov
2016-12-14Move JaCoCo.ASM_API_VERSION to InstrSupportBrett Kail
2016-08-01Execute core tests with bytecode version 9 (#411)Evgeny Mandrikov
And build using two different versions of JDK 9 EA in Travis: * `9-ea` - currently under testing and hence failures are allowed while we investigate them * `9-ea-stable` - tested previously and hence failures are not allowed, so that to verify that new changes do not introduce regressions For example fixes on our side were required for the changes introduced in JDK 9 EA b119 and b122 and still required for b127.
2016-01-12Happy New Year 2016!Marc R. Hoffmann
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2015-01-04Validation test for issue #265.Marc R. Hoffmann
2014-01-05Happy New Year 2014!Marc R. Hoffmann
2013-12-19Backport useful frames test from experimental Java8 branch.Marc R. Hoffmann
2013-12-19Keep ASM API version at central place to simplify migration to ASM 5.Marc R. Hoffmann
2013-05-27Context information for error messages.Marc R. Hoffmann
Analyzer and Instrumenter now expect a resource name parameter to provide better messages in case of internal errors.
2013-01-04Happy New Year!Marc R. Hoffmann
2012-09-09Migrate to ASM 4.0, support INVOKEDYNAMIC.Marc R. Hoffmann
2012-07-21SF #3543758: Don't produce invalid class files in case of unexpected ↵Marc R. Hoffmann
stackmap frames.
2012-01-13Don't insert stackmap frames for class files before version 1.6.Marc R. Hoffmann
2012-01-12Test case for proper stackmap frames and corrections.Marc R. Hoffmann