Home
last modified time | relevance | path

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

123456

/art/tools/
Dexternal_oj_libjdwp_art_failures.txt3 * to temporarily list failing tests and not break the bots.
13 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test#testThreadGroup002"
19 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ModifiersTest#testModifiers001"
25 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
29 description: "Tests that fail on both ART and RI. These tests are likely incorrect",
32 …names: [ "org.apache.harmony.jpda.tests.jdwp.ArrayReference.SetValues003Test#testSetValues003_Inva…
33 …"org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethod002Test#testInvokeMethod_wrong_argument_…
34 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod002",
35 "org.apache.harmony.jpda.tests.jdwp.ClassType.InvokeMethodTest#testInvokeMethod003",
36 "org.apache.harmony.jpda.tests.jdwp.ClassType.NewInstanceTest#testNewInstance002",
[all …]
Dprebuilt_libjdwp_art_failures.txt3 * to temporarily list failing tests and not break the bots.
13 name: "org.apache.harmony.jpda.tests.jdwp.ThreadReference.ThreadGroup002Test#testThreadGroup002"
19 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.ModifiersTest#testModifiers001"
25 name: "org.apache.harmony.jpda.tests.jdwp.ReferenceType.GetValues006Test#testGetValues006"
31 names: [ "org.apache.harmony.jpda.tests.jdwp.Method.VariableTableTest#testVariableTableTest001",
32 …"org.apache.harmony.jpda.tests.jdwp.Method.VariableTableWithGenericTest#testVariableTableWithGener…
38 name: "org.apache.harmony.jpda.tests.jdwp.VirtualMachine.ClassPathsTest#testClassPaths001"
44 name: "org.apache.harmony.jpda.tests.jdwp.Events.VMDeath002Test#testVMDeathRequest"
50 name: "org.apache.harmony.jpda.tests.jdwp.StackFrame.ProxyThisObjectTest#testThisObject"
56 name: "org.apache.harmony.jpda.tests.jdwp.StackFrame.ThisObjectTest#testThisObjectTest001"
[all …]
Dlibcore_failures.txt3 * to temporarily list failing tests and not break the bots, until the
5 * is art/tools/run-libcore-tests.sh.
53 "org.apache.harmony.tests.java.util.TimeZoneTest#test_hasSameRules_Ljava_util_TimeZone"],
61 names: ["org.apache.harmony.tests.java.util.DateTest#test_Constructor"]
89 "org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConnectionTest",
90 "org.apache.harmony.luni.tests.internal.net.www.protocol.https.HttpsURLConnectionTest",
91 "org.apache.harmony.luni.tests.java.net.URLConnectionTest",
92 "org.apache.harmony.tests.java.util.ScannerTest#test_Constructor_LReadableByteChannel"
99 names: ["org.apache.harmony.tests.java.util.ScannerTest#testPerformance"]
105 names: ["org.apache.harmony.tests.java.lang.ProcessTest#test_getErrorStream"]
[all …]
Dlibcore_gcstress_debug_failures.txt3 * The script that uses this file is art/tools/run-libcore-tests.sh.
19 "org.apache.harmony.tests.java.util.TimerTest#testThrowingTaskKillsTimerThread"]
/art/test/959-invoke-polymorphic-accessors/
Dexpected.txt2 Passed MethodHandles.Lookup tests for accessors.
3 Passed MethodHandle.invokeExact() tests for accessors.
4 Passed MethodHandle.invoke() tests for accessors.
5 Passed MethodHandles.unreflect(Field) tests.
/art/test/
DREADME.md3 There are two suites of tests in this directory: run-tests and gtests.
5 The run-tests are identified by directories named with with a numeric
6 prefix and containing an info.txt file. For most run tests, the
18 All tests in either suite can be run using the "art/test.py"
19 script. Additionally, run-tests can be run individidually. All of the
20 tests can be run on the build host, on a USB-attached device, or using
29 ## Running all tests on the build host
35 ## Running all tests on the target device
53 ## Running all run-tests on the build host
59 ## Running all run-tests on the target device
/art/test/061-out-of-memory/
Dexpected.txt1 tests beginning
8 tests succeeded
/art/test/969-iface-super/
Dinfo.txt1 Smali-based tests for experimental interface static methods.
3 This tests invoke-super with default methods.
/art/test/648-many-direct-methods/util-src/
Dgenerate_java.py58 self.tests = set()
64 self.tests.add(TestMethod(num))
76 all_tests = sorted(self.tests)
/art/test/testrunner/
Dtestrunner.py294 def run_tests(tests): argument
320 total_test_count = len(tests)
352 def iter_config(tests, input_variants, user_input_variants): argument
353 config = itertools.product(tests, input_variants, user_input_variants['run'],
363 config = iter_config(tests, target_input_variants, _user_input_variants)
366 uncombinated_config = iter_config(tests, uncombinated_target_input_variants, { 'run': [''],
698 tests = failure.get('tests', [])
699 if isinstance(tests, str):
700 tests = [tests]
705 tests += [f for f in RUN_TEST_SET if any(re.match(pat, f) is not None for pat in patterns)]
[all …]
/art/test/414-optimizing-arith-sub/
Dinfo.txt1 Subtraction tests.
/art/test/004-ThreadStress/
Dinfo.txt1 Imported from oat tests.
/art/test/004-JniTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-StackWalk/
Dinfo.txt1 Imported from oat tests.
/art/test/622-checker-bce-regressions/
Dinfo.txt1 Regression tests on BCE.
/art/test/625-checker-licm-regressions/
Dinfo.txt1 Regression tests on LICM.
/art/test/004-NativeAllocations/
Dinfo.txt1 Imported from oat tests.
/art/test/004-ReferenceMap/
Dinfo.txt1 Imported from oat tests.
/art/test/004-SignalTest/
Dinfo.txt1 Imported from oat tests.
/art/test/004-InterfaceTest/
Dinfo.txt1 Imported from oat tests.
/art/test/660-checker-simd-sad-byte/
Dinfo.txt1 Functional tests on SAD vectorization.
/art/test/660-checker-simd-sad-short3/
Dinfo.txt1 Functional tests on SAD vectorization.
/art/test/640-checker-boolean-simd/
Dinfo.txt1 Functional tests on SIMD vectorization.
/art/test/407-arrays/
Dinfo.txt1 Simple tests for array accesses.
/art/test/660-checker-simd-sad-long/
Dinfo.txt1 Functional tests on SAD vectorization.

123456