Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_aarch64_test.cpp125 std::string expectResult("00000000:d28acf01 \tmov\tx1, #22136\n" in HWTEST_F_L0() local
147 std::string expectResult("00000000:aa0203e1 \tmov\tx1, x2\n" in HWTEST_F_L0() local
161 std::string expectResult("00000000:a8808be1 \tstp\tx1, x2, [sp], #8\n" in HWTEST_F_L0() local
178 std::string expectResult("00000000:f80087e1 \tstr\tx1, [sp], #8\n" in HWTEST_F_L0() local
209 std::string expectResult("00000000:910023ff \tadd\tsp, sp, #8\n" in HWTEST_F_L0() local
230 std::string expectResult("00000000:eb02003f \tcmp\tx1, x2\n" in HWTEST_F_L0() local
243 std::string expectResult("00000000:eb02003f \tcmp\tx1, x2\n" in HWTEST_F_L0() local
274 std::string expectResult("00000000:7100005f \tcmp\tw2, #0\n" in HWTEST_F_L0() local
311 std::string expectResult("00000000:36780001 \ttbz\tw1, #15, 0x0\n" in HWTEST_F_L0() local
349 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.cpp207 JSHandle<EcmaString> expectResult = thread->GetEcmaVM()->GetFactory()->NewFromASCII("gimuy"); in HWTEST_F_L0() local
228 …JSHandle<EcmaString> expectResult = thread->GetEcmaVM()->GetFactory()->NewFromASCII("/\\w+/gimuy"); in HWTEST_F_L0() local
610 JSHandle<EcmaString> expectResult = factory->NewFromASCII("dg"); in HWTEST_F_L0() local