Skip to content

Annotate some LOOP tests with ANSI-SPEC-PROBLEM

Michał Herda requested to merge mherda/ansi-test:master into master

Fixes #14 (closed)

This marks tests LOOP.1.{39,40,41,42,43} with :loop-iteration-values-in-finally and :ansi-spec-problem to take into account that the values of iteration variables in FINALLY are effectively undefined by the spec. This way, testers can avoid running these test cases if they want to avoid testing behaviour that is defined in contradictory manners.

Removal of these test cases should perhaps be considered in the future.

See https://gist.github.com/phoe/335fecfdc195bddd47ab0928b0e62e52 for context.

Edited by Michał Herda

Merge request reports