Home
last modified time | relevance | path

Searched refs:RES (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H A Dtest.sh55 RES=$?
57 if [ "$RES" -ne 0 ]; then
69 exit $RES
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
H A Dtest_intrins.cpp34 constexpr double RES = ARG0 + ARG1; in TEST_F() local
37 ASSERT_EQ(ret, RES); in TEST_F()
44 constexpr std::string_view RES = "12.34foo"; in TEST_F() local
47 ASSERT_EQ(ret, RES); in TEST_F()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/sample/
H A Dtest_sample.cpp50 constexpr std::string_view RES = "934_input_string_9.435"; in TEST_F() local
51 ASSERT_STREQ(ret.value().data(), RES.data()); in TEST_F()

Completed in 1 milliseconds