[kotlin/native][test] enabled stack_trace_inline back
This commit is contained in:
@@ -2393,8 +2393,8 @@ standaloneTest("check_stacktrace_format") {
|
|||||||
|
|
||||||
standaloneTest("stack_trace_inline") {
|
standaloneTest("stack_trace_inline") {
|
||||||
// TODO: Enable after the test has been fixed.
|
// TODO: Enable after the test has been fixed.
|
||||||
disabled = true || !isAppleTarget(project) || project.globalTestArgs.contains('-opt') || (project.testTarget == 'ios_arm64')
|
disabled = !isAppleTarget(project) || project.globalTestArgs.contains('-opt') || (project.testTarget == 'ios_arm64')
|
||||||
flags = ['-g']
|
flags = ['-g', '-Xg-generate-inline-function-body-marker=enable']
|
||||||
source = "runtime/exceptions/stack_trace_inline.kt"
|
source = "runtime/exceptions/stack_trace_inline.kt"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user