Giter Site home page Giter Site logo

malva's Introduction

Malva
=====

What is Malva?
--------------

Malva is a test suite for alternative JVMs. It tests core Java APIs such as
'java.lang' and 'java.lang.reflect' that require implementation on the JVM
side. The primary goal for Malva is to find compatibility problems in
alternative JVMs but its also useful as a regression test suite for JVM
developers.

The test cases look a lot like JUnit tests. We do not, however, use JUnit
because it relies on core APIs such as annotation support and reflection that
we want to test. Each test class is written as a standalone runnable class that
implements the main() method to make sure tests are as isolated as possible.
That should make pin-pointing the root cause of a bug easier to JVM developers.

Malva targets the Java 1.6 APIs as described in the API specification at:

  http://download.oracle.com/javase/6/docs/api/

Running the Test Suite
----------------------

To compile the test suite with 'javac' and run the tests with 'java' use:

  make check

All tests should pass.

If you want to use an alternative compiler or JVM pass the JAVAC and JAVA
options to make:

  make check JAVAC=ecj JAVA=cacao

Licensing
---------

Copyright (C) 2010 Pekka Enberg

Malva is licensed under the Apache License version 2.0. See the file LICENSE
for details.

malva's People

Contributors

jvirtanen avatar penberg avatar reynders avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.