Home
last modified time | relevance | path

Searched defs:expectedResult (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dexception_test.cpp169 int64_t expectedResult = 0; in TEST_F() local
254 int64_t expectedResult = 0; in TEST_F() local
342 int64_t expectedResult = 0; in TEST_F() local
431 int64_t expectedResult = 0; in TEST_F() local
521 int64_t expectedResult = 0; in TEST_F() local
611 int64_t expectedResult = 0; in TEST_F() local
697 int64_t expectedResult = 0; in TEST_F() local
783 int64_t expectedResult = 0; in TEST_F() local
871 int64_t expectedResult = 0; in TEST_F() local
959 int64_t expectedResult = 0; in TEST_F() local
[all …]
/arkcompiler/ets_frontend/ets2panda/test/unit/lsp/
Dget_references_at_position_test.cpp76 std::vector<ReferenceInfo> expectedResult {{filePaths[0], 4, 1}}; in TEST_F() local
106 std::vector<ReferenceInfo> expectedResult {{filePaths[0], 11, 1}, in TEST_F() local
132 …std::vector<ReferenceInfo> expectedResult {{filePaths[0], 16, 1}, {filePaths[1], 8, 1}, {filePaths… in TEST_F() local
Dget_file_references_test.cpp72 std::vector<ReferenceInfo> expectedResult {{filePaths[1], 16, 11}, {filePaths[1], 45, 15}}; in TEST_F() local
102 std::vector<ReferenceInfo> expectedResult {{filePaths[1], 16, 11}, {filePaths[1], 45, 14}}; in TEST_F() local
Dclassifier_test.cpp185 std::vector<std::tuple<size_t, size_t, std::string>> expectedResult = { in TEST_F() local
212 std::vector<std::tuple<size_t, size_t, std::string>> expectedResult = { in TEST_F() local
241 std::vector<std::tuple<size_t, size_t, std::string>> expectedResult = { in TEST_F() local
293 std::vector<std::tuple<size_t, size_t, std::string>> expectedResult = { in TEST_F() local
Dget_class_property_info_test.cpp187 …or<std::tuple<std::string, size_t, size_t, std::string, std::vector<std::string>>> &expectedResult) in CheckClassPropertiesMatch()
/arkcompiler/ets_frontend/ets2panda/bindings/test/
Drun_tests.ts276 const expectedResult = { constant
289 const expectedResult = { constant
322 const expectedResult = getExpectedResult(expectedFilePath); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DMigrateTest.ts64 const expectedResult = readFileLines(this.getExpectedMigrateResultsFilePath()); constant
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h79 void Run(std::string_view source, ssize_t expectedResult) in Run()
/arkcompiler/ets_frontend/arkguard/test/ut/arkobfuscator/
DArkObfuscator2.spec.ts556 const expectedResult= { constant
586 const expectedResult= { constant
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp949 bool TestLoadExclusive(Encoder32Test *test, uint64_t inputWord, T expectedResult) in TestLoadExclusive()
993 bool TestStoreExclusive(Encoder32Test *test, T value, uint64_t expectedResult) in TestStoreExclusive()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp1129 bool TestLoadExclusive(Encoder64Test *test, uint64_t inputWord, T expectedResult) in TestLoadExclusive()
1173 bool TestStoreExclusive(Encoder64Test *test, T value, uint64_t expectedResult) in TestStoreExclusive()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp323 std::string expectedResult = "entries"; in HWTEST_F_L0() local
428 std::string expectedResult = "entries"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/class_ops/
Dclass_find_method_test.cpp62 … const ani_value *args = nullptr, ani_int expectedResult = TEST_EXPECTED_VALUE1) in CheckClassFindMethod()
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts706 const expectedResult = '/home/user/data.txt'; constant