aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/src/org/jacoco/core/test/validation
AgeCommit message (Expand)Author
2018-01-01Happy New Year 2018!Evgeny Mandrikov
2017-12-20Instrumentation should not damage structured locking (#627)Allen Hair
2017-12-19Add filter for duplicates of finally blocks (#604)Evgeny Mandrikov
2017-11-15Add build with JDK 10-eaEvgeny Mandrikov
2017-11-01Fix test that doesn't pass bytecode verification of Eclipse OpenJ9 JVMEvgeny Mandrikov
2017-10-19Upgrade ASM to 6.0 (#600)Roberto Araujo
2017-10-09Add test of ASM bug 317792 (#607)Evgeny Mandrikov
2017-10-07Update links to ASM issuesEvgeny Mandrikov
2017-08-15Fix assertions for JDK 8 >= u152 (#576)Evgeny Mandrikov
2017-05-09Add filter for private empty constructors that do not have arguments (#529)Evgeny Mandrikov
2017-04-04Fix compiler warnings reported in Eclipse (#514)Marc R. Hoffmann
2017-04-03Use new filtering API for existing filter of methods in enums (#512)Evgeny Mandrikov
2017-04-03Use new filtering API for existing filter of synthetic methods (#511)Evgeny Mandrikov
2017-03-28Add internal API for filters and filter for synchronized statement (#501)Evgeny Mandrikov
2017-03-28Separate test scenarios in different methods (#504)Marc R. Hoffmann
2017-03-22Use isJDKCompiler constant to validate all cases (#503)Marc R. Hoffmann
2017-03-20Tests can detect that they were compiled by ECJ (#497)Evgeny Mandrikov
2017-02-27Exclude enum methods "values" and "valueOf" from reports (#491)Evgeny Mandrikov
2017-01-16Add missing assertions (#477)Evgeny Mandrikov
2017-01-04Do not recompute frames in case of large methods (#177)Evgeny Mandrikov
2017-01-04Add missing test case that is described in documentation (#475)Evgeny Mandrikov
2017-01-03Happy New Year 2017!Evgeny Mandrikov
2016-12-14Move JaCoCo.ASM_API_VERSION to InstrSupportBrett Kail
2016-11-14To prevent regressions add test for annotation with an initializer (#460)Evgeny Mandrikov
2016-08-18Assert execution order in validation tests with type cycles (#443)Marc R. Hoffmann
2016-08-17Improve ValidationTestBase (#440)Marc R. Hoffmann
2016-08-16Do not violate JVMS regarding initialization of final fields (#434)Evgeny Mandrikov
2016-08-01Execute core tests with bytecode version 9 (#411)Evgeny Mandrikov
2016-05-23GitHub #300: Allow standard Maven build with any JDK.Marc R. Hoffmann
2016-05-20Add experimental support for Java 9 class files (#406)Evgeny Mandrikov
2016-01-12Happy New Year 2016!Marc R. Hoffmann
2015-10-30Verify that constants with lambda values in interfaces do work. Marc R. Hoffmann
2015-05-22Improve coverage data for code with implicit exception.Marc R. Hoffmann
2015-02-24GitHub #286: Fix missing probesMarc R. Hoffmann
2015-01-04Happy New Year 2015!Marc R. Hoffmann
2015-01-04Validation test for issue #265.Marc R. Hoffmann
2014-10-29without -> withCarsten Otto
2014-08-20GitHub #232: Get code coverage for Java 8 lambda expressionsMarc R. Hoffmann
2014-05-05GitHub #210: Add Java 8 validation tests.Marc R. Hoffmann
2014-05-01GitHub #201: Fixed failure with default methods in in Java 8 interfacesMarc R. Hoffmann
2014-04-27Allow loading multiple test target classes in preparation for Java 8Marc R. Hoffmann
2014-03-18Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we getMarc 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
2013-01-04Happy New Year!Marc R. Hoffmann
2012-12-23Separate session data from IRuntime.Marc R. Hoffmann
2012-09-19Use Import-Package instead of Require-Bundle to express dependencies.Marc R. Hoffmann
2012-09-09Migrate to ASM 4.0, support INVOKEDYNAMIC.Marc R. Hoffmann