From 9814726f9d5e687f1b26a5d94ec8a2b2677c3bf9 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Sun, 13 Oct 2013 16:02:20 +0400 Subject: [PATCH] JDI-based tests run, many fail --- .../{Test.xml => Reflection_Test.xml} | 2 +- annotations/jdi/com/sun/jdi/annotations.xml | 30 +++++ .../jdi/com/sun/jdi/connect/annotations.xml | 5 + .../jdi/com/sun/jdi/event/annotations.xml | 8 ++ .../jdi/com/sun/jdi/request/annotations.xml | 8 ++ annotations/jdi/java/lang/annotations.xml | 8 ++ .../jetbrains/eval4j/jdi/test/Debugee.java | 9 ++ test/org/jetbrains/eval4j/jdi/test/jdiTest.kt | 117 ++++++++++++++++++ 8 files changed, 186 insertions(+), 1 deletion(-) rename .idea/runConfigurations/{Test.xml => Reflection_Test.xml} (93%) create mode 100644 annotations/jdi/com/sun/jdi/connect/annotations.xml create mode 100644 annotations/jdi/com/sun/jdi/event/annotations.xml create mode 100644 annotations/jdi/com/sun/jdi/request/annotations.xml create mode 100644 annotations/jdi/java/lang/annotations.xml create mode 100644 test/org/jetbrains/eval4j/jdi/test/Debugee.java create mode 100644 test/org/jetbrains/eval4j/jdi/test/jdiTest.kt diff --git a/.idea/runConfigurations/Test.xml b/.idea/runConfigurations/Reflection_Test.xml similarity index 93% rename from .idea/runConfigurations/Test.xml rename to .idea/runConfigurations/Reflection_Test.xml index 62cf139b6e9..71cd9c632f9 100644 --- a/.idea/runConfigurations/Test.xml +++ b/.idea/runConfigurations/Reflection_Test.xml @@ -1,5 +1,5 @@ - +