Home
last modified time | relevance | path

Searched defs:expected_result (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dexception_test.cpp166 int64_t expected_result = 0; in TEST_F() local
249 int64_t expected_result = 0; in TEST_F() local
335 int64_t expected_result = 0; in TEST_F() local
421 int64_t expected_result = 0; in TEST_F() local
508 int64_t expected_result = 0; in TEST_F() local
595 int64_t expected_result = 0; in TEST_F() local
678 int64_t expected_result = 0; in TEST_F() local
761 int64_t expected_result = 0; in TEST_F() local
846 int64_t expected_result = 0; in TEST_F() local
931 int64_t expected_result = 0; in TEST_F() local
[all …]
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h70 void Run(std::string_view source, ssize_t expected_result) in Run()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp3236 bool TestLoadExclusive(Encoder32Test *test, uint64_t input_word, T expected_result) in TestLoadExclusive()
3279 bool TestStoreExclusive(Encoder32Test *test, T value, uint64_t expected_result) in TestStoreExclusive()
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3329 bool TestLoadExclusive(Encoder64Test *test, uint64_t input_word, T expected_result) in TestLoadExclusive()
3372 bool TestStoreExclusive(Encoder64Test *test, T value, uint64_t expected_result) in TestStoreExclusive()