summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2024-04-18 15:20:22 +0100
committerMartin Stjernholm <mast@google.com>2024-04-24 18:27:49 +0000
commitbbbce5249dda9b7a3b676f84d246bb3b36bd5241 (patch)
tree9d60d6080a96fd352861a7cdae6b1258796e25d3
parent0aa525e181936a451e5fe1c171c626cdba34780d (diff)
downloadcts-bbbce5249dda9b7a3b676f84d246bb3b36bd5241.tar.gz
Set test ownerships for ART and subteams.
Test: presubmits Bug: 333696887 Flag: TEST_ONLY Change-Id: Iae30e0b3028c18520617cd8cec50ddf3b085a33d
-rw-r--r--hostsidetests/art/Android.bp1
-rw-r--r--hostsidetests/classloaders/Android.bp17
-rw-r--r--hostsidetests/dexmetadata/Android.bp17
-rw-r--r--hostsidetests/jdwpsecurity/Android.bp1
-rw-r--r--hostsidetests/jdwptunnel/Android.bp1
-rw-r--r--hostsidetests/jvmti/Android.bp17
-rw-r--r--tests/jdwp/Android.bp1
-rw-r--r--tests/libcore/Android.bp17
-rw-r--r--tests/tests/jni/Android.bp3
-rw-r--r--tests/tests/jvmti/Android.bp17
-rw-r--r--tests/tests/libnativehelper/Android.bp1
-rw-r--r--tools/vm-tests-tf/Android.bp1
12 files changed, 94 insertions, 0 deletions
diff --git a/hostsidetests/art/Android.bp b/hostsidetests/art/Android.bp
index 155990d2e21..ef70a2790eb 100644
--- a/hostsidetests/art/Android.bp
+++ b/hostsidetests/art/Android.bp
@@ -16,6 +16,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_performance",
}
java_test_host {
diff --git a/hostsidetests/classloaders/Android.bp b/hostsidetests/classloaders/Android.bp
new file mode 100644
index 00000000000..190d39a502c
--- /dev/null
+++ b/hostsidetests/classloaders/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_team: "trendy_team_art_mainline",
+}
diff --git a/hostsidetests/dexmetadata/Android.bp b/hostsidetests/dexmetadata/Android.bp
new file mode 100644
index 00000000000..190d39a502c
--- /dev/null
+++ b/hostsidetests/dexmetadata/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_team: "trendy_team_art_mainline",
+}
diff --git a/hostsidetests/jdwpsecurity/Android.bp b/hostsidetests/jdwpsecurity/Android.bp
index 1575dbea170..54e5c64929e 100644
--- a/hostsidetests/jdwpsecurity/Android.bp
+++ b/hostsidetests/jdwpsecurity/Android.bp
@@ -14,6 +14,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_performance",
}
java_test_host {
diff --git a/hostsidetests/jdwptunnel/Android.bp b/hostsidetests/jdwptunnel/Android.bp
index b32d2ffda00..46d9707fe28 100644
--- a/hostsidetests/jdwptunnel/Android.bp
+++ b/hostsidetests/jdwptunnel/Android.bp
@@ -14,6 +14,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_performance",
}
java_test_host {
diff --git a/hostsidetests/jvmti/Android.bp b/hostsidetests/jvmti/Android.bp
new file mode 100644
index 00000000000..8faed40643d
--- /dev/null
+++ b/hostsidetests/jvmti/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_team: "trendy_team_art_performance",
+}
diff --git a/tests/jdwp/Android.bp b/tests/jdwp/Android.bp
index dc2db5733ba..899b40b9eb9 100644
--- a/tests/jdwp/Android.bp
+++ b/tests/jdwp/Android.bp
@@ -14,6 +14,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_performance",
}
java_test {
diff --git a/tests/libcore/Android.bp b/tests/libcore/Android.bp
new file mode 100644
index 00000000000..28e5d720ccc
--- /dev/null
+++ b/tests/libcore/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_team: "trendy_team_java_core_libraries",
+}
diff --git a/tests/tests/jni/Android.bp b/tests/tests/jni/Android.bp
index 5aa391f2d4e..8055b1e5294 100644
--- a/tests/tests/jni/Android.bp
+++ b/tests/tests/jni/Android.bp
@@ -14,6 +14,9 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ // Team assignment based on libnativeloader and linker namespace ownership.
+ // Other JNI issues are owned by trendy_team_art_performance.
+ default_team: "trendy_team_art_mainline",
}
android_test {
diff --git a/tests/tests/jvmti/Android.bp b/tests/tests/jvmti/Android.bp
new file mode 100644
index 00000000000..8faed40643d
--- /dev/null
+++ b/tests/tests/jvmti/Android.bp
@@ -0,0 +1,17 @@
+// Copyright (C) 2024 The Android Open Source Project
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package {
+ default_team: "trendy_team_art_performance",
+}
diff --git a/tests/tests/libnativehelper/Android.bp b/tests/tests/libnativehelper/Android.bp
index 9705db0cfb0..1761035744e 100644
--- a/tests/tests/libnativehelper/Android.bp
+++ b/tests/tests/libnativehelper/Android.bp
@@ -14,6 +14,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_mainline",
}
android_test {
diff --git a/tools/vm-tests-tf/Android.bp b/tools/vm-tests-tf/Android.bp
index 15428fb6b0c..da8c93baa8c 100644
--- a/tools/vm-tests-tf/Android.bp
+++ b/tools/vm-tests-tf/Android.bp
@@ -14,6 +14,7 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
+ default_team: "trendy_team_art_mainline",
}
java_library {