From 0e966247aefbd09a25d88d25131be7a889a3a58b Mon Sep 17 00:00:00 2001 From: Yan Zhulanow Date: Fri, 1 Mar 2024 15:53:52 +0900 Subject: [PATCH] [kotlin] Unmute passing K2 evaluator tests GitOrigin-RevId: 8d2ada782c7869eb9d94a957590381d84a90b36c --- .../testData/evaluation/singleBreakpoint/annotationValue.kt | 4 +--- .../evaluation/singleBreakpoint/superCallsCaptured.kt | 4 +--- .../testData/evaluation/singleBreakpoint/superCallsSimple.kt | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/annotationValue.kt b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/annotationValue.kt index c6a0d56d9b84..6f58dc90b495 100644 --- a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/annotationValue.kt +++ b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/annotationValue.kt @@ -11,6 +11,4 @@ fun main(args: Array) { } // EXPRESSION: (SomeClass::class.java.annotations[0] as Anno).value -// RESULT: "abc": Ljava/lang/String; - -// IGNORE_K2 \ No newline at end of file +// RESULT: "abc": Ljava/lang/String; \ No newline at end of file diff --git a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsCaptured.kt b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsCaptured.kt index da4d2c349587..b75b716ffedb 100644 --- a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsCaptured.kt +++ b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsCaptured.kt @@ -26,6 +26,4 @@ fun block(block: () -> Unit) { // RESULT: 6: I // EXPRESSION: super.foo() -// RESULT: 5: I - -// IGNORE_K2 \ No newline at end of file +// RESULT: 5: I \ No newline at end of file diff --git a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsSimple.kt b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsSimple.kt index e7ef21bed6d0..e0b38068a6d1 100644 --- a/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsSimple.kt +++ b/plugins/kotlin/jvm-debugger/test/testData/evaluation/singleBreakpoint/superCallsSimple.kt @@ -19,6 +19,4 @@ class Bar : Foo() { // RESULT: 6: I // EXPRESSION: super.foo() -// RESULT: 5: I - -// IGNORE_K2 \ No newline at end of file +// RESULT: 5: I \ No newline at end of file