Test on form test build foo fails erroneously succeeds if foo cannot be resolved
The following test
test typecheck divide(bool, bool) test [[ true / true ]] build normalize-and-tc-expr fails
succeeds if the test runner cannot resolve the normalize-and-tc-expr strategy. It should rather give proper compile-time error, or at least a runtime error about unresolved strategy.
If the test is rewritten to
test typecheck divide(bool, bool) test [[ true / true ]] build normalize-and-tc-expr to 0
the unresolved error shows up.
Submitted by Karl Trygve Kalleberg on 3 April 2012 at 11:13
Issue Log
On 3 April 2012 at 11:13 Karl Trygve Kalleberg tagged testing
On 3 April 2012 at 11:13 Karl Trygve Kalleberg tagged error
Log in to post comments