-
The following very simple query from the XQTS 3.1 will result in a `java.lang.StackOverflowError`.
```xquery
3 treat as item()+ + +1
```
It should also be considered as a security issue. This …
-
eXist-db does not appear to correctly support and enforce type parameters, e.g. `map(xs:integer, xs:string)` and `element(my-name)`.
As such the eXist XQTS Test Runner takes a relaxed approach to c…
-
On yesterday's Community Call we discussed evidence indicating users obtained different results despite using identical versions of the exist-xqts-runner and command line flags. I propose we use the l…
-
when trying to run [qt3tests](https://github.com/w3c/qt3tests) against the latest version of exist i ve noticed a large amount of failures in the serialization tests
as i mentioned in https://github…
-
TL;DR: use the assembled JAR
- `sbt clean assemble`
- `target/scala-2.13/exist-xqts-runner-assembly-1.0.0.jar -x HEAD`
running the command `sbt "run -es XQ31"` or `sbt "run"`
A fatal error wa…
-
**Describe the bug**
XQTS and XQSuite tests expecting a specific XPath exception to be thrown may fail due to those exceptions being wrapped and re-thrown with an exception of another type.
In …
-
Simplified from XQTS 3.1 `fn-format-number` test case: [`numberformat122`](https://github.com/w3c/qt3tests/blob/master/fn/format-number.xml#L1364):
```xquery
declare function local:timesTenToThe($…
-
**Describe the bug**
* `sbt "run --test-set map-find"` hangs after `INFO (slf4j.scala [info]:159) - Parsed XQTS Catalog OK.`
* `sbt "run --test-set fn-round"` runs successfully to completion.
**…
-
**Is your feature request related to a problem? Please describe.**
When comparing the test results of two runs of XQTS-runner
- it is easy to see if the overall values changed for the better or w…
-
**Describe the bug**
eXist ignores arguments passed to [named function references](https://www.w3.org/TR/xquery-31/#id-named-function-ref) and returns the function's identity instead of the results…