Actions
Bug #6168
closedmode="#all" failures with JIT enabled
Start date:
2023-08-14
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
12, trunk
Fix Committed on Branch:
12, trunk
Fixed in Maintenance Release:
Platforms:
.NET, Java
Description
I wrote a new test match-285 that uses mode="#all"
when there is a mode zzz
that is never referenced explicitly in an xsl:template, xsl:mode, or xsl:apply-templates element, but exists only by virtue of being mentioned in an xsl:default-mode
attribute. The test is failing in both SaxonJ 11 and SaxonJ 12 when the test is run in -jit mode.
The similar test match-245 is failing in JIT mode on the 12 branch but not the 11 branch.
Please register to edit this issue
Actions