summaryrefslogtreecommitdiff
path: root/test/files/run/blame_eye_triple_eee-float.check
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-04-04 17:13:04 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-04-04 17:13:04 +0200
commit497b0cb09a750fe05cf6c7c1cae2e3b960772ec4 (patch)
treef187efe143b93046f23c5f003def7e5f480e41ab /test/files/run/blame_eye_triple_eee-float.check
parentcea9e4a9d368965fd37940ef0b7aedd10bec261e (diff)
downloadscala-497b0cb09a750fe05cf6c7c1cae2e3b960772ec4.tar.gz
scala-497b0cb09a750fe05cf6c7c1cae2e3b960772ec4.tar.bz2
scala-497b0cb09a750fe05cf6c7c1cae2e3b960772ec4.zip
Add float version of the double NaN tests
The double version uncovered a bug in Avian already, so let's be safe and cover all the NaNs we have.
Diffstat (limited to 'test/files/run/blame_eye_triple_eee-float.check')
-rw-r--r--test/files/run/blame_eye_triple_eee-float.check9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/files/run/blame_eye_triple_eee-float.check b/test/files/run/blame_eye_triple_eee-float.check
new file mode 100644
index 0000000000..5e46d91a8f
--- /dev/null
+++ b/test/files/run/blame_eye_triple_eee-float.check
@@ -0,0 +1,9 @@
+if (NaN == NaN) is good
+if (x == x) is good
+if (x == NaN) is good
+if (NaN != NaN) is good
+if (x != x) is good
+if (NaN != x) is good
+x matching was good
+NaN matching was good
+loop with NaN was goood