/cts/ |
D | PREUPLOAD.cfg | 8 tests/tests/binder_ndk 9 tests/tests/view/jni 27 tests/app/ 28 tests/autofillservice/ 29 tests/contentcaptureservice/ 30 tests/devicepolicy/ 31 tests/inputmethod/ 32 tests/tests/animation/ 33 tests/tests/carrierapi/ 34 tests/tests/content/ [all …]
|
D | run_unit_tests.sh | 70 ${CTS_DIR}/../test/suite_harness/common/host-side/tradefed/tests/run_tests.sh 71 ${CTS_DIR}/../test/suite_harness/common/host-side/manifest-generator/tests/run_tests.sh 72 ${CTS_DIR}/../test/suite_harness/common/host-side/util/tests/run_tests.sh 73 ${CTS_DIR}/../test/suite_harness/common/util/tests/run_tests.sh 75 ${CTS_DIR}/../test/suite_harness/tools/cts-tradefed/tests/run_tests.sh
|
/cts/tests/jdwp/runner/host-side/resources/expectations/ |
D | jdwp-known-failures.txt | 8 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowDebuggerLaunchTest#testDebuggerLaunch0… 9 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowDebuggerLaunchTest#testDebuggerLaunch0… 10 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowDebuggerLaunchTest#testDebuggerLaunch0… 11 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowDebuggerLaunchTest#testDebuggerLaunch0… 12 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowLaunchDebugger001#testDebugger002", 13 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand_OnthrowLaunchDebugger002#testDebugger", 14 "org.apache.harmony.jpda.tests.jdwp.Events_ClassUnloadTest#testClassUnloadEvent", 15 …"org.apache.harmony.jpda.tests.jdwp.Events_MonitorContendedEnterTest#testMonitorContendedEnterForC… 16 …"org.apache.harmony.jpda.tests.jdwp.Events_MonitorContendedEnteredTest#testMonitorContendedEntered… 17 "org.apache.harmony.jpda.tests.jdwp.Events_MonitorWaitTest#testMonitorWaitForClassExclude", [all …]
|
D | external_oj_libjdwp_art_failures.txt | 2 * This file contains expectations for JDWP tests run on CTS using libjdwp. 11 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference_ThreadGroup002Test#testThreadGroup002" 17 name: "org.apache.harmony.jpda.tests.jdwp.Events_Breakpoint003Test#testBreakPointInFrameworkCode" 23 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType_GetValues006Test#testGetValues006" 26 description: "Tests that fail on both ART and RI. These tests are likely incorrect", 29 …names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference_SetValues003Test#testSetValues003_Inva… 30 …"org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethod002Test#testInvokeMethod_wrong_argument_… 31 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod002", 32 "org.apache.harmony.jpda.tests.jdwp.ClassType_InvokeMethodTest#testInvokeMethod003", 33 "org.apache.harmony.jpda.tests.jdwp.ClassType_NewInstanceTest#testNewInstance002", [all …]
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | TestClassesProvider.java | 16 package android.signature.cts.tests; 22 import android.signature.cts.tests.data.AbstractClass; 23 import android.signature.cts.tests.data.SystemApiClass; 24 import android.signature.cts.tests.data.FinalClass; 25 import android.signature.cts.tests.data.PrivateClass; 26 import android.signature.cts.tests.data.PublicApiClass; 27 import android.signature.cts.tests.data.ForciblyPublicizedPrivateClass; 28 import android.signature.cts.tests.data.NormalClass; 29 import android.signature.cts.tests.data.NormalException; 30 import android.signature.cts.tests.data.NormalInterface; [all …]
|
/cts/tests/tests/dynamic_linker/ |
D | README.md | 1 # dynamic_linker tests 3 These tests test the dynamic linker in an app context, using System.load and 6 See also cts/tests/tests/bionic for CTS boilerplate to run the real bionic 7 gtests from bionic/tests/, which includes the vast majority of dynamic linker 10 See also cts/tests/tests/bionic_app for tests of libc functions in an
|
/cts/tests/tests/bionic_app/ |
D | README.md | 1 # bionic_app tests 3 These aren't the bionic tests. They're in cts/tests/tests/bionic/ (or, if 5 bionic/tests/). 9 See also cts/tests/tests/dynamic_linker/ for some similar testing of
|
/cts/tests/tests/appenumeration/app/source/ |
D | Android.bp | 33 "general-tests", 44 "general-tests", 55 "general-tests", 66 "general-tests", 77 "general-tests", 88 "general-tests", 99 "general-tests", 110 "general-tests", 121 "general-tests", 132 "general-tests", [all …]
|
/cts/hostsidetests/signedconfig/app/ |
D | Android.bp | 38 "general-tests", 48 "general-tests", 58 "general-tests", 68 "general-tests", 78 "general-tests", 88 "general-tests", 98 "general-tests", 108 "general-tests", 118 "general-tests", 128 "general-tests", [all …]
|
/cts/tests/tests/os/ |
D | Android.mk | 28 LOCAL_COMPATIBILITY_SUITE := cts general-tests sts 30 cts_platform_version_path := cts/tests/tests/os/assets/platform_versions.txt 32 cts_platform_release_path := cts/tests/tests/os/assets/platform_releases.txt
|
/cts/tests/libcore/luni/ |
D | Android.bp | 24 "apache-harmony-tests", 26 "conscrypt-tests", 27 "core-tests", 35 "time_zone_distro-tests", 36 "time_zone_distro_installer-tests", 42 // Exclude apache harmony tests from coverage instrumentation, since it breaks 43 // the tests of reflection APIs by adding fields and methods to the test classes. 45 exclude_filter: ["org.apache.harmony.tests.**"], 65 "general-tests",
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | TestAdapter.java | 35 List<Test> tests; field in TestAdapter 51 this.tests = new ArrayList<Test>(); in TestAdapter() 53 this.tests.add(new Test(t)); in TestAdapter() 59 return tests.size(); in getCount() 64 return tests.get(position); in getItem() 68 tests.get(position).mPassed = true; in setTestPass() 86 Test test = tests.get(position); in getView()
|
/cts/tests/tests/appenumeration/app/target/ |
D | Android.bp | 27 "general-tests", 40 "general-tests", 53 "general-tests", 66 "general-tests", 79 "general-tests", 92 "general-tests", 105 "general-tests", 118 "general-tests", 131 "general-tests", 144 "general-tests", [all …]
|
/cts/tests/media/ |
D | README.md | 2 … testing media extractor, media muxer, media codec SDK and NDK Api. These tests aims to test all c… 4 The aim of these tests is not solely to verify the CDD requirements but also to test components, th… 6 …gleapis.com/android_media/cts/tests/media/CtsMediaV2TestCases-1.14.zip) and is downloaded automati… 19 All tests accepts attributes that offer selective run of tests. 22 To select codecs by name, *codec-prefix* can be passed to media codec tests to select one or more c… 24 Example: To limit the tests to run for codecs whose names start with c2.android. 30 Example: To limit the tests to run for c2.android.hevc.decoder 37 To select codecs by type, *mime-sel* can be passed to media codec tests to select one or more codec… 39 Example: To limit media codec decoder tests to mp3 and vorbis decoder 46 To select extractors by type, *ext-sel* can be passed to extractor tests to select one or more extr… [all …]
|
/cts/hostsidetests/scopedstorage/ |
D | Android.bp | 28 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 39 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 50 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 61 test_suites: ["device-tests", "mts", "cts"], 72 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 83 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 95 test_suites: ["device-tests", "mts-mediaprovider", "cts"], 106 test_suites: ["device-tests", "mts", "cts"], 117 test_suites: ["device-tests", "mts", "cts"], 128 test_suites: ["device-tests", "mts", "cts"], [all …]
|
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/telephony/ |
D | OWNERS | 1 # These atom tests are owned by the telephony team 3 include ../../../../../../../tests/tests/telephony/OWNERS
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationPrivacyVerifierActivity.java | 110 List<InteractiveTestCase> tests = new ArrayList<>(); in createTestItems() local 113 tests.add(new SetScreenLockEnabledStep()); in createTestItems() 114 tests.add(new SetGlobalVisibilityPublicStep()); in createTestItems() 115 tests.add(new SetChannelLockscreenVisibilityPrivateStep()); in createTestItems() 117 tests.add(new NotificationWhenLockedShowsRedactedTest()); in createTestItems() 119 tests.add(new NotificationWhenOccludedShowsRedactedTest()); in createTestItems() 121 tests.add(new SetChannelLockscreenVisibilityPublicStep()); in createTestItems() 123 tests.add(new SecureActionOnLockScreenTest()); in createTestItems() 124 tests.add(new NotificationWhenLockedShowsPrivateTest()); in createTestItems() 126 tests.add(new NotificationWhenOccludedShowsPrivateTest()); in createTestItems() [all …]
|
/cts/tests/tests/opengl/ |
D | DEPRECATED | 1 This suite of tests is deprecated. Please add OpenGL CTS test to either: 2 - dEQP for native tests 3 - graphics/src/android/opengl/cts for Java bindings tests
|
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/ |
D | Android.mk | 12 LOCAL_MODULE_TAGS := tests 17 LOCAL_COMPATIBILITY_SUITE := cts general-tests 34 LOCAL_MODULE_TAGS := tests 39 LOCAL_COMPATIBILITY_SUITE := cts general-tests
|
/cts/hostsidetests/hdmicec/ |
D | README.md | 3 NOTE: CTS has two meanings here. HDMI defines a set of tests in the 8 The Android Compatibility Test Suite includes specific tests from the HDMI 9 Compliance Test Specification as well as other Android specific tests. 15 Running these CTS tests requires a specific HDMI layout with a CEC adapter. 23 the tests. In case the DUT takes a physical address other than `1.0.0.0` and this is unavoidable, 24 the tests can be configured to expect a different physical address by appending these arguments to 37 Running these CTS tests on TV panel devices requires an external CEC adapter. 60 To shard the test (distribute and run the tests on multiple devices), use this
|
/cts/tools/vm-tests-tf/ |
D | Android.mk | 40 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar 61 LOCAL_MODULE := vm-tests-tf 70 LOCAL_INSTALLED_MODULE_STEM := android.core.vm-tests-tf.jar 74 LOCAL_COMPATIBILITY_SUITE := cts general-tests 91 $(LOCAL_BUILT_MODULE): PRIVATE_INTERMEDIATES := $(intermediates)/tests 92 $(LOCAL_BUILT_MODULE): PRIVATE_INTERMEDIATES_DEXCORE_JAR := $(intermediates)/tests/dot/junit/dexcor… 112 $(hide) cp $(PRIVATE_VMTESTS_MAINS_GENERATED) $(dir $@)/tests/mains.jar 113 $(hide) cd $(dir $@) && zip -q -r $(notdir $@) tests
|
/cts/hostsidetests/appsecurity/test-apps/rro/OverlayAll/ |
D | Android.bp | 29 "general-tests", 41 "general-tests", 56 "general-tests", 68 "general-tests", 80 "general-tests",
|
/cts/libs/install/ |
D | TEST_MAPPING | 4 "path": "cts/tests/tests/util"
|
/cts/tests/aslr/ |
D | OWNERS | 2 include /tests/tests/security/OWNERS
|
/cts/tests/tests/uidisolation/ |
D | OWNERS | 2 include /tests/tests/security/OWNERS
|