Lines Matching +full:test +full:- +full:license
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
17 default_applicable_licenses: ["external_apache-harmony_license"],
20 // Added automatically by a large-scale-change
21 // See: http://go/android-license-faq
22 license {
23 name: "external_apache-harmony_license",
26 "SPDX-license-identifier-Apache-2.0",
34 name: "apache-harmony-tests",
42 "beans/src/test/java/**/*.java",
43 "logging/src/test/java/**/*.java",
44 "luni/src/test/java/**/*.java",
45 "sql/src/test/java/**/*.java",
46 "support/src/test/java/**/*.java",
48 "beans/src/test/support/java/**/*.java",
49 "logging/src/test/support/java/**/*.java",
50 "luni/src/test/support/java/**/*.java",
51 "sql/src/test/support/java/**/*.java",
52 "support/src/test/support/java/**/*.java",
54 "luni/src/test/api/common/**/*.java",
55 "luni/src/test/api/unix/**/*.java",
56 "luni/src/test/impl/common/**/*.java",
57 "luni/src/test/impl/unix/**/*.java",
60 "beans/src/test/resources",
61 "logging/src/test/resources",
62 "sql/src/test/resources",
63 "support/src/test/resources",
66 system_modules: "core-all-system-modules",
71 "core-tests-support",
73 javacflags: ["-Xmaxwarns 9999999"],
80 "-Xep:MissingOverride:OFF",
81 "-Xep:DoNotCall:OFF",
82 "-Xep:TryFailThrowable:OFF",
83 "-Xep:ReturnValueIgnored:OFF",