More standard library operations. (#124)

This commit is contained in:
Nikolay Igotti
2016-12-08 15:44:22 +03:00
committed by GitHub
parent 3bb946e144
commit c9f2e1ca22
11 changed files with 921 additions and 25 deletions
+2
View File
@@ -329,6 +329,8 @@ task tostring2(type: RunKonanTest) {
}
task tostring3(type: RunKonanTest) {
// Enable, once double object init fixed.
disabled = true
goldValue = "-128\n127\n-32768\n32767\n" +
"-2147483648\n2147483647\n-9223372036854775808\n9223372036854775807\n" +
"1.17549E-38\n3.40282E+38\n-INF\nINF\n" +