Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 159) sorted by relevance

1234567

/cts/tests/expectations/
Dknownfailures.txt19 description: "tests a fragile by nature as they rely on hardcoded behavior",
59 description: "AudioPolicyBinder tests are not yet robust enough",
74 description: "tests too flaky",
81 description: "Not all jdwp features are currently supported. These tests will fail",
83 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…
84 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…
85 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…
86 …"org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest#testDebuggerLaunch0…
87 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger001#testDebugger002",
88 "org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowLaunchDebugger002#testDebugger",
[all …]
/cts/tests/tests/os/jni/seccomp-tests/
Dlocal-modifications-android.diff1 diff --git a/tests/seccomp_bpf_tests.c b/tests/seccomp_bpf_tests.c
3 --- a/tests/seccomp_bpf_tests.c
4 +++ b/tests/seccomp_bpf_tests.c
25 diff --git a/tests/test_harness.h b/tests/test_harness.h
27 --- a/tests/test_harness.h
28 +++ b/tests/test_harness.h
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestAdapter.java35 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/core/libcore/tests/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.tests
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/conscrypt/
DAndroid.mk22 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.conscrypt
23 LOCAL_STATIC_JAVA_LIBRARIES := core-tests conscrypt-tests
/cts/tests/core/runner/
DAndroid.mk24 LOCAL_MODULE_TAGS := tests
28 LOCAL_PACKAGE_NAME := android.core.tests.runner
30 LOCAL_STATIC_JAVA_LIBRARIES := core-tests android-support-test
/cts/tools/vm-tests-tf/
DAndroid.mk45 LOCAL_JAR_PATH := android.core.vm-tests-tf.jar
66 intermediates := $(call intermediates-dir-for,JAVA_LIBRARIES,vm-tests-tf,HOST)
67 vmteststf_jar := $(intermediates)/android.core.vm-tests-tf.jar
81 $(vmteststf_jar): PRIVATE_INTERMEDIATES := $(intermediates)/tests
82 $(vmteststf_jar): PRIVATE_INTERMEDIATES_DEXCORE_JAR := $(intermediates)/tests/dot/junit/dexcore.jar
100 … $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/classes && zip -q -r ../../android.core.vm-tests-tf.jar .
101 $(hide) cd $(dir $@) && zip -q -r android.core.vm-tests-tf.jar tests
119 … $(PRIVATE_INTERMEDIATES_HOSTJUNIT_FILES)/classes && zip -q -r ../../android.core.vm-tests-tf.jar .
120 $(hide) cd $(dir $@) && zip -q -r android.core.vm-tests-tf.jar tests
/cts/tests/tests/nativeopengl/libnativeopengltests/
DAndroid.mk36 tests/GLTest_test.cpp \
37 tests/EGLCleanup_test.cpp \
38 tests/EGLCreateContext_test.cpp
/cts/hostsidetests/appsecurity/test-apps/keysets/uA/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
31 LOCAL_MODULE_TAGS := tests
43 LOCAL_MODULE_TAGS := tests
55 LOCAL_MODULE_TAGS := tests
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestPackageResultTest.java41 Collection<TestIdentifier> tests = pkgResult.getTestsWithStatus( in testGetTestsWithStatus() local
43 assertEquals(1, tests.size()); in testGetTestsWithStatus()
44 assertEquals(includedTest, tests.iterator().next()); in testGetTestsWithStatus()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DPackagePriorityVerifierActivity.java60 List<InteractiveTestCase> tests = new ArrayList<>(17); in createTestItems() local
61 tests.add(new CheckForBot()); in createTestItems()
62 tests.add(new IsEnabledTest()); in createTestItems()
63 tests.add(new ServiceStartedTest()); in createTestItems()
64 tests.add(new WaitForSetPriorityDefault()); in createTestItems()
65 tests.add(new DefaultOrderTest()); in createTestItems()
66 tests.add(new WaitForSetPriorityHigh()); in createTestItems()
67 tests.add(new PackagePriorityOrderTest()); in createTestItems()
68 return tests; in createTestItems()
/cts/tests/tests/nativeopengl/standalone/jni/
DAndroid.mk45 tests/GLTest_test.cpp \
46 tests/EGLCleanup_test.cpp \
47 tests/EGLCreateContext_test.cpp
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java79 final String[] tests = { in testKernelBasicTests() local
101 runKernelUnitTestSuite(tests); in testKernelBasicTests()
108 final String[] tests = { in testKernelTrapTests()
113 runKernelUnitTestSuite(tests); in testKernelTrapTests()
120 final String[] tests = { in testKernelPrecedenceTests()
131 runKernelUnitTestSuite(tests); in testKernelPrecedenceTests()
159 final String[] tests = { in testKernelTSYNCTests() local
171 runKernelUnitTestSuite(tests); in testKernelTSYNCTests()
177 private void runKernelUnitTestSuite(final String[] tests) { in runKernelUnitTestSuite() argument
178 for (final String test : tests) { in runKernelUnitTestSuite()
/cts/apps/CameraITS/tools/
Drun_all_tests.py58 tests = []
60 tests += [(d,s[:-3],os.path.join("tests", d, s))
63 tests.sort()
111 for (scene,testname,testpath) in tests:
161 numpass + numnotmandatedfail, len(tests) - numskip,
162 100.0 * float(numpass + numnotmandatedfail) / (len(tests) - numskip)
163 if len(tests) != numskip else 100.0,
/cts/tests/core/libcore/org/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.org
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/libcore/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.libcore
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/jsr166/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.jsr166
19 LOCAL_STATIC_JAVA_LIBRARIES := jsr166-tests
/cts/tests/core/libcore/dalvik/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.dalvik
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/sun/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.sun
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/com/
DAndroid.mk18 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.com
19 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/hostsidetests/appsecurity/test-apps/keysets/uB/
DAndroid.mk20 LOCAL_MODULE_TAGS := tests
32 LOCAL_MODULE_TAGS := tests
44 LOCAL_MODULE_TAGS := tests
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DManifestTestListAdapter.java139 List<TestListItem> tests = filterTests(testsByCategory.get(testCategory)); in getRows() local
140 if (!tests.isEmpty()) { in getRows()
142 Collections.sort(tests, new Comparator<TestListItem>() { in getRows()
148 allRows.addAll(tests); in getRows()
273 List<TestListItem> tests; in addTestToCategory() local
275 tests = testsByCategory.get(testCategory); in addTestToCategory()
277 tests = new ArrayList<TestListItem>(); in addTestToCategory()
279 testsByCategory.put(testCategory, tests); in addTestToCategory()
280 tests.add(item); in addTestToCategory()
307 List<TestListItem> filterTests(List<TestListItem> tests) { in filterTests() argument
[all …]
/cts/hostsidetests/theme/
DREADME18 The Android theme tests ensure that the Holo and Material themes have not been
21 theme tests, a device must be able to generate images that are identical to the
51 II. Building theme tests
53 1. If you have not already built the CTS tests, run an initial make:
57 2. Subsequent changes to the theme tests, including changes to the reference
63 III. Running theme tests
69 2. Run the theme tests using cts-tradefed:
73 3. Wait for the tests to complete. This should take less than five minutes.
/cts/tests/core/libcore/harmony_javax_security/
DAndroid.mk22 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.harmony_javax_security
23 LOCAL_STATIC_JAVA_LIBRARIES := core-tests
/cts/tests/core/libcore/harmony_java_math/
DAndroid.mk22 LOCAL_PACKAGE_NAME := android.core.tests.libcore.package.harmony_java_math
23 LOCAL_STATIC_JAVA_LIBRARIES := core-tests

1234567