From 99496f8f526c7c977debabc41e8df83205ca5e74 Mon Sep 17 00:00:00 2001 From: Michael Bogdanov Date: Thu, 29 Jan 2015 13:54:09 +0300 Subject: [PATCH] Update some test due smap generation --- compiler/testData/lineNumber/custom/callWithReceiver.kt | 2 +- compiler/testData/lineNumber/custom/chainCall.kt | 2 +- compiler/testData/lineNumber/custom/functionCallWithDefault.kt | 2 +- .../lineNumber/custom/functionCallWithInlinedLambdaParam.kt | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out | 2 ++ idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out | 2 +- 7 files changed, 8 insertions(+), 6 deletions(-) diff --git a/compiler/testData/lineNumber/custom/callWithReceiver.kt b/compiler/testData/lineNumber/custom/callWithReceiver.kt index c073c8a0895..acf769512aa 100644 --- a/compiler/testData/lineNumber/custom/callWithReceiver.kt +++ b/compiler/testData/lineNumber/custom/callWithReceiver.kt @@ -12,4 +12,4 @@ fun foo() { .bar() } -// 2 3 7 8 9 11 12 13 +// 2 3 7 8 9 11 12 17 13 diff --git a/compiler/testData/lineNumber/custom/chainCall.kt b/compiler/testData/lineNumber/custom/chainCall.kt index 2d49981361e..991ed7c35eb 100644 --- a/compiler/testData/lineNumber/custom/chainCall.kt +++ b/compiler/testData/lineNumber/custom/chainCall.kt @@ -12,4 +12,4 @@ fun foo() { .bar() } -// 2 3 7 8 9 11 12 13 +// 2 3 7 8 9 11 17 12 17 13 diff --git a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt index 01e61026258..9f57ad21f88 100644 --- a/compiler/testData/lineNumber/custom/functionCallWithDefault.kt +++ b/compiler/testData/lineNumber/custom/functionCallWithDefault.kt @@ -9,4 +9,4 @@ fun foo(i: Int = 1) { inline fun bar(i: Int = 1) { } -// 2 3 4 7 6 10 9 +// 2 3 9 4 7 6 10 9 10 diff --git a/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt b/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt index ddf5913f7be..95cad2a2f6c 100644 --- a/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt +++ b/compiler/testData/lineNumber/custom/functionCallWithInlinedLambdaParam.kt @@ -13,4 +13,4 @@ inline fun foo(f: () -> Unit) { f() } -// 2 3 6 7 9 12 13 14 +// 2 12 3 6 12 7 9 12 13 14 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out index ab604f69190..66e28ac77f7 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out @@ -1,6 +1,8 @@ LineBreakpoint created at stepIntoFromInlineFun.kt:13 !JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoFromInlineFun.StepIntoFromInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' +stepIntoFromInlineFun.kt:13 +stepIntoFromInlineFun.kt:7 Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Process finished with exit code 0 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out index dafec770b60..4a6ab6e8ef6 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out @@ -2,8 +2,8 @@ LineBreakpoint created at stepIntoInlineFun.kt:8 !JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoInlineFun.StepIntoInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoInlineFun.kt:8 +stepIntoInlineFun.kt:13 stepIntoInlineFun.kt:8 -stepIntoInlineFun.kt:9 Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Process finished with exit code 0 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out index 9fb47428536..993cb3d5e01 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out @@ -2,7 +2,7 @@ LineBreakpoint created at stepIntoStdLibInlineFun.kt:6 !JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdLibInlineFun.StepIntoStdLibInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdLibInlineFun.kt:6 -ArrayList.!EXT! +_Mapping.!EXT! resuming stepIntoStdLibInlineFun.kt:5 Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'