From bd02cfd96f80abd1559ea3531a21c28c1f670f5d Mon Sep 17 00:00:00 2001 From: Aleksey Shipilev Date: Fri, 20 Oct 2023 07:32:16 +0000 Subject: [PATCH] 8318540: make test cannot run .jasm tests directly Reviewed-by: lmesnik, erikj --- make/RunTests.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/RunTests.gmk b/make/RunTests.gmk index d328afce5f7..b82d2b2b601 100644 --- a/make/RunTests.gmk +++ b/make/RunTests.gmk @@ -357,7 +357,7 @@ ExpandJtregPath = \ # with test id: dir/Test.java#selection -> Test.java#selection -> .java#selection -> #selection # without: dir/Test.java -> Test.java -> .java -> <> TestID = \ - $(subst .sh,,$(subst .html,,$(subst .java,,$(suffix $(notdir $1))))) + $(subst .jasm,,$(subst .sh,,$(subst .html,,$(subst .java,,$(suffix $(notdir $1)))))) # The test id starting with a hash (#testid) will be stripped by all # evals in ParseJtregTestSelectionInner and will be reinserted by calling