Home
last modified time | relevance | path

Searched +full:test +full:- +full:exclude (Results 1 – 25 of 1176) sorted by relevance

12345678910>>...48

/aosp_15_r20/packages/modules/AdServices/adservices/
DTEST_MAPPING1 // Ths mapping file defines configurations for various test groups including pre-submit and
5 // This group is used to configure the tests for AdServices pre-submit testing. Only add tests to
10 "adservices-mainline-presubmit": [
15 "exclude-annotation": "androidx.test.filters.FlakyTest"
23 "exclude-annotation": "androidx.test.filters.FlakyTest"
31 "exclude-annotation": "androidx.test.filters.FlakyTest"
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
47 "exclude-annotation": "androidx.test.filters.FlakyTest"
55 "exclude-annotation": "androidx.test.filters.FlakyTest"
63 "exclude-annotation": "androidx.test.filters.FlakyTest"
[all …]
/aosp_15_r20/test/mts/tools/mts-tradefed/res/config/
H A Dmts-exclude.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2019 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
16 <configuration description="This test plan excludes non-mainline related tests">
17 <option name="plan" value="mts-exclude" />
19 <!-- b/156732610, b/156731539, b/156729972, b/156729967 Flaky test for media-->
20 …<option name="compatibility:exclude-filter" value="MctsMediaPlayerTestCases MediaPlayerTest.testSe…
21 …<option name="compatibility:exclude-filter" value="MctsMediaMiscTestCases MediaSessionManagerTest.…
22 …<option name="compatibility:exclude-filter" value="MctsMediaMiscTestCases MediaSessionManagerTest.…
[all …]
/aosp_15_r20/packages/modules/Connectivity/
DTEST_MAPPING2 "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
7 "exclude-annotation": "com.android.testutils.SkipPresubmit"
10 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
13 "exclude-annotation": "androidx.test.filters.RequiresDevice"
21 "exclude-annotation": "com.android.testutils.SkipPresubmit"
24 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
27 "exclude-annotation": "androidx.test.filters.RequiresDevice"
35 "exclude-annotation": "com.android.testutils.SkipPresubmit"
38 "exclude-annotation": "com.android.testutils.SkipMainlinePresubmit"
41 "exclude-annotation": "androidx.test.filters.RequiresDevice"
[all …]
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DTEST_MAPPING64 "include-annotation":"android.platform.test.annotations.Presubmit"
67 "exclude-annotation":"androidx.test.filters.LargeTest"
70 "exclude-annotation":"androidx.test.filters.FlakyTest"
81 "include-annotation":"android.platform.test.annotations.Presubmit"
84 "exclude-annotation":"androidx.test.filters.LargeTest"
87 "exclude-annotation":"androidx.test.filters.FlakyTest"
95 "include-filter":"android.incrementalinstall.cts.IncrementalFeatureTest"
103 "include-annotation":"android.platform.test.annotations.Presubmit"
106 "exclude-annotation":"android.platform.test.annotations.Postsubmit"
109 "exclude-annotation":"androidx.test.filters.FlakyTest"
[all …]
/aosp_15_r20/packages/providers/MediaProvider/
DTEST_MAPPING2 "mainline-presubmit": [
8 "exclude-annotation": "com.android.providers.media.library.RunOnlyOnPostsubmit"
11 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 "exclude-annotation": "androidx.test.filters.FlakyTest"
27 "exclude-annotation": "androidx.test.filters.FlakyTest"
35 "exclude-annotation": "androidx.test.filters.FlakyTest"
43 "exclude-annotation": "androidx.test.filters.FlakyTest"
51 "exclude-annotation": "androidx.test.filters.FlakyTest"
59 "exclude-annotation": "androidx.test.filters.FlakyTest"
67 "exclude-annotation": "androidx.test.filters.FlakyTest"
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/
Dcargo2android_toplevel.bp.fragment4 cmd: "$(location :pdlc) --output-format rust $(in) > $(out)",
19 cmd: "$(location :pdlc) --output-format rust_legacy $(in) > $(out)",
33 cmd: "$(location :pdlc) --output-format rust_no_alloc $(in) > $(out)",
84 test_suites: ["general-tests"],
108 test_suites: ["general-tests"],
127 cmd: "sed -e 's/little_endian_packets/big_endian_packets/' " +
128 " -e '/Start: little_endian_only/,/End: little_endian_only/d' " +
142 " --output-format rust" +
143 " --exclude-declaration UnsizedCustomField" +
144 " --exclude-declaration Packet_Custom_Field_VariableSize" +
[all …]
DAndroid.bp5 default_applicable_licenses: ["external_rust_crates_pdl-compiler_license"],
10 name: "external_rust_crates_pdl-compiler_license",
12 license_kinds: ["SPDX-license-identifier-Apache-2.0"],
76 cmd: "$(location :pdlc) --output-format rust $(in) > $(out)",
91 cmd: "$(location :pdlc) --output-format rust_legacy $(in) > $(out)",
105 cmd: "$(location :pdlc) --output-format rust_no_alloc $(in) > $(out)",
156 test_suites: ["general-tests"],
180 test_suites: ["general-tests"],
199 cmd: "sed -e 's/little_endian_packets/big_endian_packets/' " +
200 " -e '/Start: little_endian_only/,/End: little_endian_only/d' " +
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/java/lite/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
6 <artifactId>protobuf-parent</artifactId>
10 <artifactId>protobuf-javalite</artifactId>
23 <scope>test</scope>
27 <artifactId>mockito-core</artifactId>
28 <scope>test</scope>
33 <scope>test</scope>
38 <scope>test</scope>
43 <!-- Include core protos in the bundle as resources -->
[all …]
/aosp_15_r20/external/protobuf/java/lite/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
6 <artifactId>protobuf-parent</artifactId>
10 <artifactId>protobuf-javalite</artifactId>
23 <scope>test</scope>
27 <artifactId>mockito-core</artifactId>
28 <scope>test</scope>
33 <scope>test</scope>
38 <scope>test</scope>
43 <!-- Include core protos in the bundle as resources -->
[all …]
/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Datest_command_verification_tests.py9 # http://www.apache.org/licenses/LICENSE-2.0
17 """A collection of integration test cases for atest."""
29 """Verify that the test's command runs correctly."""
32 'atest_tradefed.sh template/atest_device_test_base --template:map'
33 ' test=atest --template:map log_saver=template/log/atest_log_saver'
34 ' --no-enable-granular-attempts --module CtsAnimationTestCases'
35 ' --atest-include-filter'
37 ' --skip-loading-config-jar --log-level-display VERBOSE --log-level'
38 ' VERBOSE --no-early-device-release --test-arg'
39 …' com.android.tradefed.testtype.AndroidJUnitTest:exclude-annotation:android.platform.test.annotati…
[all …]
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DTEST_MAPPING24 "exclude-annotation": "androidx.test.filters.LargeTest"
39 "exclude-annotation": "androidx.test.filters.FlakyTest"
56 "include-filter": "com.google.android.content.gts"
65 "include-filter": "com.google.android.security.gts.PackageVerifierTest"
73 "include-annotation": "android.platform.test.annotations.Presubmit"
82 "include-filter": "com.android.server.pm.test.OverlayActorVisibilityTest"
90 "include-filter": "android.uidmigration.cts"
99 "include-filter": "android.appsecurity.cts.EphemeralTest#testGetSearchableInfo"
112 "exclude-annotation":"androidx.test.filters.FlakyTest"
115 "exclude-annotation":"org.junit.Ignore"
[all …]
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/thoughtworks/xstream/xstream/1.4.8/
H A Dxstream-1.4.8.pom1 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
2 <!--
12 -->
16 <artifactId>xstream-parent</artifactId>
42 <groupId>joda-time</groupId>
43 <artifactId>joda-time</artifactId>
55 <artifactId>wstx-asl</artifactId>
61 <artifactId>stax-api</artifactId>
78 <artifactId>kxml2-min</artifactId>
95 <artifactId>cglib-nodep</artifactId>
[all …]
/aosp_15_r20/frameworks/base/packages/PackageInstaller/
H A DTEST_MAPPING7 "exclude-annotation":"androidx.test.filters.FlakyTest"
10 "exclude-annotation":"org.junit.Ignore"
18 "exclude-annotation":"androidx.test.filters.FlakyTest"
21 "exclude-annotation":"org.junit.Ignore"
29 "exclude-annotation":"androidx.test.filters.FlakyTest"
32 "exclude-annotation":"org.junit.Ignore"
40 "exclude-annotation":"androidx.test.filters.FlakyTest"
43 "exclude-annotation":"org.junit.Ignore"
51 "exclude-annotation":"androidx.test.filters.FlakyTest"
54 "exclude-annotation":"org.junit.Ignore"
[all …]
/aosp_15_r20/packages/modules/Permission/PermissionController/
DTEST_MAPPING10 "exclude-annotation": "androidx.test.filters.FlakyTest"
19 "exclude-annotation": "androidx.test.filters.FlakyTest"
24 "presubmit-large": [
29 "exclude-annotation": "androidx.test.filters.FlakyTest"
34 "mainline-presubmit": [
40 …"exclude-filter": "android.app.role.cts.RoleManagerTest#openDefaultAppListThenIsNotDefaultAppInLis…
43 …"exclude-filter": "android.app.role.cts.RoleManagerTest#removeSmsRoleHolderThenPermissionIsRevoked"
46 "exclude-annotation": "androidx.test.filters.FlakyTest"
55 … "include-filter": "com.android.permissioncontroller.tests.mocking.role.model.RoleParserTest"
58 "exclude-annotation": "androidx.test.filters.FlakyTest"
[all …]
/aosp_15_r20/cts/tests/tests/packageinstaller/
H A DTEST_MAPPING22 "exclude-annotation":"androidx.test.filters.FlakyTest"
25 "exclude-annotation":"org.junit.Ignore"
33 "exclude-annotation":"androidx.test.filters.FlakyTest"
36 "exclude-annotation":"org.junit.Ignore"
44 "exclude-annotation":"androidx.test.filters.FlakyTest"
47 "exclude-annotation":"org.junit.Ignore"
55 "exclude-annotation":"androidx.test.filters.FlakyTest"
58 "exclude-annotation":"org.junit.Ignore"
66 "exclude-annotation":"androidx.test.filters.FlakyTest"
69 "exclude-annotation":"org.junit.Ignore"
[all …]
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestInfo.java8 * http://www.apache.org/licenses/LICENSE-2.0
30 /** Stores the test information set in a TEST_MAPPING file. */
32 private static final String OPTION_INCLUDE_ANNOTATION = "include-annotation";
33 private static final String OPTION_EXCLUDE_ANNOTATION = "exclude-annotation";
37 // A Set of locations with TEST_MAPPING files that containing the test.
41 // True if the test should run on host and require no device.
43 // A Set of keywords to be matched when filtering tests to run in a Test Mapping suite.
91 * Get a {@link String} represent the test name and its host setting. This allows TestInfos to
95 return String.format("%s - %s", mName, mHostOnly); in getNameAndHostOnly()
98 /** Get a {@link String} represent the test name and its options. */
[all …]
/aosp_15_r20/external/apache-commons-bcel/
H A Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
11 * http://www.apache.org/licenses/LICENSE-2.0
19 -->
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
29 <artifactId>commons-parent</artifactId>
40 <url>http://commons.apache.org/proper/commons-bcel</url>
44 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/tests/
Drun_cxx_generator_tests.sh3 set -euxo pipefail
5 mkdir -p out/
8 # move to `pdl-compiler` directory
9 cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." &> /dev/null
11 sed -e 's/little_endian_packets/big_endian_packets/' \
12 -e '/Start: little_endian_only/,/End: little_endian_only/d' \
19 --input "$OUT_DIR"/le_test_file.json \
20 --output "$OUT_DIR"/le_backend.h \
21 --exclude-declaration Packet_Custom_Field_ConstantSize \
22 --exclude-declaration Packet_Custom_Field_VariableSize \
[all …]
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-api-aarch64.cc31 #include "test-runner.h"
32 #include "test-utils.h"
33 #include "aarch64/test-utils-aarch64.h"
35 #include "aarch64/macro-assembler-aarch64.h"
36 #include "aarch64/registers-aarch64.h"
37 #include "aarch64/simulator-aarch64.h"
40 #define TEST(name) TEST_(AARCH64_API_##name) macro
48 TEST(count_leading_sign_bits) { in TEST() function
56 int leading_sign_bits = width - non_sign_bits - 1; in TEST()
75 Helper::Check(-1, 0); // 0b---- in TEST()
[all …]
/aosp_15_r20/cts/tools/utils/
H A DbuildCts.py9 # http://www.apache.org/licenses/LICENSE-2.0
17 """Module for generating CTS test descriptions and test plans."""
42 """Reads a file, converts test names from deqp to CTS format, and returns
71 """Main class for generating test descriptions and test plans."""
95 """Generate test descriptions for all packages."""
98 # generate test descriptions for android tests
105 print 'Generating test plan %s' % plan_name
109 """Generate default test plans."""
110 # TODO: Instead of hard-coding the plans here, use a configuration file,
121 plan.Exclude('android\.car')
[all …]
/aosp_15_r20/cts/tools/cts-tradefed/res/config/
H A Dcts-on-aosp-exclude.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2019 The Android Open Source Project
8 http://www.apache.org/licenses/LICENSE-2.0
15 -->
17 <!--
18 Please remember to update cts-on-aosp-include.xml when
20 -->
22 <configuration description="Excluded tests from cts-on-aosp">
23 <!-- Tell all AndroidJUnitTests to exclude certain annotations -->
24 …ion name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:exclude-an…
[all …]
/aosp_15_r20/external/deqp/external/openglcts/scripts/
H A Dbuild_mustpass.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
12 # http://www.apache.org/licenses/LICENSE-2.0
20 #-------------------------------------------------------------------------
27 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
38 /* Copyright (C) 2016-2017 The Khronos Group Inc
44 * http://www.apache.org/licenses/LICENSE-2.0
55 #-------------------------------------------------- ES MUSTPASS------------------------------------…
89 EGL_MODULE = getModuleByName("dEQP-EGL")
90 ES2CTS_MODULE = getModuleByName("dEQP-GLES2")
[all …]
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/compose/
H A DTEST_MAPPING7 "exclude-annotation": "org.junit.Ignore"
10 "exclude-annotation": "androidx.test.filters.FlakyTest"
18 "exclude-annotation": "org.junit.Ignore"
21 "exclude-annotation": "androidx.test.filters.FlakyTest"
29 "exclude-annotation": "org.junit.Ignore"
32 "exclude-annotation": "androidx.test.filters.FlakyTest"
40 "exclude-annotation": "org.junit.Ignore"
43 "exclude-annotation": "androidx.test.filters.FlakyTest"
51 "exclude-annotation": "org.junit.Ignore"
54 "exclude-annotation": "androidx.test.filters.FlakyTest"
[all …]
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioMixingRuleTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
43 import android.platform.test.annotations.Presubmit;
45 import androidx.test.ext.junit.runners.AndroidJUnit4;
52 import org.junit.Test;
71 @Test
88 @Test
91 () -> new AudioMixingRule.Builder() in testConstructRuleWithConflictingCriteriaFails()
99 @Test
116 @Test
119 () -> new AudioMixingRule.Builder() in failsWhenAddAttributeRuleCalledWithInvalidType()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/
H A Dpom.xml2 <!--
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22 <artifactId>aws-sdk-java-pom</artifactId>
27 for building software on AWS' cost-effective, scalable, and reliable
53 <module>aws-sdk-java</module>
56 <module>services-custom</module>
58 <module>bom-internal</module>
60 <module>http-client-spi</module>
[all …]

12345678910>>...48