aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-03-11x86-64: Enable StackTraceTestPekka Enberg1-1/+1
2013-03-10x86-64: Fix infinite loop in compiler when method is missingPekka Enberg1-1/+1
2013-01-09Makefile: Improve dependency check error messagesPekka Enberg1-0/+12
2012-08-29tools/test, x86-64: Enable passing test casesPekka Enberg1-9/+9
2012-08-14test/functional: Move ReferenceTest to `test/java/lang/ref` packagePekka Enberg1-1/+1
2012-08-14test/functional: Move UnsafeTest to `test/sun/misc` packagePekka Enberg1-1/+1
2012-08-14test/functional: Move JNITest to `test/java/lang`Pekka Enberg1-2/+2
2012-08-14test/functional: Merge java/lang/Class test casesPekka Enberg1-1/+0
2012-08-14test/functional: Merge java/lang/reflect/Method test casesPekka Enberg1-1/+0
2012-08-14tools/test: Fix 'Test FAILED' printoutPekka Enberg1-2/+2
2012-08-14test/functional: Add test case for `java/util/HashMap`Pekka Enberg1-0/+1
2012-04-26tools: Add 'ecj-jato' wrapper for ECJ 3.7.2Pekka Enberg3-7/+5
2012-04-02test/functional: Enable passing test casesPekka Enberg1-14/+14
2012-02-16x86-64, test: Enable test cases that pass after multianewarray fixesPekka Enberg1-3/+3
2012-01-28tools/test.py: add option for checking skipped testsEduard - Gabriel Munteanu1-2/+11
2012-01-13test/functional: add ParameterPassingLivenessTestEduard - Gabriel Munteanu1-0/+1
2012-01-09x86-64: Fix exception unwindingPekka Enberg1-2/+2
2012-01-06x86-64: Fix float and double conversionsPekka Enberg1-2/+2
2012-01-05test, functional: Show number of skipped testsPekka Enberg1-0/+7
2012-01-05test, functional: Enable jvm.MethodOverridingFinal on x86-64Pekka Enberg1-1/+1
2012-01-05test, functional: Enable ConversionTest on x86-64Pekka Enberg1-1/+1
2012-01-05test, functional: Enable SwitchTest on x86-64Pekka Enberg1-1/+1
2011-11-14vm, verifier: added verifications on method overriding and access flags.Theo Dzierzbicki1-0/+1
2011-10-02x86-64: Enable passing functional testsPekka Enberg1-4/+4
2011-09-09x86-64: Partial revert of commit 8ae25fe2f513Pekka Enberg1-1/+1
2011-09-04test, functional: Execute EntryTest with -XnewgcPekka Enberg1-0/+1
2011-08-16vm, verifier: added corrupted tests to check-functionalTheo Dzierzbicki1-1/+15
2011-07-19test/functional: Run EntryTest wíth SSA enabledPekka Enberg1-0/+1
2011-07-07x86-64: Enable more test casesPekka Enberg1-1/+1
2011-07-07x86-64: Fix floating point static field accessesPekka Enberg1-2/+2
2011-07-07test/functional: Don't use static fields in FloatArithmeticTestPekka Enberg1-1/+1
2011-07-05x86-64: Enable PutfieldTestPekka Enberg1-1/+1
2011-07-05x86-64: Fix IntegerAritmethicTestPekka Enberg1-1/+1
2011-07-05Revert "x86-64: Enable ArrayExceptionsTest"Pekka Enberg1-1/+1
2011-07-03x86-64: Enable ArrayExceptionsTestPekka Enberg1-1/+1
2011-07-02vm: Add interpreter for OPC_NOP and OPC_RETURNPekka Enberg1-0/+1
2011-06-19test/functional: Rename FieldTest to FieldAccessorsTestPekka Enberg1-1/+1
2011-05-03x86-64: Fix EXPR_VALUE code generation for 64-bit immediatesPekka Enberg1-1/+1
2011-05-03x86-64: Fix Reference.referent field accessSergey Mashkov1-0/+1
2011-05-02vm: Refactored out tests for reflection API for fields from MethodTest.java i...Nikhil Sarda1-0/+1
2011-04-17vm,runtime: Add support for method annotationsPekka Enberg1-0/+1
2011-03-31tools/gen: Latest version from VegardPekka Enberg1-12/+98
2011-03-31x86-64: Enable MethodInvokeVirtualTestPekka Enberg1-1/+1
2011-03-31Discover GNU Classpath 0.98 on GentooEduard - Gabriel Munteanu1-0/+1
2011-03-23x86: Use double-precision rounding modePekka Enberg1-0/+1
2011-03-20test/functional: Kill VMClassTestPekka Enberg1-1/+0
2011-02-27tools/test.py: Enable LongArithmeticTest on x86-64Pekka Enberg1-1/+1
2011-02-27x86-64: Fix FinallyTest on x86-64Pekka Enberg1-1/+1
2011-02-24tools/test.py: Enable ExceptionHandlerTest on 64-bitPekka Enberg1-1/+1
2011-02-24tools/test.py: Remove duplicate test runsPekka Enberg1-3/+0
2011-02-23x86-64: Enable passing functional testPekka Enberg1-1/+1
2011-02-23x86-64: INSN_MOVSD_MEMDISP_XMM instruction encodingPekka Enberg1-1/+1
2011-02-23x86-64: Enable more functional testsPekka Enberg1-6/+5
2011-02-22tools/test.py: Fix progress bar test countPekka Enberg1-10/+11
2011-02-22x86-64: UnsafeTest is broken on 64-bitPekka Enberg1-1/+1
2011-02-21test,function: Enable more annotation testsPekka Enberg1-1/+1
2011-02-20test/function: Class.getAnnotation testsPekka Enberg1-0/+1
2011-01-14tests: Introduce JNI test caseJoonas Reynders1-0/+1
2010-12-30test/functional: Move regression tests to new directoryPekka Enberg1-2/+2
2010-12-30Makefile: Use Jato with ECJ when compiling functional testsPekka Enberg1-0/+7
2010-12-30regression: Run tests in parallelPekka Enberg1-10/+37
2010-12-29regression: Add progress indicator to tools/test.pyPekka Enberg1-4/+11
2010-12-18regression: Add invokevirtual test casePekka Enberg1-0/+1
2010-12-16x86: Enable rest of the regression tests on 32-bitPekka Enberg1-0/+32
2010-12-15x86: Enable x86-64 marked regression tests on 32-bitPekka Enberg1-34/+34
2010-12-15x86-64: Enable all passing testsPekka Enberg1-4/+38
2010-12-15x86-64: Enable some regression testsPekka Enberg1-5/+5
2010-12-15test: Improve test runner to use -XnosystemclassloaderPekka Enberg1-12/+24
2010-12-15tools: New regression test suite runnerPekka Enberg1-0/+84
2010-10-31tools: Expression generator toolPekka Enberg2-0/+175
2010-02-17monoburg: Make makefile more distcc friendlyPekka Enberg1-4/+11
2009-10-31Remove generated source file from the treePekka Enberg1-1947/+0
2009-08-08monoburg: Remove monoburg executable that slipped inPekka Enberg1-0/+0
2009-08-07Move monoburg to tools/monoburg where we have rest of the build toolsPekka Enberg10-0/+4043
2009-07-15tools: put jasmin java assembler into tools/jasminTomek Grabiec2-0/+30
2008-09-04tools: remove hard-coded NR_DIRS constantPekka Enberg1-4/+2
2008-03-31classpath-config: fix default installation directory and detection logicPekka Enberg1-2/+2
2008-03-31Makefile: Detect GNU Classpath installation directory at compile-timePekka Enberg1-0/+60