On 5/25/07, Pavlenko, Andrey A <[EMAIL PROTECTED]> wrote:
Vladimir, these tests are in the intermittent lists. There is also open
Actually, java.awt.WindowTest excluded for Windows only. make>grep WindowTest * exclude.linux.x86.ibm.interm:java/awt/AccessibleAWTWindowTest.java exclude.linux.x86.ibm.interm:java/awt/WindowTest.java exclude.windows.x86.drl.interm:java/awt/WindowTest.java exclude.windows.x86_64.drl.interm:java/awt/WindowTest.java Seems, this test should be excluded for the Linux also.
JIRA issue against WindowTest - HARMONY-2867. Could you please file an issue against KeyboardFocusManagerTest? I'll try to fix the failures.
OK, I'll create issue for KeyboardFocusManagerTest. thanks, Vladimir
-----Original Message----- From: Vladimir Ivanov [mailto:[EMAIL PROTECTED] Sent: Friday, May 25, 2007 10:14 AM To: dev Subject: [classlib][awt] awt tests intermittently failed under CC/CI Hello, today I run awt tests 10 runs on Windows x86 and Linux x86 and found that some tests are intermittently failed (note, similar failures also reported by CC/CI). My results are: Linux,x86 1,4-10) OK 2) failed: java.awt.WindowTest 3) failed: java.awt.KeyboardFocusManagerTest Win, x86 1) failed: java.awt.KeyboardFocusManagerRTest:testRedispatchEvent 2-10) OK Could someone from awt experts evaluate these failures? Thanks, Vladimir
