/cts/tests/tests/hardware/ |
D | TEST_MAPPING | 18 // TODO(b/266108817): android.hardware.input.cts.tests unexpected timeouts 19 … "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock4BluetoothTest#testAllMotions" 22 … "exclude-filter": "android.hardware.input.cts.tests.SonyDualSenseBluetoothTest#testAllKeys" 25 … "exclude-filter": "android.hardware.input.cts.tests.SonyDualSenseBluetoothTest#testAllMotions" 28 "exclude-filter": "android.hardware.input.cts.tests.AsusGamepadTest#testAllKeys" 31 "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock3UsbTest#testAllKeys" 34 "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock3UsbTest#testAllMotions" 37 "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock4UsbTest#testAllKeys" 40 "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock4UsbTest#testAllMotions" 43 … "exclude-filter": "android.hardware.input.cts.tests.SonyDualshock4ProUsbTest#testAllMotions" [all …]
|
/cts/tests/libcore/luni/ |
D | Android.bp | 25 "apache-harmony-tests", 27 "conscrypt-tests", 28 "core-tests", 65 "general-tests", 66 "automotive-general-tests", 74 test_suites: ["general-tests"], 81 test_suites: ["general-tests"], 88 test_suites: ["general-tests"], 90 "tests.java.lang", 92 "org.apache.harmony.tests.java.lang", [all …]
|
/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/tests/media/ |
D | README.md | 2 The tests are organized into following testcases 6 | CtsMediaAudioTestCases | Audio related tests … 8 | CtsMediaCodecTestCases | MediaCodec related tests, for combinations decode/encode … 9 | CtsMediaDecoderTestCases | MediaCodec related tests, for decoding … 10 | CtsMediaEncoderTestCases | MediaCodec related tests, for encoding … 11 | CtsMediaDrmFrameworkTestCases | Media DRM related tests … 12 | CtsMediaExtractorTestCases | MediaExtractor related tests … 13 | CtsMediaMuxerTestCases | MediaMuxer related tests … 14 | CtsMediaPlayerTestCases | MediaPlayer related tests … 15 | CtsMediaProjectionTestCases | MediaProjection related tests … [all …]
|
/cts/tests/tests/bionic/ |
D | README.md | 1 # bionic tests 3 This is the CTS boilerplate for the majority of the bionic tests. The 4 actual gtests themselves are in bionic/tests/. 6 See also cts/tests/tests/bionic_app for tests of libc functions in an 9 See also cts/tests/tests/dynamic_linker/ for some similar testing of
|
/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/content/HelloWorldApp/ |
D | Android.bp | 45 "general-tests", 57 "general-tests", 69 "general-tests", 81 "general-tests", 92 "general-tests", 104 "general-tests", 137 "general-tests", 151 "general-tests", 163 "general-tests", 175 "general-tests", [all …]
|
/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/mediapc/ |
D | README.md | 4 …e.com/android/xts/cts/tests/mediapc/CtsMediaPerformanceClassTestCases-3.0.zip) and is downloaded a… 7 #### To run all tests in CtsMediaPerformanceClassTestCases 11 #### To run a subset of tests in CtsMediaPerformanceClassTestCases 15 #### To run all tests in CtsMediaPerformanceClassTestCases by overriding Build.VERSION.MEDIA_PERFOR… 16 … some cases it might be useful to override Build.VERSION.MEDIA_PERFORMANCE_CLASS and run the tests. 17 For eg: when the device doesn't advertise Build.VERSION.MEDIA_PERFORMANCE_CLASS, running the tests … 19 Following runs the tests by overriding Build.VERSION.MEDIA_PERFORMANCE_CLASS as S. 25 All tests accepts attributes that offer selective run of tests. 29 To select codecs by media type, *media-type-prefix* can be passed to media codec tests to select on… 31 Example: To limit the tests to run for media types whose names start with video/avc [all …]
|
/cts/tests/tests/appenumeration/app/source/ |
D | Android.bp | 35 "general-tests", 46 "general-tests", 57 "general-tests", 68 "general-tests", 79 "general-tests", 90 "general-tests", 101 "general-tests", 112 "general-tests", 123 "general-tests", 134 "general-tests", [all …]
|
/cts/tests/videocodec/ |
D | README.md | 2 The tests present in this folder are an extension of tests at cts/tests/tests/media/encoder/. 4 …oogle.com/android/xts/cts/tests/videocodec/CtsVideoCodecTestCases-2.1.zip) and is downloaded autom…
|
/cts/libs/webkit-shared/ |
D | README.md | 8 [design](go/shared-sdk-sandbox-webview-tests) (*only visible to Googlers) 12 Read the test scenario documentation to get a better understanding of how we invoke tests inside 14 `//packages/modules/AdServices/sdksandbox/tests/testutils/testscenario/README.md` 25 If you want to share webkit tests inside the SDK runtime, you will need to make your 36 **Note:** Some WebView tests still use the JUnit 3 style, so you may need to 46 SDK tests using the API method `setTestEnvironment`. 56 // The Activity based tests don't need to worry about this so you can 65 ### 2. Sharing your tests with the SDK Runtime 67 The SDK Runtime tests for webkit live under `//cts/tests/tests/sdksandbox/webkit`. 69 … a test SDK that will actually have your tests, and a JUnit test suite that JUnit will have to inv… [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/appenumeration/app/target/ |
D | Android.bp | 36 "general-tests", 47 "general-tests", 58 "general-tests", 69 "general-tests", 80 "general-tests", 92 "general-tests", 103 "general-tests", 114 "general-tests", 125 "general-tests", 136 "general-tests", [all …]
|
/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() 72 tests.get(position).mPassed = false; in clearTestPass() 90 Test test = tests.get(position); in getView()
|
/cts/ |
D | PREUPLOAD.cfg | 9 tests/tests/binder_ndk 10 tests/tests/view/jni 11 tests
|
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/tests/widget/src/android/widget/cts/ |
D | OWNERS | 1 per-file TextView*,EditText* = file:/tests/tests/text/OWNERS 3 per-file RemoteViews* = file:/tests/tests/appwidget/OWNERS
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | OWNERS | 4 per-file CtsKeyEventUtil.java = file:platform/cts:/tests/tests/widget/OWNERS 5 per-file CtsMouseUtil.java = file:platform/cts:/tests/tests/widget/OWNERS 6 per-file CtsTouchUtils.java = file:platform/cts:/tests/tests/widget/OWNERS
|
/cts/tests/libcore/ojluni/ |
D | Android.bp | 49 "general-tests", 65 test_suites: ["general-tests"], 68 "org.openjdk.tests.java.lang.invoke", 75 test_suites: ["general-tests"], 82 test_suites: ["general-tests"], 89 test_suites: ["general-tests"], 96 test_suites: ["general-tests"], 103 test_suites: ["general-tests"], 114 test_suites: ["general-tests"], 125 test_suites: ["general-tests"], [all …]
|
/cts/tools/vm-tests-tf/ |
D | Android.bp | 136 name: "vm-tests-tf-lib", 151 cmd: "echo Generating BuildDalvikSuite tests" + 154 " && mkdir -p $(genDir)/tests" + 158 " cts/tools/vm-tests-tf/src" + 159 " $(genDir)/tests" + 161 " && echo Generating dexcore tests" + 162 " && $(location soong_zip) -jar -o $(genDir)/tests/dot/junit/dexcore.jar-class.jar" + 170 " $(genDir)/tests/dot/junit/dexcore.jar-class.jar" + 171 " && $(location soong_zip) -jar -o $(genDir)/tests/dot/junit/dexcore.jar" + 174 " && echo Combining tests" + [all …]
|
/cts/tests/tests/content/MultiArchApp/ |
D | Android.bp | 68 "general-tests", 81 "general-tests", 94 "general-tests", 108 "general-tests", 122 "general-tests", 136 "general-tests", 149 "general-tests", 162 "general-tests", 175 "general-tests", 189 "general-tests", [all …]
|
/cts/tests/tests/content/emptytestapp/ |
D | Android.bp | 28 "general-tests", 42 "general-tests", 56 "general-tests", 70 "general-tests", 83 "general-tests", 95 "general-tests", 108 "general-tests", 124 "general-tests", 137 "general-tests", 149 "general-tests", [all …]
|