Geir Magnusson Jr. wrote:
> 
> On Oct 9, 2006, at 9:58 AM, Salikh Zakirov wrote:
> 
>> Geir Magnusson Jr. wrote:
>>> I keep getting a failure when running the tests -
>>>
>>> test_jthread_get_all-threads failling the assertion at
>>> test_ti_instrum.c:80
>>>
>>> geir
>>
>> I have just tried to test HARMONY-1582 patch on Linux/ia32 SUSE 9 and
>> Ubuntu 6.
>> The smoke and unit tests both pass okay with and without HARMONY-1582.
> 
> How did you do it on Ubuntu 6?  What compiler?

Sorry for the confusion. I've missed the "SUSE9" word in the first message.
On top of that, I've used outdated workspace when testing on Ubuntu,
so errors I've got before have no sense at all.

I have rerunned tests on Ubuntu6 using clean workspace,
and the results are:

                       trunk               trunk + HARMONY-1582
Linux/ia32/SUSE9:   unit and smoke pass     unit and smoke pass
Linux/ia32/Ubuntu6: unit and smoke pass      intermittent failures***

*** On the first attempt, unit tests passed,
and smoke tests failed on gc.Finalizer
Running gc.Finalizer separately, however, passed.

On the second run, unit tests failed:
     [echo] ERROR: Assertion '(thread_count)==(i + initial_thread_count)' 
failed at 
/export/users/salikh/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c:80
     [echo] INFO: TEST test_jthread_get_all_threads: FAILED
     [echo] ERROR: Test failed: Wrong number waiting on monitor threads 
(/export/users/salikh/drlvm/trunk/vm/tests/unit/thread/test_ti_instrum.c:149)
     [echo] INFO: TEST test_jthread_get_blocked_count: FAILED
     [echo] INFO: TEST test_jthread_holds_lock: FAILED
     [echo] ERROR: Assertion 'critical_tts' failed at 
/export/users/salikh/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c:151
     [echo] INFO: TEST test_jthread_get_lock_owner: FAILED
     [echo] INFO: TEST test_jthread_get_owned_monitors start
     [echo] ERROR: Assertion '(blocked_count)==(5 - i - 1)' failed at 
/export/users/salikh/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c:212
     [echo] INFO: TEST test_jthread_get_owned_monitors: FAILED
     [echo] ERROR: Assertion 'critical_tts == NULL' failed at 
/export/users/salikh/drlvm/trunk/vm/tests/unit/thread/test_ti_monitor_info.c:276


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to