Home
last modified time | relevance | path

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

1234

/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/libdexfile/dex/
Dtype_lookup_table_test.cc52 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
55 testing::Values(DescriptorClassDefIdxPair("LDA;", dex::kDexNoIndex)));
58 testing::Values(DescriptorClassDefIdxPair("LC;", 2U)));
61 testing::Values(DescriptorClassDefIdxPair("LAB;", 1U)));
/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/oatdump/
Doatdump_test.h128 ::testing::AssertionResult GenerateAppOdexFile(Flavor flavor, in GenerateAppOdexFile()
162 return ::testing::AssertionFailure() << strerror(errno); in GenerateAppOdexFile()
164 return res.StandardSuccess() ? ::testing::AssertionSuccess() in GenerateAppOdexFile()
165 : (::testing::AssertionFailure() << error_msg); in GenerateAppOdexFile()
169 ::testing::AssertionResult Exec(Flavor flavor,
177 return ::testing::AssertionFailure() << file_path << " should be a valid file path";
336 return ::testing::AssertionFailure() << strerror(errno);
343 return ::testing::AssertionSuccess();
345 return ::testing::AssertionFailure() << "Did not terminate successfully: " << res.status_code
348 return ::testing::AssertionFailure() << "Expected failure";
[all …]
/art/tools/jfuzz/
DREADME.md5 of fuzz testing the ART infrastructure. Each randomly generated program
11 JFuzz can be combined with DexFuzz to get multi-layered fuzz testing.
37 a fixed testing class named Test. So a typical test run looks as follows.
45 How to start JFuzz testing
75 How to start JFuzz nightly testing
87 How to start J/DexFuzz testing (multi-layered)
117 Over the years, fuzz testing has gained popularity as a testing technique for
121 based fuzz testing constructs random, but properly formatted input data.
122 Mutation-based fuzz testing applies small random changes to existing inputs
128 The randomness of fuzz testing implies that the size and scope of testing is no
/art/cmdline/
Dcmdline_parser_test.cc49 using FloatingPoint = ::testing::internal::FloatingPoint<double>; in UsuallyEquals()
96 ::testing::AssertionResult IsExpectedKeyValue(const T& expected, in IsExpectedKeyValue()
102 return ::testing::AssertionFailure() in IsExpectedKeyValue()
106 return ::testing::AssertionSuccess(); in IsExpectedKeyValue()
109 return ::testing::AssertionFailure() << "key was not in the map"; in IsExpectedKeyValue()
113 ::testing::AssertionResult IsExpectedDefaultKeyValue(const T& expected, in IsExpectedDefaultKeyValue()
118 return ::testing::AssertionFailure() in IsExpectedDefaultKeyValue()
122 return ::testing::AssertionSuccess(); in IsExpectedDefaultKeyValue()
125 class CmdlineParserTest : public ::testing::Test {
143 static ::testing::AssertionResult IsResultSuccessful(const CmdlineResult& result) { in IsResultSuccessful()
[all …]
/art/test/418-const-string/
Dinfo.txt1 Small test case for testing CONST_STRING.
/art/test/937-hello-retransform-package/src/
DTransform.java17 package testing; package
DMain.java19 import testing.*;
/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/445-checker-licm/
Dinfo.txt1 Checker test for testing loop invariant code motion.
/art/test/449-checker-bce/
Dinfo.txt1 Checker test for testing array bounds check elimination.
/art/test/404-optimizing-allocator/
Dinfo.txt1 Initial tests for testing the optimizing compiler's register allocator.
/art/test/641-checker-arraycopy/
Dinfo.txt1 Checker test for testing the arraycopy optimization in
/art/test/530-checker-lse2/
Dinfo.txt1 Checker test for testing store/allocation elimination in presence of
/art/test/549-checker-types-merge/
Dinfo.txt1 Checker test for testing the type merge during reference type propagation.
/art/test/530-checker-lse-ctor-fences/
Dinfo.txt1 Checker test for testing load-store elimination with final fields (constructor fences).
/art/test/402-optimizing-control-flow/
Dinfo.txt1 A set of tests for testing control flow instructions on the optimizing compiler.
/art/test/530-checker-lse-simd/
Dinfo.txt1 Checker test for testing load-store elimination in presence of VecLoad and VecStore.
/art/libnativebridge/tests/
DNativeBridgeTest.h33 class NativeBridgeTest : public testing::Test {
/art/libnativeloader/
Dnative_loader_test.cpp37 using ::testing::Eq;
38 using ::testing::Return;
39 using ::testing::StrEq;
40 using ::testing::_;
115 .WillByDefault(testing::Invoke([](bool, const char* name) -> mock_namespace_handle { in MockPlatform()
296 class NativeLoaderTest : public ::testing::TestWithParam<bool> {
301 mock = std::make_unique<testing::NiceMock<MockPlatform>>(IsBridged()); in SetUp()
334 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests, NativeLoaderTest, testing::Bool());
380 EXPECT_CALL(*mock, NativeBridgeIsPathSupported(_)).Times(testing::AnyNumber()); in SetExpectations()
381 EXPECT_CALL(*mock, NativeBridgeInitialized()).Times(testing::AnyNumber()); in SetExpectations()
[all …]
/art/libartbase/base/
Dlogging_test.cc34 class LoggingTest : public testing::Test {
/art/test/utils/
Dget-device-test-native-lib-path20 native libraries installed on the device for testing purposes.
/art/build/apex/
DAndroid.bp23 // Note: ART on-device chroot-based testing and benchmarking is not yet using
151 // Note: ART on-device chroot-based testing and benchmarking is not yet using
294 // and debug variants, additional tools, and ART gtests), for testing
297 name: "com.android.art.testing",
441 name: "art-check-testing-apex-gen",
443 srcs: [":com.android.art.testing"],
445 " --flavor testing" +
448 out: ["art-check-testing-apex-gen.unused"],
452 name: "art-check-testing-apex-gen-fakebin",
454 srcs: [":art-check-testing-apex-gen"],

1234