Project

Profile

Help

Bug #4631

closed

Invalid regex syntax not being properly reported

Added by Michael Kay almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
Category:
-
Sprint/Milestone:
-
Start date:
2020-07-03
Due date:
% Done:

0%

Estimated time:
Applies to JS Branch:
Fix Committed on JS Branch:
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

Test case analyze-string-097 contains an invalid regular expression (origin: bug 3211).

We're seeing a message saying that the regex is failing, but the test case (which expects an error) is reported as a failure:

<test-case name="analyze-string-097" result="fail" error="FORX0002"/>
Actions #1

Updated by Michael Kay almost 4 years ago

  • Status changed from New to Closed

It seems the test driver isn't picking up the right version of the XSLT 3.0 test suite. (If I put a syntax error into the test catalog, it's not picked up).

Caused by an error in build-locations when building the test driver. (Oddly, the location of the catalog is built in to the test driver SEF at compile time).

Please register to edit this issue

Also available in: Atom PDF Tracking page