Fix Windows tests (#622)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user