Home
last modified time | relevance | path

Searched defs:expectResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp131 std::string expectResult("00000000:d28acf01 \tmov\tx1, #22136\n" in HWTEST_F_L0() local
153 std::string expectResult("00000000:aa0203e1 \tmov\tx1, x2\n" in HWTEST_F_L0() local
167 std::string expectResult("00000000:a8808be1 \tstp\tx1, x2, [sp], #8\n" in HWTEST_F_L0() local
184 std::string expectResult("00000000:f80087e1 \tstr\tx1, [sp], #8\n" in HWTEST_F_L0() local
215 std::string expectResult("00000000:910023ff \tadd\tsp, sp, #8\n" in HWTEST_F_L0() local
236 std::string expectResult("00000000:eb02003f \tcmp\tx1, x2\n" in HWTEST_F_L0() local
249 std::string expectResult("00000000:eb02003f \tcmp\tx1, x2\n" in HWTEST_F_L0() local
280 std::string expectResult("00000000:7100005f \tcmp\tw2, #0\n" in HWTEST_F_L0() local
317 std::string expectResult("00000000:36780001 \ttbz\tw1, #15, 0x0\n" in HWTEST_F_L0() local
355 std::string expectResult("00000000:b24003e0 \torr\tx0, xzr, #0x1\n" in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp252 JSHandle<EcmaString> expectResult = thread->GetEcmaVM()->GetFactory()->NewFromASCII("gimuy"); in HWTEST_F_L0() local
273 …JSHandle<EcmaString> expectResult = thread->GetEcmaVM()->GetFactory()->NewFromASCII("/\\w+/gimuy"); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp808 JSTaggedValue expectResult = FastRuntimeStub::FastTypeOf(thread, JSTaggedValue::True()); in HWTEST_F_L0() local