Disable assertion in RecompilableScriptFunctionData for js tests

which fails due to a bug in nashorn

 #KT-23637 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2018-04-19 20:30:52 +03:00
parent 481620ba32
commit 09a347b2d4
+1
View File
@@ -60,6 +60,7 @@ val testDistProjects = listOf(
projectTest {
dependsOn(*testDistProjects.map { "$it:dist" }.toTypedArray())
jvmArgs("-da:jdk.nashorn.internal.runtime.RecompilableScriptFunctionData") // Disable assertion which fails due to a bug in nashorn (KT-23637)
workingDir = rootDir
doFirst {
systemProperty("kotlin.ant.classpath", antLauncherJar.asPath)