Actions
Bug #2686
closedQT3 test case filter-limits-003 fails with bytecode feature
Status:
Closed
Priority:
Normal
Assignee:
Category:
Byte code generation
Sprint/Milestone:
Start date:
2016-03-24
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.7
Fix Committed on Branch:
9.7
Fixed in Maintenance Release:
Platforms:
Description
The following test case filter-limits-003 fails when the bytecode feature switched on.
the expected results is achieved in the interpreted mode.
Test case:
<test-case name="filter-limits-002">
<description>Test numeric predicates at integer limits</description>
<created by="Christian Gruen" on="2016-02-04"/>
<dependency type="spec" value="XQ10+"/>
<test>'a'[4294967296]</test>
<result>
<assert-empty/>
</result>
</test-case>
Test suite driver setup:
. catalog.xml -o:results/saxon -lang:XQ31 -bytecode:on -s:prod-Predicate -t:filter-limits-003
Actual result:
Assertion assert-empty () failed
*** TEST-FAILURE. Result:
a<=======
Please register to edit this issue
Actions