Skip to content

Commit

Permalink
Remove outdated value types issue comment (#628)
Browse files Browse the repository at this point in the history
Signed-off-by: Theresa Mammarella <Theresa.T.Mammarella@ibm.com>
  • Loading branch information
theresa-m authored Oct 16, 2024
1 parent 582abb0 commit 74da2fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ OPENDJK_METHODHANDLES_ENABLED?=$(shell $(JAVA_COMMAND) -XshowSettings:properties
ifneq (,$(findstring true,$(OPENDJK_METHODHANDLES_ENABLED)))
export EXCLUDE_FILE:=$(EXCLUDE_FILE),$(TEST_ROOT)$(D)TestConfig$(D)resources$(D)excludes$(D)feature_ojdkmh_exclude.txt
endif
# Issue to track excluded tests in x86-64_linux_vt_standard build: https://github.com/eclipse-openj9/openj9/issues/12878
VALUE_TYPE_STANDARD_BUILD?=$(shell $(JAVA_COMMAND) -version 2>&1 | grep 'vtstandard')
ifneq (,$(findstring vtstandard,$(VALUE_TYPE_STANDARD_BUILD)))
export EXCLUDE_FILE:=$(EXCLUDE_FILE),$(TEST_ROOT)$(D)TestConfig$(D)resources$(D)excludes$(D)feature_vtstandard_exclude.txt
Expand Down

0 comments on commit 74da2fd

Please sign in to comment.