Fix Windows tests (#622)

This commit is contained in:
Nikolay Igotti
2017-06-01 11:46:14 +03:00
committed by GitHub
parent 9af223fb00
commit a5fe494ae3
2 changed files with 1 additions and 5 deletions
-5
View File
@@ -372,11 +372,6 @@ task hello4(type: RunKonanTest) {
}
task tostring0(type: RunKonanTest) {
if (isWindows()) {
// ト is misprinted for now (as 0x3f).
// TODO: investigate.
disabled = true
}
goldValue = "127\n-1\n239\nA\nЁ\nト\n1122334455\n112233445566778899\n3.14159265358\n1.0E27\n1.0E-300\ntrue\nfalse\n"
source = "runtime/basic/tostring0.kt"
}
+1
View File
@@ -26,3 +26,4 @@ kotlinCompilerRepo=http://dl.bintray.com/jetbrains/kotlin-native-dependencies
#kotlinCompilerRepo=http://dl.bintray.com/kotlin/kotlin-dev
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170521.012435-545
konanVersion=0.2
org.gradle.jvmargs='-Dfile.encoding=UTF-8'