diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-07-05 10:46:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-07-05 10:46:11 +0200 |
commit | 16a565d0cbb7e753f594236c60bbcc66657024f6 (patch) | |
tree | d527b6a6de7906852fad6734ce4481b5d0882428 /tests | |
parent | e6d88f63a805be3a866fe76f7453e8da71bc2e00 (diff) | |
download | ffmpeg-16a565d0cbb7e753f594236c60bbcc66657024f6.tar.gz |
eval/fate: try to fix nan printing format failures.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/eval | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval index 278c282344..7042a017fd 100644 --- a/tests/ref/fate/eval +++ b/tests/ref/fate/eval @@ -134,7 +134,7 @@ Evaluating 'sqrt(1764)' 'sqrt(1764)' -> 42.000000 Evaluating 'sqrt(-1)' -'sqrt(-1)' -> -nan +'sqrt(-1)' -> nan Evaluating 'not(1)' 'not(1)' -> 0.000000 @@ -155,7 +155,7 @@ Evaluating 'PI^1.23' 'PI^1.23' -> 4.087844 Evaluating 'pow(-1,1.23)' -'pow(-1,1.23)' -> -nan +'pow(-1,1.23)' -> nan 12.700000 == 12.7 0.931323 == 0.931322575 |