public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: rhug-rhats@sources.redhat.com
Subject: Jython status.
Date: Wed, 17 Oct 2001 22:03:00 -0000	[thread overview]
Message-ID: <200110180503.WAA06488@fencer.cygnus.com> (raw)

I can now run Jython (given certain file configuration hacks which
should go away) enough so that it runs the Jython test suite (which is
based on the Python test suite.)

We're not behaving like the JDK interpreted Jython for this test:

  r(SystemExit)
  import sys
  try: sys.exit(0)
  except SystemExit: pass

We seem to be really calling exit, whereas the JDK ran one doesn't
quite quit and let the next test run. I'll have to debug.

The serialization tests are failing, I'm guessing this could be a
libgcj bug. Some other tests are failing because our libgcj isn't
complete enough, for example, we don't have `awt.Color.RGBtoHSB' which
is used to conduct a test on arrays...

At this point, I'm hitting the failures I would get with the regular
Jython, we're sometimes doing a little better because we are avoiding
Sun's JDK bugs.

I need to fix the general problem for Jython now which is what to find
where. It needs a path to some python files it finds only if I put
them right under its nose. It's also still necessary to put a symlink
to <libgcj_buildir>.../java in the cwd in order for Jython to be able
to load information about the Java objects.

Note that if I'm using gcj, I don't need the symlink, so the binaries
and the VM differ in terms of knowing where things could be found --
does it ring a bell to anyone?

./A

             reply	other threads:[~2001-10-17 22:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-17 22:03 Alexandre Petit-Bianco [this message]
2001-10-17 23:07 ` Anthony Green
2001-10-17 23:30   ` Alexandre Petit-Bianco
2001-10-18  1:03     ` Anthony Green

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200110180503.WAA06488@fencer.cygnus.com \
    --to=apbianco@cygnus.com \
    --cc=rhug-rhats@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).