]>
source.dussan.org Git - dcevm.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Ivan Dubrov [Fri, 25 Apr 2014 22:41:45 +0000 (15:41 -0700)]
Don't use deprecated Assert
Ivan Dubrov [Fri, 25 Apr 2014 21:58:20 +0000 (14:58 -0700)]
Fixing line encoding
Ivan Dubrov [Fri, 25 Apr 2014 21:58:00 +0000 (14:58 -0700)]
Excluding certain tests on 'light' flavor
Ivan Dubrov [Fri, 25 Apr 2014 21:27:50 +0000 (14:27 -0700)]
Update README.md
Ivan Dubrov [Fri, 25 Apr 2014 21:25:39 +0000 (14:25 -0700)]
Update README.md
Ivan Dubrov [Fri, 25 Apr 2014 21:15:01 +0000 (14:15 -0700)]
Adding 'full' tests
* Killing test suites (you can run tests by package)
* Introduced categories to run certain tests only on 'light'/'full'
Ivan Dubrov [Fri, 25 Apr 2014 19:35:02 +0000 (12:35 -0700)]
Fixing JRE locations comparison
Ivan Dubrov [Fri, 25 Apr 2014 18:28:49 +0000 (11:28 -0700)]
Should run Java 8 tests on Java 8
Ivan Dubrov [Fri, 25 Apr 2014 18:18:13 +0000 (11:18 -0700)]
Minor fixes to build script
Ivan Dubrov [Fri, 25 Apr 2014 17:53:17 +0000 (10:53 -0700)]
Update README.md
Ivan Dubrov [Fri, 25 Apr 2014 17:40:49 +0000 (10:40 -0700)]
Update README.md
Ivan Dubrov [Fri, 25 Apr 2014 17:12:58 +0000 (10:12 -0700)]
Renaming org.dcevm -> com.github.dcevm
Well, dcevm.org domain is lost, so let's use com.github.dcevm for now.
Ivan Dubrov [Fri, 25 Apr 2014 17:00:51 +0000 (10:00 -0700)]
Consolidating DCEVM patches
Ivan Dubrov [Fri, 25 Apr 2014 16:54:32 +0000 (09:54 -0700)]
Adding support for 'full' patches
Also, minor fixes to build.gradle
Ivan Dubrov [Fri, 25 Apr 2014 16:21:36 +0000 (09:21 -0700)]
Renaming test/java to test/java7
Ivan Dubrov [Fri, 25 Apr 2014 16:17:39 +0000 (09:17 -0700)]
Duplicate class deleted
Ivan Dubrov [Fri, 25 Apr 2014 02:35:21 +0000 (19:35 -0700)]
Renaming patches to support full flavor in future
Ivan Dubrov [Fri, 25 Apr 2014 02:22:17 +0000 (19:22 -0700)]
Adding Java 7 patch, support running tests on Java 7
Ivan Dubrov [Fri, 25 Apr 2014 01:43:13 +0000 (18:43 -0700)]
Do not run suites in gradle test
Ivan Dubrov [Fri, 25 Apr 2014 00:51:11 +0000 (17:51 -0700)]
Fixing build.cmd
Ivan Dubrov [Fri, 25 Apr 2014 00:41:29 +0000 (17:41 -0700)]
Use hg import for applying patch
Ivan Dubrov [Fri, 25 Apr 2014 00:32:01 +0000 (17:32 -0700)]
Only clean hotspot if hotspot directory exists
Ivan Dubrov [Fri, 25 Apr 2014 00:02:24 +0000 (17:02 -0700)]
Extracting DCEVM patch & code into separate project
Making DCEVM to be toplevel project that clones HotSpot repository,
patches the code, builds JVM and tests it.
Ivan Dubrov [Fri, 25 Apr 2014 00:01:23 +0000 (17:01 -0700)]
Initial commit