File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -845,6 +845,12 @@ define SetupRunJtregTestBody
845
845
endif
846
846
endif
847
847
848
+ ifeq ($$(JTREG_RUN_PROBLEM_LISTS), true)
849
+ JTREG_PROBLEM_LIST_PREFIX := -match:
850
+ else
851
+ JTREG_PROBLEM_LIST_PREFIX := -exclude:
852
+ endif
853
+
848
854
ifneq ($$(JTREG_TEST_THREAD_FACTORY), )
849
855
$1_JTREG_BASIC_OPTIONS += -testThreadFactoryPath:$$(JTREG_TEST_THREAD_FACTORY_JAR)
850
856
$1_JTREG_BASIC_OPTIONS += -testThreadFactory:$$(JTREG_TEST_THREAD_FACTORY)
@@ -906,12 +912,6 @@ define SetupRunJtregTestBody
906
912
$1_JTREG_BASIC_OPTIONS += -nativepath:$$($1_JTREG_NATIVEPATH)
907
913
endif
908
914
909
- ifeq ($$(JTREG_RUN_PROBLEM_LISTS), true)
910
- JTREG_PROBLEM_LIST_PREFIX := -match:
911
- else
912
- JTREG_PROBLEM_LIST_PREFIX := -exclude:
913
- endif
914
-
915
915
ifneq ($$($1_JTREG_PROBLEM_LIST), )
916
916
$1_JTREG_BASIC_OPTIONS += $$(addprefix $$(JTREG_PROBLEM_LIST_PREFIX), $$($1_JTREG_PROBLEM_LIST))
917
917
endif
You can’t perform that action at this time.
0 commit comments