Skip to content

Commit f482d30

Browse files
author
Ekaterina Pavlova
committed
8231145: [Graal] org.graalvm.compiler.debug.test.DebugContextTest fails because DebugContextTest.testLogging.input is not available
Reviewed-by: erikj, iveresov, ihse
1 parent a88d084 commit f482d30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

make/test/JtregGraalUnit.gmk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ ifeq ($(INCLUDE_GRAAL), true)
115115
BIN := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests, \
116116
CLASSPATH := $(TEST_COMPILE_CP), \
117117
ADD_JAVAC_FLAGS := $(TEST_JAVAC_FLAGS), \
118+
COPY := .input, \
118119
))
119120

120121
TARGETS_BUILD += $(BUILD_VM_COMPILER_TESTS)
@@ -142,6 +143,7 @@ ifeq ($(INCLUDE_GRAAL), true)
142143
$(eval $(call SetupJarArchive, BUILD_VM_COMPILER_TESTS_JAR, \
143144
DEPENDENCIES := $(BUILD_VM_COMPILER_TESTS) $(BUILD_VM_COMPILER_TESTS_SET2), \
144145
SRCS := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests, \
146+
SUFFIXES:=.class .input, \
145147
JAR := $(COMPILE_OUTPUTDIR)/jdk.vm.compiler.tests.jar, \
146148
))
147149

test/hotspot/jtreg/ProblemList-graal.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ org.graalvm.compiler.core.test.CheckGraalInvariants
242242
org.graalvm.compiler.core.test.OptionsVerifierTest 8205081
243243
org.graalvm.compiler.hotspot.test.CompilationWrapperTest 8205081
244244
org.graalvm.compiler.replacements.test.classfile.ClassfileBytecodeProviderTest 8205081
245-
org.graalvm.compiler.debug.test.DebugContextTest 8205081
246245

247246
org.graalvm.compiler.core.test.deopt.CompiledMethodTest 8202955
248247

0 commit comments

Comments
 (0)