Date065 now passes in full, but sometimes behaves as reported below for errorcode1030.
Key237 doesn't pass, but there is no longer any memory problems.
Errorcode1030 gives:
'eeocode' in 'eif_except.h' not implemented
'stack_trace_string' in 'eif_except.h' not implemented
Call on Void target!
Unhandled exception
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The exception is caused because gec does not yet intercept exceptions properly, XM_XPATH_ATOMIC_SORT_COMPARER raises an exception to indicate non-comparable atomic values.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=732953
Originator: YES
Also test case errorcode1030.
Logged In: YES
user_id=732953
Originator: YES
Also test case key237.
In this case, gec + boehm issues:
GC Warning: Repeated allocation of very large block (appr. size 51494912):
May lead to memory leak and poor performance.
Logged In: YES
user_id=732953
Originator: YES
Date065 now passes in full, but sometimes behaves as reported below for errorcode1030.
Key237 doesn't pass, but there is no longer any memory problems.
Errorcode1030 gives:
'eeocode' in 'eif_except.h' not implemented
'stack_trace_string' in 'eif_except.h' not implemented
Call on Void target!
Unhandled exception
Logged In: YES
user_id=732953
Originator: YES
The exception is caused because gec does not yet intercept exceptions properly, XM_XPATH_ATOMIC_SORT_COMPARER raises an exception to indicate non-comparable atomic values.
Logged In: YES
user_id=732953
Originator: YES
Date056 is also attempting to raise error code XTDE1030 (W3C bug 794).