Home
last modified time | relevance | path

Searched refs:expect_value (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_test.cpp641 JSHandle<EcmaString> expect_value = in HWTEST_F_L0() local
656 reinterpret_cast<EcmaString *>(result.GetRawData()), *expect_value)); in HWTEST_F_L0()
661 JSHandle<EcmaString> expect_value = in HWTEST_F_L0() local
669 reinterpret_cast<EcmaString *>(result1.GetRawData()), *expect_value)); in HWTEST_F_L0()
674 JSHandle<EcmaString> expect_value = in HWTEST_F_L0() local
683 reinterpret_cast<EcmaString *>(result1.GetRawData()), *expect_value)); in HWTEST_F_L0()
689 JSHandle<EcmaString> expect_value = in HWTEST_F_L0() local
703 reinterpret_cast<EcmaString *>(result1.GetRawData()), *expect_value)); in HWTEST_F_L0()
719 JSHandle<EcmaString> expect_value = in HWTEST_F_L0() local
731 reinterpret_cast<EcmaString *>(result1.GetRawData()), *expect_value)); in HWTEST_F_L0()
801 JSHandle<EcmaString> expect_value = HWTEST_F_L0() local
818 JSHandle<EcmaString> expect_value = HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp663 auto check_entry = [&module_literals](size_t idx, panda::panda_file::LiteralTag expect_tag, uint32_t expect_value) { in HWTEST_F()
667 EXPECT_TRUE(p != nullptr && *p == expect_value); in HWTEST_F()

Completed in 5 milliseconds