backend/tests: do not check output in main_exception
This commit is contained in:
committed by
SvyatoslavScherbina
parent
f4014b0f29
commit
aecbe0e5f6
@@ -622,7 +622,8 @@ task args0(type: RunKonanTest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task main_exception(type: RunKonanTest) {
|
task main_exception(type: RunKonanTest) {
|
||||||
goldValue = "Uncaught exception from Kotlin's main: Throwable\n"
|
// TODO: cannot currently check the output because the exact stacktrace strings are unpredictable.
|
||||||
|
// goldValue = "Uncaught exception from Kotlin's main: Throwable\n"
|
||||||
source = "runtime/basic/main_exception.kt"
|
source = "runtime/basic/main_exception.kt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user