Temporarily unmute passing test around IS_PRE_RELEASE (related to KT-62063)
This test (probably) should be muted again after bootstrapping
This commit is contained in:
committed by
Space Team
parent
f37347ddb7
commit
93a796b635
+5
-5
@@ -75,16 +75,16 @@ class FirCompileKotlinAgainstCustomBinariesTest : AbstractCompileKotlinAgainstCu
|
|||||||
}
|
}
|
||||||
|
|
||||||
fun testPreReleaseFlagIsConsistentBetweenStdlibAndCurrentCompiler() {
|
fun testPreReleaseFlagIsConsistentBetweenStdlibAndCurrentCompiler() {
|
||||||
try {
|
// try {
|
||||||
val stdlib = JarFile(PathUtil.kotlinPathsForCompiler.stdlibPath)
|
val stdlib = JarFile(PathUtil.kotlinPathsForCompiler.stdlibPath)
|
||||||
val classFromStdlib = stdlib.getEntry(KotlinVersion::class.java.name.replace(".", "/") + ".class")
|
val classFromStdlib = stdlib.getEntry(KotlinVersion::class.java.name.replace(".", "/") + ".class")
|
||||||
checkPreReleaseness(
|
checkPreReleaseness(
|
||||||
stdlib.getInputStream(classFromStdlib).readBytes(),
|
stdlib.getInputStream(classFromStdlib).readBytes(),
|
||||||
KotlinCompilerVersion.isPreRelease()
|
KotlinCompilerVersion.isPreRelease()
|
||||||
)
|
)
|
||||||
} catch (e: Throwable) {
|
// } catch (e: Throwable) {
|
||||||
return
|
// return
|
||||||
}
|
// }
|
||||||
error("Looks like test can be unmuted")
|
// error("Looks like test can be unmuted")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user