Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporarily disabling the test | Ivan Dubrov | 2016-04-06 | 1 | -0/+2 |
| | |||||
* | Running test in a loop | Ivan Dubrov | 2016-04-06 | 1 | -5/+8 |
| | |||||
* | Fixing parsing for inner classes | Ivan Dubrov | 2016-04-06 | 1 | -4/+9 |
| | |||||
* | Adding test for getComponentType | Ivan Dubrov | 2016-04-06 | 1 | -0/+14 |
| | |||||
* | New test to reveal issues with compiler | Ivan Dubrov | 2016-04-05 | 1 | -0/+91 |
| | |||||
* | Adding failing test case (#94) | Ivan Dubrov | 2016-03-02 | 1 | -0/+43 |
| | |||||
* | Reformatting the source code | Ivan Dubrov | 2016-03-02 | 71 | -4461/+4461 |
| | |||||
* | Fixing issue when lambda method could not be foundlight-jdk8u51+3 | Ivan Dubrov | 2015-08-27 | 1 | -4/+77 |
| | | | | closes #81 | ||||
* | Deleting old tests (moved to Java 7 tests)full-jdk7u79+7 | Ivan Dubrov | 2015-07-10 | 2 | -308/+0 |
| | |||||
* | Fixing fields handling | Ivan Dubrov | 2015-07-10 | 2 | -0/+308 |
| | |||||
* | Support for Java7u79feature/jdk7u79-support | Ivan Dubrov | 2015-07-10 | 1 | -3/+31 |
| | |||||
* | Improving versions parsing in tests | Ivan Dubrov | 2015-07-08 | 1 | -11/+7 |
| | |||||
* | Verify that JMX attach still works fine | Ivan Dubrov | 2015-06-26 | 1 | -0/+18 |
| | |||||
* | Fixing issue with vmindex not being properly updated. | Ivan Dubrov | 2015-06-24 | 2 | -2/+163 |
| | |||||
* | Adding test to verify JMX could be loaded | Ivan Dubrov | 2015-06-18 | 1 | -0/+16 |
| | |||||
* | Moving two tests which are currently supported only on Java 8light-jdk7u51+10 | Ivan Dubrov | 2014-05-05 | 2 | -0/+4 |
| | |||||
* | Handle removed/changed fields in DMH | Ivan Dubrov | 2014-05-05 | 2 | -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 names | Ivan Dubrov | 2014-05-02 | 4 | -7/+18 |
| | |||||
* | Disable lambda's test for now | Ivan Dubrov | 2014-05-02 | 1 | -0/+1 |
| | |||||
* | Allow classes to reside outside of test class. | Ivan Dubrov | 2014-05-01 | 5 | -34/+53 |
| | | | | | | 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 tests | Ivan Dubrov | 2014-05-01 | 2 | -17/+127 |
| | |||||
* | Fixing MH's in case of instance fields swapping | Ivan Dubrov | 2014-05-01 | 2 | -2/+115 |
| | | | | | Same fix as for static fields, update offset directly in the DirectMethodHandle$Accessor. | ||||
* | Working on static field DMH's fixes | Ivan Dubrov | 2014-05-01 | 1 | -0/+118 |
| | |||||
* | Fixing interface methods testlight-jdk8u5+50 | Ivan Dubrov | 2014-04-30 | 1 | -1/+1 |
| | |||||
* | Implementing tests for interface methods and lambdas | Ivan Dubrov | 2014-04-30 | 2 | -0/+166 |
| | |||||
* | Unused line deleted | Ivan Dubrov | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | Updating ASM version | Ivan Dubrov | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | Updating MethodHandle test | Ivan Dubrov | 2014-04-30 | 1 | -6/+6 |
| | |||||
* | Working on MethodHandle tests | Ivan Dubrov | 2014-04-29 | 2 | -2/+111 |
| | |||||
* | Unneeded import removed | Ivan Dubrov | 2014-04-28 | 1 | -1/+0 |
| | |||||
* | Enabling natives tests | Ivan Dubrov | 2014-04-25 | 1 | -3/+3 |
| | |||||
* | Don't use deprecated Assert | Ivan Dubrov | 2014-04-25 | 6 | -11/+7 |
| | |||||
* | Fixing line encoding | Ivan Dubrov | 2014-04-25 | 5 | -1176/+1176 |
| | |||||
* | Excluding certain tests on 'light' flavor | Ivan Dubrov | 2014-04-25 | 10 | -0/+31 |
| | |||||
* | Adding 'full' tests | Ivan Dubrov | 2014-04-25 | 35 | -449/+2652 |
| | | | | | * Killing test suites (you can run tests by package) * Introduced categories to run certain tests only on 'light'/'full' | ||||
* | Renaming org.dcevm -> com.github.dcevm | Ivan Dubrov | 2014-04-25 | 55 | -209/+180 |
| | | | | Well, dcevm.org domain is lost, so let's use com.github.dcevm for now. | ||||
* | Renaming test/java to test/java7 | Ivan Dubrov | 2014-04-25 | 47 | -0/+0 |
| | |||||
* | Duplicate class deleted | Ivan Dubrov | 2014-04-25 | 1 | -81/+0 |
| | |||||
* | Adding Java 7 patch, support running tests on Java 7 | Ivan Dubrov | 2014-04-24 | 55 | -0/+6574 |