summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/eval
Commit message (Collapse)AuthorAgeFilesLines
* eval: test isnan(sqrt(-1)) instead of just sqrt(-1)Anton Khirnov2011-09-221-2/+2
| | | | sqrt(-1) returns "some NaN", it's not specified which exactly.
* eval: implement not() expressionStefano Sabatini2011-09-191-0/+9
|
* eval: add sqrt function for computing the square rootStefano Sabatini2011-09-191-0/+6
|
* eval: add missing comma to tests.Ronald S. Bultje2011-07-051-2/+5
|
* eval: clear Parser instances before usingMans Rullgard2011-07-041-1/+1
| | | | | | | This prevents random values from the stack being used as "variables" in expressions. Signed-off-by: Mans Rullgard <mans@mansr.com>
* eval: add fate testMans Rullgard2011-07-041-0/+134
Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud