On 25/05/2012 11:05, Masayoshi Okutsu wrote:
Another option would be to write a native program to change the system
setup and run a Java program to detect the change. But it requires the
administrator privilege and is a bit risky. A test failure may leave a
test machine in an unusual state.
On 5/25/2012 6:37 PM, Alan Bateman wrote:
On 25/05/2012 10:32, Masayoshi Okutsu wrote:
Hi Deven,
Sorry. I didn't review the test case...
You can use applet to write a manual test. You will find some manual
tests under test/java/awt such as:
test/java/awt/TextField/ScrollSelectionTest/Scroll
On 25/05/2012 10:32, Masayoshi Okutsu wrote:
Hi Deven,
Sorry. I didn't review the test case...
You can use applet to write a manual test. You will find some manual
tests under test/java/awt such as:
test/java/awt/TextField/ScrollSelectionTest/ScrollSelectionTest.{html,java}
Thanks,
Masay
Hi Deven,
Sorry. I didn't review the test case...
You can use applet to write a manual test. You will find some manual
tests under test/java/awt such as:
test/java/awt/TextField/ScrollSelectionTest/ScrollSelectionTest.{html,java}
Thanks,
Masayoshi
On 5/25/2012 4:41 PM, Deven You wrote:
Hi
Hi Alan,
Thanks for your reminder, I was going to point that this a manual test
case and need someone guide me how to configure it as manual with jtreg.
But I missed it by chance.
So Masayoshi or someone else, I'd very appreciate if you could guide me
how to configure a test case as manual i
I have verified the change set. Thanks Jeffery and Charles!
On 05/25/2012 02:40 PM, Charles Lee wrote:
Hi Deven,
The patch is committed @
Changeset: 85696e57d447
Author:youdwei
Date: 2012-05-25 14:32 +0800
URL:http://hg.openjdk.java.net/jdk8/tl/jdk/rev/85696e57d447
7171028: dots are
Deven,
The test with this fix seems to be a manual test but doesn't seem to be
tagged as such (/manual). I assume this means it will fail on all
platforms. Do you mind re-examining it? Masayoshi may have some advice
on how configuration like this can be tested. It may be that it's just
not po