Home
last modified time | relevance | path

Searched refs:testing (Results 1 – 25 of 39) sorted by relevance

12

/art/test/969-iface-super/
Dexpected.txt4 End testing for type A
9 End testing for type B
13 End testing for type C
18 End testing for type D
23 End testing for type E
30 End testing for type F
40 End testing for type G
47 End testing for type H
/art/test/960-default-smali/
Dexpected.txt6 End testing for type A
14 End testing for type B
22 End testing for type C
32 End testing for type D
42 End testing for type E
54 End testing for type F
62 End testing for type G
66 End testing for type H
76 End testing for type I
84 End testing for type J
[all …]
/art/runtime/
Dtype_lookup_table_test.cc56 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
59 testing::Values(DescriptorClassDefIdxPair("LDA;", kDexNoIndex)));
62 testing::Values(DescriptorClassDefIdxPair("LC;", 2U)));
65 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
Dcommon_runtime_test.h178 using CommonRuntimeTest = CommonRuntimeTestBase<testing::Test>;
181 using CommonRuntimeTestWithParam = CommonRuntimeTestBase<testing::TestWithParam<Param>>;
/art/cmdline/
Dcmdline_parser_test.cc48 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals()
89 ::testing::AssertionResult IsExpectedKeyValue(const T& expected, in IsExpectedKeyValue()
95 return ::testing::AssertionFailure() in IsExpectedKeyValue()
99 return ::testing::AssertionSuccess(); in IsExpectedKeyValue()
102 return ::testing::AssertionFailure() << "key was not in the map"; in IsExpectedKeyValue()
106 ::testing::AssertionResult IsExpectedDefaultKeyValue(const T& expected, in IsExpectedDefaultKeyValue()
111 return ::testing::AssertionFailure() in IsExpectedDefaultKeyValue()
115 return ::testing::AssertionSuccess(); in IsExpectedDefaultKeyValue()
118 class CmdlineParserTest : public ::testing::Test {
135 static ::testing::AssertionResult IsResultSuccessful(CmdlineResult result) { in IsResultSuccessful()
[all …]
/art/runtime/lambda/
Dshorty_field_type_test.cc31 class ShortyFieldTypeTest : public ::testing::Test {
43 static ::testing::AssertionResult IsResultSuccessful(bool result) { in IsResultSuccessful()
45 return ::testing::AssertionSuccess(); in IsResultSuccessful()
47 return ::testing::AssertionFailure(); in IsResultSuccessful()
66 static ::testing::AssertionResult AreListsEqual(const T& expected, const T& actual) { in AreListsEqual()
87 return ::testing::AssertionSuccess(); in AreListsEqual()
93 return ::testing::AssertionFailure() << stream.str(); in AreListsEqual()
Dclosure_test.cc64 class ClosureTest : public ::testing::Test {
81 static ::testing::AssertionResult IsResultSuccessful(bool result) { in IsResultSuccessful()
83 return ::testing::AssertionSuccess(); in IsResultSuccessful()
85 return ::testing::AssertionFailure(); in IsResultSuccessful()
/art/test/418-const-string/
Dinfo.txt1 Small test case for testing CONST_STRING.
/art/test/450-checker-types/
Dinfo.txt1 Checker test for testing checked cast elimination.
/art/test/530-checker-lse/
Dinfo.txt1 Checker test for testing load-store elimination.
/art/test/449-checker-bce/
Dinfo.txt1 Checker test for testing array bounds check elimination.
/art/test/445-checker-licm/
Dinfo.txt1 Checker test for testing loop invariant code motion.
/art/test/404-optimizing-allocator/
Dinfo.txt1 Initial tests for testing the optimizing compiler's register allocator.
/art/test/549-checker-types-merge/
Dinfo.txt1 Checker test for testing the type merge during reference type propagation.
/art/test/402-optimizing-control-flow/
Dinfo.txt1 A set of tests for testing control flow instructions on the optimizing compiler.
/art/test/115-native-bridge/
Drun31 exec ${RUN} --runtime-option -Xforce-nb-testing --runtime-option -XX:NativeBridge=libnativebridgete…
/art/test/534-checker-bce-deoptimization/
Dinfo.txt1 Checker test for testing the behavior of deoptimization generated by
/art/runtime/arch/
Dmemcmp16.cc34 namespace testing { namespace
Dmemcmp16_test.cc32 class MemCmp16Test : public testing::Test {
142 int32_t computed = art::testing::MemCmp16Testing(s1_pot_unaligned, s2_pot_unaligned, mod_min); in CheckSeparate()
Dmemcmp16.h55 namespace testing {
/art/tools/checker/file_format/c1visualizer/
Dtest.py17 from common.testing import ToUnicode
/art/test/800-smali/smali/
Db_21614284.smali16 # Empty if, testing p0.
/art/test/083-compiler-regressions/
Dinfo.txt9 2302318 Crash during spin-on-suspend testing
/art/runtime/base/
Darena_allocator_test.cc23 class ArenaAllocatorTest : public testing::Test {
/art/runtime/gc/space/
Dspace_create_test.cc357 testing::Values(kMallocSpaceRosAlloc));
360 testing::Values(kMallocSpaceDlMalloc));

12