From f941733f13de3bfae36d7930634657a2dab85e78 Mon Sep 17 00:00:00 2001 From: Mads Ager Date: Fri, 2 Oct 2020 12:52:56 +0200 Subject: [PATCH] [JVM_IR] Rebase init blocks stepping test that is working as intended. --- .../testData/stepping/custom/initBlocks.ir.out | 14 ++++++++++++++ .../testData/stepping/custom/initBlocks.kt | 2 +- .../testData/stepping/custom/initBlocks.out | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out new file mode 100644 index 00000000000..3ef2143e935 --- /dev/null +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.ir.out @@ -0,0 +1,14 @@ +LineBreakpoint created at initBlocks.kt:6 +Run Java +Connected to the target VM +initBlocks.kt:6 +initBlocks.kt:7 +initBlocks.kt:9 +initBlocks.kt:10 +initBlocks.kt:11 +initBlocks.kt:3 +initBlocks.kt:15 +initBlocks.kt:16 +Disconnected from the target VM + +Process finished with exit code 0 diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt index dcd8427d406..2ebe91e5c6d 100644 --- a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.kt @@ -15,4 +15,4 @@ fun main() { Foo() } -// STEP_OVER: 6 \ No newline at end of file +// STEP_OVER: 7 \ No newline at end of file diff --git a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out index 6f5f4f3470d..05c81e63835 100644 --- a/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out +++ b/idea/jvm-debugger/jvm-debugger-test/testData/stepping/custom/initBlocks.out @@ -1,4 +1,3 @@ -// IGNORE_BACKEND: JVM_IR LineBreakpoint created at initBlocks.kt:6 Run Java Connected to the target VM