# HG changeset patch # User iignatyev # Date 1576610891 28800 # Tue Dec 17 11:28:11 2019 -0800 # Node ID 7f53ee7c53202da1d2c8bf9965b59ae7235b7424 # Parent a2b03207a7f98c5bfd6142b4422c234059df3a4f 8236111: narrow allowSmartActionArgs disabling Reviewed-by: diff --git a/test/hotspot/jtreg/TEST.ROOT b/test/hotspot/jtreg/TEST.ROOT --- a/test/hotspot/jtreg/TEST.ROOT +++ b/test/hotspot/jtreg/TEST.ROOT @@ -82,6 +82,3 @@ # Use --patch-module instead of -Xmodule: useNewPatchModule=true - -# disabled till JDK-8219140 is fixed -allowSmartActionArgs=false diff --git a/test/hotspot/jtreg/runtime/records/TEST.properties b/test/hotspot/jtreg/runtime/records/TEST.properties deleted file mode 100644 --- a/test/hotspot/jtreg/runtime/records/TEST.properties +++ /dev/null @@ -1,1 +0,0 @@ -allowSmartActionArgs=true diff --git a/test/hotspot/jtreg/vmTestbase/TEST.properties b/test/hotspot/jtreg/vmTestbase/TEST.properties new file mode 100644 --- /dev/null +++ b/test/hotspot/jtreg/vmTestbase/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219140 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/TEST.ROOT b/test/jdk/TEST.ROOT --- a/test/jdk/TEST.ROOT +++ b/test/jdk/TEST.ROOT @@ -70,6 +70,3 @@ # Use --patch-module instead of -Xmodule: useNewPatchModule=true - -# disabled till JDK-8219408 is fixed -allowSmartActionArgs=false diff --git a/test/jdk/com/sun/security/auth/login/ConfigFile/TEST.properties b/test/jdk/com/sun/security/auth/login/ConfigFile/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/com/sun/security/auth/login/ConfigFile/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/java/io/Serializable/records/TEST.properties b/test/jdk/java/io/Serializable/records/TEST.properties deleted file mode 100644 --- a/test/jdk/java/io/Serializable/records/TEST.properties +++ /dev/null @@ -1,1 +0,0 @@ -allowSmartActionArgs=true diff --git a/test/jdk/java/io/Serializable/serialFilter/TEST.properties b/test/jdk/java/io/Serializable/serialFilter/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/java/io/Serializable/serialFilter/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/java/lang/ModuleTests/TEST.properties b/test/jdk/java/lang/ModuleTests/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/java/lang/ModuleTests/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/java/lang/instrument/TEST.properties b/test/jdk/java/lang/instrument/TEST.properties deleted file mode 100644 --- a/test/jdk/java/lang/instrument/TEST.properties +++ /dev/null @@ -1,1 +0,0 @@ -allowSmartActionArgs=true diff --git a/test/jdk/java/lang/invoke/TEST.properties b/test/jdk/java/lang/invoke/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/java/lang/invoke/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/java/lang/reflect/records/TEST.properties b/test/jdk/java/lang/reflect/records/TEST.properties deleted file mode 100644 --- a/test/jdk/java/lang/reflect/records/TEST.properties +++ /dev/null @@ -1,1 +0,0 @@ -allowSmartActionArgs=true diff --git a/test/jdk/java/lang/runtime/TEST.properties b/test/jdk/java/lang/runtime/TEST.properties deleted file mode 100644 --- a/test/jdk/java/lang/runtime/TEST.properties +++ /dev/null @@ -1,1 +0,0 @@ -allowSmartActionArgs=true diff --git a/test/jdk/java/rmi/registry/serialFilter/TEST.properties b/test/jdk/java/rmi/registry/serialFilter/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/java/rmi/registry/serialFilter/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/java/security/Security/SecurityPropFile/TEST.properties b/test/jdk/java/security/Security/SecurityPropFile/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/java/security/Security/SecurityPropFile/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/javax/management/security/TEST.properties b/test/jdk/javax/management/security/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/javax/management/security/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/javax/security/auth/login/TEST.properties b/test/jdk/javax/security/auth/login/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/javax/security/auth/login/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false diff --git a/test/jdk/sun/security/util/Resources/TEST.properties b/test/jdk/sun/security/util/Resources/TEST.properties new file mode 100644 --- /dev/null +++ b/test/jdk/sun/security/util/Resources/TEST.properties @@ -0,0 +1,2 @@ +# disabled till JDK-8219408 is fixed +allowSmartActionArgs=false