(CoroutineDebugger) Windows test fix for kotlinx-coroutines-core
This commit is contained in:
+2
@@ -111,6 +111,8 @@ internal class KotlinOutputChecker(
|
||||
|
||||
return lines
|
||||
.map { it.replace("FRAME:(.*):\\d+".toRegex(), "$1:!LINE_NUMBER!") }
|
||||
// kotlinx-coroutines-core temporary fix for windows agents
|
||||
.filter { it == "Failed to install signal handler: java.lang.IllegalArgumentException: Unknown signal: TRAP" }
|
||||
.filter { !(it.matches(JDI_BUG_OUTPUT_PATTERN_1) || it.matches(JDI_BUG_OUTPUT_PATTERN_2)) }
|
||||
.joinToString("\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user