[drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Geir Magnusson Jr.
Right now, we have lots of tests that are skipped in smoke tests, and some that fail in kernel, and I believe that we're still failing the classlib test suite. We should drive this to goodness and health. How shall we start? :) geir

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Geir Magnusson, Jr. wrote: Right now, we have lots of tests that are skipped in smoke tests, and some that fail in kernel, and I believe that we're still failing the classlib test suite. We should drive this to goodness and health. How shall we start? :)

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Alexey Varlamov
Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For example, the following assert fails often: drlvm/vm/thread/src/thread_native_suspend.c:351:

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Vladimir Ivanov
May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. Thanks, Vladimir On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Alexey Varlamov
2006/9/28, Vladimir Ivanov [EMAIL PROTECTED]: May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. I'm afraid CC is useless for flickering failures as well. Thanks,

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Elena Semukhina
On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For example, the following assert fails often:

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Egor Pasko
On the 0x1F2 day of Apache Harmony Alexey Varlamov wrote: 28 Sep 2006 17:50:57 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Vladimir Ivanov
On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: 2006/9/28, Vladimir Ivanov [EMAIL PROTECTED]: May be we start from failed test exclusion to run CC over these tests and will enable these tests one by one? Now, the CC is useless for drlvm due to known stable failures. I'm afraid CC is

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Elena Semukhina
On 28 Sep 2006 18:25:58 +0700, Egor Pasko [EMAIL PROTECTED] wrote: On the 0x1F2 day of Apache Harmony Alexey Varlamov wrote: 28 Sep 2006 17:50:57 +0700, Egor Pasko [EMAIL PROTECTED]: On the 0x1F2 day of Apache Harmony Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED]

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Geir Magnusson Jr.
On Sep 28, 2006, at 6:40 AM, Elena Semukhina wrote: On 9/28/06, Alexey Varlamov [EMAIL PROTECTED] wrote: Apparently there are some threading issues, which affect almost all suites (except may be smoke tests). I observe quite many sporadic crashes in c-unit, kernel and classlib tests. For

Re: [drlvm] current tests - can we focus on getting everything to pass?

2006-09-28 Thread Weldon Washburn
I hate to say it but HARMONY-1582 invocation_api.patch is basically unreadable. And, yes, I do want to read this diff even if it takes me all night. This is real important stuff to get correct. Using only gdb/jira to beat the bugs out of this kind of code is the slow way to do it. Evgueni,