| Age | Commit message (Collapse) | Author |
|
From now on, all new tests must use underscore.
Addresses issue #727.
|
|
With a test which cannot be automatically validated so far.
|
|
Put into misc/ to not complicate life for builds with check disabled.
|
|
In addition to memory allocation failure, other problem was that 10**17
was overflowing. Now passes.
|
|
|
|
Don't store final, failing value to the loop variable. This fix also
makes for .. range a bit more efficient, as it uses less store/load
pairs for the loop variable.
|