public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Christian Thalinger <twisti@complang.tuwien.ac.at>
To: David Herron <David.Herron@Sun.COM>
Cc: mauve-discuss@sources.redhat.com
Subject: Re: Am I doing something wrong?
Date: Tue, 08 Jul 2008 10:13:00 -0000	[thread overview]
Message-ID: <1215511976.4030.13.camel@cthalinger> (raw)
In-Reply-To: <4861947D.7070705@sun.com>

On Tue, 2008-06-24 at 17:42 -0700, David Herron wrote:
> Just to try out Mauve I'm running it on my OS X machine with Apple's Java. 

Hi David!

I also want to run nightly Mauve tests with OpenJDK and I'm having some
problems with the security checks, like:

$ java Harness -vm java -showpasses -debug gnu/testlet/java/lang/Runtime/security.class 
WARNING: running tests on 'java'.  To set the test VM, use --with-vm when
configuring or specify -vm when running the Harness.

checkPermission((java.io.FilePermission /bin/true execute))
checkPermission((java.lang.RuntimePermission writeFileDescriptor))
unexpected check: (java.lang.RuntimePermission writeFileDescriptor)
expected: mustCheck: (java.io.FilePermission /bin/true execute)
expected: mayCheck: (java.lang.RuntimePermission modifyThread) (java.lang.RuntimePermission modifyThreadGroup)
Exception in thread "process reaper" java.lang.SecurityException: unexpected check: (java.lang.RuntimePermission writeFileDescriptor)
	at gnu.testlet.TestSecurityManager.checkPermission(TestSecurityManager.java:317)
	at java.lang.SecurityManager.checkWrite(SecurityManager.java:954)
	at java.io.FileOutputStream.<init>(FileOutputStream.java:234)
	at java.lang.UNIXProcess$1$1$1.run(UNIXProcess.java:139)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.lang.UNIXProcess$1$1.run(UNIXProcess.java:136)

Do you have an idea how we could fix them?  Of course I could disable
them, but...

- twisti

      parent reply	other threads:[~2008-07-08 10:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-25  0:43 David Herron
2008-06-25  0:52 ` Andrew John Hughes
2008-06-25  7:35   ` Christian Thalinger
2008-06-25  7:35 ` Christian Thalinger
2008-07-08 10:13 ` Christian Thalinger [this message]

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=1215511976.4030.13.camel@cthalinger \
    --to=twisti@complang.tuwien.ac.at \
    --cc=David.Herron@Sun.COM \
    --cc=mauve-discuss@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).