summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/eval
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-07-05 10:46:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-07-05 10:46:11 +0200
commit16a565d0cbb7e753f594236c60bbcc66657024f6 (patch)
treed527b6a6de7906852fad6734ce4481b5d0882428 /tests/ref/fate/eval
parente6d88f63a805be3a866fe76f7453e8da71bc2e00 (diff)
downloadffmpeg-streaming-16a565d0cbb7e753f594236c60bbcc66657024f6.zip
ffmpeg-streaming-16a565d0cbb7e753f594236c60bbcc66657024f6.tar.gz
eval/fate: try to fix nan printing format failures.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/fate/eval')
-rw-r--r--tests/ref/fate/eval4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/eval b/tests/ref/fate/eval
index 278c282..7042a01 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
OpenPOWER on IntegriCloud