aboutsummaryrefslogtreecommitdiffstats
path: root/dcevm/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Moving two tests which are currently supported only on Java 8light-jdk7u51+10Ivan Dubrov2014-05-052-0/+4
|
* Handle removed/changed fields in DMHIvan Dubrov2014-05-052-30/+103
| | | | | | In case matching field is not found, clear (set to null) references to faulty DMH. Long term, should replace such DMH's with instances that will throw more meaningful error messages at runtime.
* Try to used serializable lambdas to force compiler to generate stable namesIvan Dubrov2014-05-024-7/+18
|
* Disable lambda's test for nowIvan Dubrov2014-05-021-0/+1
|
* Allow classes to reside outside of test class.Ivan Dubrov2014-05-014-28/+36
| | | | | | Adding support for extra classes being redefined to the test framework. Rewriting lambda test a little, extracting classes with lambda's to top level.
* Working on lambda testsIvan Dubrov2014-05-012-17/+127
|
* Fixing MH's in case of instance fields swappingIvan Dubrov2014-05-012-2/+115
| | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor.
* Working on static field DMH's fixesIvan Dubrov2014-05-011-0/+118
|
* Fixing interface methods testlight-jdk8u5+50Ivan Dubrov2014-04-301-1/+1
|
* Implementing tests for interface methods and lambdasIvan Dubrov2014-04-302-0/+166
|
* Unused line deletedIvan Dubrov2014-04-301-1/+0
|
* Updating MethodHandle testIvan Dubrov2014-04-301-6/+6
|
* Working on MethodHandle testsIvan Dubrov2014-04-292-2/+111
|
* Unneeded import removedIvan Dubrov2014-04-281-1/+0
|
* Enabling natives testsIvan Dubrov2014-04-251-3/+3
|
* Don't use deprecated AssertIvan Dubrov2014-04-256-11/+7
|
* Fixing line encodingIvan Dubrov2014-04-255-1176/+1176
|
* Excluding certain tests on 'light' flavorIvan Dubrov2014-04-2510-0/+31
|
* Adding 'full' testsIvan Dubrov2014-04-2534-536/+2594
| | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full'
* Renaming org.dcevm -> com.github.dcevmIvan Dubrov2014-04-2548-150/+144
| | | | Well, dcevm.org domain is lost, so let's use com.github.dcevm for now.
* Renaming test/java to test/java7Ivan Dubrov2014-04-2547-0/+0
|
* Duplicate class deletedIvan Dubrov2014-04-251-81/+0
|
* Adding Java 7 patch, support running tests on Java 7Ivan Dubrov2014-04-2449-0/+5956