8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available
authorepavlova
Wed, 18 Sep 2019 10:58:21 -0700
changeset 58214 8c44ac2a908e
parent 58210 377f47ccc20b
child 58216 f43c809a27bd
8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available Reviewed-by: erikj, iveresov, ihse
make/test/JtregGraalUnit.gmk
test/hotspot/jtreg/ProblemList-graal.txt
--- a/make/test/JtregGraalUnit.gmk	Wed Sep 18 15:13:37 2019 +0200
+++ b/make/test/JtregGraalUnit.gmk	Wed Sep 18 10:58:21 2019 -0700
@@ -115,6 +115,7 @@
           BIN := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests, \
           CLASSPATH := $(TEST_COMPILE_CP), \
           ADD_JAVAC_FLAGS := $(TEST_JAVAC_FLAGS), \
+          COPY := .input, \
       ))
 
       TARGETS_BUILD += $(BUILD_VM_COMPILER_TESTS)
@@ -142,6 +143,7 @@
       $(eval $(call SetupJarArchive, BUILD_VM_COMPILER_TESTS_JAR, \
           DEPENDENCIES := $(BUILD_VM_COMPILER_TESTS) $(BUILD_VM_COMPILER_TESTS_SET2), \
           SRCS := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests, \
+          SUFFIXES:=.class .input, \
           JAR := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests.jar, \
       ))
 
--- a/test/hotspot/jtreg/ProblemList-graal.txt	Wed Sep 18 15:13:37 2019 +0200
+++ b/test/hotspot/jtreg/ProblemList-graal.txt	Wed Sep 18 10:58:21 2019 -0700
@@ -242,7 +242,6 @@
 org.graalvm.compiler.core.test.OptionsVerifierTest                               8205081
 org.graalvm.compiler.hotspot.test.CompilationWrapperTest                         8205081
 org.graalvm.compiler.replacements.test.classfile.ClassfileBytecodeProviderTest   8205081
-org.graalvm.compiler.debug.test.DebugContextTest                                 8205081
 
 org.graalvm.compiler.core.test.deopt.CompiledMethodTest          8202955