aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.core.test/src/org/jacoco/core/test/validation
Commit message (Expand)AuthorAgeFilesLines
* Add Java 10 support (#629)Evgeny Mandrikov2018-03-213-3/+19
* Simplify conditions that use "java.version" property in tests (#644)Evgeny Mandrikov2018-02-033-0/+130
* Happy New Year 2018!Evgeny Mandrikov2018-01-0139-39/+39
* Instrumentation should not damage structured locking (#627)Allen Hair2017-12-201-4/+9
* Add filter for duplicates of finally blocks (#604)Evgeny Mandrikov2017-12-192-49/+17
* Add build with JDK 10-eaEvgeny Mandrikov2017-11-151-3/+5
* Fix test that doesn't pass bytecode verification of Eclipse OpenJ9 JVMEvgeny Mandrikov2017-11-011-0/+1
* Upgrade ASM to 6.0 (#600)Roberto Araujo2017-10-194-21/+17
* Add test of ASM bug 317792 (#607)Evgeny Mandrikov2017-10-091-6/+50
* Update links to ASM issuesEvgeny Mandrikov2017-10-071-3/+3
* Fix assertions for JDK 8 >= u152 (#576)Evgeny Mandrikov2017-08-151-6/+41
* Add filter for private empty constructors that do not have arguments (#529)Evgeny Mandrikov2017-05-091-2/+2
* Fix compiler warnings reported in Eclipse (#514)Marc R. Hoffmann2017-04-041-3/+3
* Use new filtering API for existing filter of methods in enums (#512)Evgeny Mandrikov2017-04-031-2/+2
* Use new filtering API for existing filter of synthetic methods (#511)Evgeny Mandrikov2017-04-032-0/+7
* Add internal API for filters and filter for synchronized statement (#501)Evgeny Mandrikov2017-03-281-1/+1
* Separate test scenarios in different methods (#504)Marc R. Hoffmann2017-03-282-34/+119
* Use isJDKCompiler constant to validate all cases (#503)Marc R. Hoffmann2017-03-222-10/+5
* Tests can detect that they were compiled by ECJ (#497)Evgeny Mandrikov2017-03-203-44/+60
* Exclude enum methods "values" and "valueOf" from reports (#491)Evgeny Mandrikov2017-02-272-0/+87
* Add missing assertions (#477)Evgeny Mandrikov2017-01-168-15/+78
* Do not recompute frames in case of large methods (#177)Evgeny Mandrikov2017-01-041-0/+121
* Add missing test case that is described in documentation (#475)Evgeny Mandrikov2017-01-042-3/+17
* Happy New Year 2017!Evgeny Mandrikov2017-01-0335-35/+35
* Move JaCoCo.ASM_API_VERSION to InstrSupportBrett Kail2016-12-142-6/+7
* To prevent regressions add test for annotation with an initializer (#460)Evgeny Mandrikov2016-11-142-0/+70
* Assert execution order in validation tests with type cycles (#443)Marc R. Hoffmann2016-08-184-9/+48
* Improve ValidationTestBase (#440)Marc R. Hoffmann2016-08-1720-215/+68
* Do not violate JVMS regarding initialization of final fields (#434)Evgeny Mandrikov2016-08-163-0/+147
* Execute core tests with bytecode version 9 (#411)Evgeny Mandrikov2016-08-014-21/+26
* GitHub #300: Allow standard Maven build with any JDK.Marc R. Hoffmann2016-05-239-233/+19
* Add experimental support for Java 9 class files (#406)Evgeny Mandrikov2016-05-201-1/+7
* Happy New Year 2016!Marc R. Hoffmann2016-01-1237-37/+37
* Verify that constants with lambda values in interfaces do work. Marc R. Hoffmann2015-10-303-1/+66
* Improve coverage data for code with implicit exception.Marc R. Hoffmann2015-05-221-3/+3
* GitHub #286: Fix missing probesMarc R. Hoffmann2015-02-242-4/+27
* Happy New Year 2015!Marc R. Hoffmann2015-01-0435-35/+35
* Validation test for issue #265.Marc R. Hoffmann2015-01-043-0/+248
* without -> withCarsten Otto2014-10-291-1/+1
* GitHub #232: Get code coverage for Java 8 lambda expressionsMarc R. Hoffmann2014-08-203-0/+95
* GitHub #210: Add Java 8 validation tests.Marc R. Hoffmann2014-05-052-0/+77
* GitHub #201: Fixed failure with default methods in in Java 8 interfacesMarc R. Hoffmann2014-05-011-0/+6
* Allow loading multiple test target classes in preparation for Java 8Marc R. Hoffmann2014-04-272-4/+6
* Upgrade to ASM5. Now using asm-debug-all as asm-all is broken and we getMarc R. Hoffmann2014-03-181-1/+2
* Happy New Year 2014!Marc R. Hoffmann2014-01-0529-29/+29
* Backport useful frames test from experimental Java8 branch.Marc R. Hoffmann2013-12-193-0/+85
* Keep ASM API version at central place to simplify migration to ASM 5.Marc R. Hoffmann2013-12-192-17/+19
* Context information for error messages.Marc R. Hoffmann2013-05-272-10/+12
* Happy New Year!Marc R. Hoffmann2013-01-0427-27/+27
* Separate session data from IRuntime.Marc R. Hoffmann2012-12-232-4/+11