This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bytecode verification


I've created a new module in the Mauve CVS repository called `verify'.
This module is intended to include code that is useful for testing a
bytecode verifier.  Right now there are just two tests, and no build
infrastructure, but hopefully it will expand over time.

The existing tests require Jasmin, a Java bytecode assembler.
This is readily available on the net and is GPL.
For gcj users, I plan to import Jasmin into rhug.

Feel free to add new tests.  Both passes and failures are needed.
When writing a test that is supposed to fail, you must be careful to
ensure it fails in exactly the way you intend to test.  How exactly
the eventual build/test infrastructure should look for this is an open
question.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]