usethesource / rascal

The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
394 stars 77 forks source link

Failing tests that fail due to exceptions or asserts do not report actual test parameters #1935

Open jurgenvinju opened 2 months ago

jurgenvinju commented 2 months ago

This makes it very hard to diagnose a problem in the tests. We need to have the randomly generated input parameters to reproduce the failing test case.