Home
last modified time | relevance | path

Searched full:success (Results 1 – 25 of 811) sorted by relevance

12345678910>>...33

/arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/
Dexpect_output.txt14 test1 - success
15 test2 - success
17 test3 - success
19 test4 - success
20 test5 - success
21 test6 - success
23 test7 - success
25 test8 - success
26 test9 - success
27 test10 - success
[all …]
/arkcompiler/ets_runtime/test/moduletest/elements_kind/
Dexpect_output.txt14 test1 - success
15 test2 - success
17 test3 - success
19 test4 - success
20 test5 - success
21 test6 - success
23 test7 - success
25 test8 - success
26 test9 - success
27 test10 - success
[all …]
/arkcompiler/ets_runtime/test/moduletest/typearray/
Dexpect_output.txt14 Float64Array test success !!!
15 Float32Array test success !!!
16 Int32Array test success !!!
17 Int16Array test success !!!
18 Int8Array test success !!!
19 Uint32Array test success !!!
20 Uint16Array test success !!!
21 Uint8Array test success !!!
22 Uint8ClampedArray test success !!!
23 BigInt64Array test success !!!
[all …]
/arkcompiler/ets_runtime/test/moduletest/container/
Dexpect_output.txt16 Test ArrayList success!!!
17 Test Deque success!!!
21 Test HashMap success!!!
22 Test HashSet success!!!
23 Test LightWeightMap success!!!
24 Test LightWeightSet success!!!
25 Test LinkedList success!!!
27 Test List success!!!
28 Test PlainArray success!!!
30 Test Queue success!!!
[all …]
/arkcompiler/ets_runtime/test/aottest/typedarrayfill/
Dexpect_output.txt14 testUInt8Array - success
15 testUint8ClampedArray - success
16 testInt8Array - success
17 testUint16Array - success
18 testInt16Array - success
19 testUInt32Array - success
20 testInt32Array - success
21 testFloat32Array - success
22 testFloat64Array - success
23 testBigInt64Array - success
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarrayfindlast/
Dexpect_output.txt14 Float64Array test success !!!
15 Float32Array test success !!!
16 Int32Array test success !!!
17 Int16Array test success !!!
18 Int8Array test success !!!
19 Uint32Array test success !!!
20 Uint16Array test success !!!
21 Uint8Array test success !!!
22 Uint8ClampedArray test success !!!
23 BigInt64Array test success !!!
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarraywith/
Dexpect_output.txt14 Float64Array test success !!!
15 Float32Array test success !!!
16 Int32Array test success !!!
17 Int16Array test success !!!
18 Int8Array test success !!!
19 Uint32Array test success !!!
20 Uint16Array test success !!!
21 Uint8Array test success !!!
22 Uint8ClampedArray test success !!!
23 BigInt64Array test success !!!
[all …]
/arkcompiler/ets_runtime/test/moduletest/typedarraytosorted/
Dexpect_output.txt14 Float64Array test success !!!
15 Float32Array test success !!!
16 Int32Array test success !!!
17 Int16Array test success !!!
18 Int8Array test success !!!
19 Uint32Array test success !!!
20 Uint16Array test success !!!
21 Uint8Array test success !!!
22 Uint8ClampedArray test success !!!
23 BigInt64Array test success !!!
[all …]
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp72 ASSERT_EQ(breakpointResolved.ToJson()->GetObject("params", &json), Result::SUCCESS); in HWTEST_F_L0()
74 ASSERT_EQ(json->GetString("breakpointId", &breakpointId), Result::SUCCESS); in HWTEST_F_L0()
78 ASSERT_EQ(json->GetObject("location", &locationJson), Result::SUCCESS); in HWTEST_F_L0()
80 ASSERT_EQ(locationJson->GetString("scriptId", &scriptId), Result::SUCCESS); in HWTEST_F_L0()
83 ASSERT_EQ(locationJson->GetInt("lineNumber", &lineNumber), Result::SUCCESS); in HWTEST_F_L0()
107 ASSERT_EQ(json->GetObject("params", &params), Result::SUCCESS); in HWTEST_F_L0()
110 ASSERT_EQ(params->GetString("reason", &reason), Result::SUCCESS); in HWTEST_F_L0()
113 ASSERT_EQ(params->GetArray("callFrames", &callFrames), Result::SUCCESS); in HWTEST_F_L0()
124 ASSERT_EQ(json1->GetObject("params", &params), Result::SUCCESS); in HWTEST_F_L0()
134 ASSERT_EQ(json->GetString("method", &method), Result::SUCCESS); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/test/sharedtest/check/
Dexpect_output.txt20 Success update propString to null with stobjbyname
21 Success update subClassPropSendable to null with stobjbyname
26 Success update propStringOrNull to null with stobjbyname
27 Success update propNumberOrNull to null with stobjbyname
28 Success update propBoolOrNull to null with stobjbyname
29 Success update propBigIntOrNull to null with stobjbyname
30 Success update propSenableOrNull to null with stobjbyname
32 Success update propString to undefined with stobjbyname
33 Success update subClassPropSendable to undefined with stobjbyname
34 Success update propNumber to undefined with stobjbyname
[all …]
Dsharedcheck.ts147 print("Success delete propNumber")
157 print("Success to extend prop with defineProperty")
164 print("Success extend prop1 with defineProperty")
171 print("Success extend prop2 with defineProperties")
178 print("Success extend prop3 with stobjbyname")
188 print("Success replace instance's func");
198 print("Success update prototype")
205 print("Success to extend prop to constructor's prototype.");
213 print("Success to change constructor of instance's prototype.");
220 print("Success to replace instance's prototype.");
[all …]
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars1_expected.txt19 assert(PropDemo1 === 'akria', 'success');
20 assert(PropDemo2 === 12, 'success');
21 assert(reset1.name2 === 'akria2', 'success');
22 assert(reset1.age2 === 18, 'success');
27 assert(x === 2, 'success');
28 assert(t === 'akria3', 'success');
29 assert(u === 13, 'success');
30 assert(v.name2 === 'akria4', 'success');
31 assert(v.age2 === 20, 'success');
36 assert(newName === 'akria5', 'success');
[all …]
DsomeSimilarGrammars1.js22 assert(PropDemo1 === 'akria', 'success');
23 assert(PropDemo2 === 12, 'success');
24 assert(reset1.name2 === 'akria2', 'success');
25 assert(reset1.age2 === 18, 'success');
32 assert(PropDemo6 === 2, 'success');
33 assert(PropDemo3 === 'akria3', 'success');
34 assert(PropDemo4 === 13, 'success');
35 assert(reset2.name2 === 'akria4', 'success');
36 assert(reset2.age2 === 20, 'success');
42 assert(newName === 'akria5', 'success');
[all …]
DsomeSimilarGrammars2.ts23 assert(Propx1 === 1, 'success');
24 assert(Propy1 === 2, 'success');
30 assert(Propx2 === 12, 'success');
31 assert(Propy3 === 13, 'success');
32 assert(Propy4 === 14, 'success');
36 assert(rest1.prop1 === 11, 'success');
37 assert(rest1.prop2 === 12, 'success');
40 assert(prop3 === 13, 'success');
41 assert(rest2.prop4 === 14, 'success');
DsomeSimilarGrammars2_expected.txt20 assert(Propx1 === 1, 'success');
21 assert(Propy1 === 2, 'success');
26 assert(Propx2 === 12, 'success');
27 assert(Propy3 === 13, 'success');
28 assert(Propy4 === 14, 'success');
30 assert(rest1.prop1 === 11, 'success');
31 assert(rest1.prop2 === 12, 'success');
33 assert(prop3 === 13, 'success');
34 assert(rest2.prop4 === 14, 'success');
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars_expected.txt19 y1(z1 === 'akria', 'success');
20 y1(a2 === 12, 'success');
21 y1(b2.name2 === 'akria2', 'success');
22 y1(b2.age2 === 18, 'success');
26 y1(k2 === 'akria3', 'success');
27 y1(l2 === 13, 'success');
28 y1(m2.name2 === 'akria4', 'success');
29 y1(m2.age2 === 18, 'success');
34 y1(c2 === 'akria5', 'success');
35 y1(d2.newAge === 18, 'success');
[all …]
DsomeSimilarGrammars.js22 assert(PropDemo1 === 'akria', 'success');
23 assert(PropDemo2 === 12, 'success');
24 assert(reset1.name2 === 'akria2', 'success');
25 assert(reset1.age2 === 18, 'success');
31 assert(PropDemo3 === 'akria3', 'success');
32 assert(PropDemo4 === 13, 'success');
33 assert(reset2.name2 === 'akria4', 'success');
34 assert(reset2.age2 === 18, 'success');
40 assert(newName === 'akria5', 'success');
41 assert(reset3.newAge === 18, 'success');
[all …]
DsomeSimilarGrammars2.ts23 assert(Propx1 === 1, 'success');
24 assert(Propy1 === 2, 'success');
30 assert(Propx2 === 2, 'success');
31 assert(Propy3 === 3, 'success');
32 assert(Propy4 === 4, 'success');
36 assert(rest1.prop1 === 1, 'success');
37 assert(rest1.prop2 === 2, 'success');
40 assert(prop3 === 3, 'success');
41 assert(rest2.prop4 === 4, 'success');
/arkcompiler/ets_runtime/test/moduletest/typedarrayat/
Dexpect_output.txt14 Float64Array test success !!!
15 Float32Array test success !!!
16 Int32Array test success !!!
17 Int16Array test success !!!
18 Int8Array test success !!!
19 Uint32Array test success !!!
20 Uint16Array test success !!!
21 Uint8Array test success !!!
22 Uint8ClampedArray test success !!!
23 BigInt64Array test success !!!
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DGlobalTest.sts16 const success : int = 0;
20 return success;
24 return success;
38 return foo(new object()) == success ? success : fail;
42 return foo(new Object()) == success ? success : fail;
46 return bar(new object()) == success ? success : fail;
50 return bar(new Object()) == success ? success : fail;
54 if(result == success) {
55 return success;
69 if(result == success) {
[all …]
DArrayGet.sts16 const success : int = 0;
38 return b[2] == 237 ? success : fail;
45 return b[-1] == undefined ? success : fail;
48 return success;
58 return b[2] == 237 ? success : fail;
65 return b[-1] == undefined ? success : fail;
68 return success;
78 return b[2] == 237 ? success : fail;
85 return b[-1] == undefined ? success : fail;
88 return success;
[all …]
/arkcompiler/ets_runtime/test/moduletest/errorcause/
Dexpect_output.txt14 Error test success !!!
15 EvalError test success !!!
16 RangeError test success !!!
17 ReferenceError test success !!!
18 SyntaxError test success !!!
19 TypeError test success !!!
20 URIError test success !!!
21 AggregateError test success !!!
/arkcompiler/toolchain/tooling/test/testcases/
Djs_closure_scope_test.h54 if (ret != Result::SUCCESS || method != "Debugger.paused") { in JsClosureScopeTest()
67 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
80 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
86 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
92 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
98 if (ret != Result::SUCCESS || name != "v3") { in JsClosureScopeTest()
104 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
110 if (ret != Result::SUCCESS || valueDes != "4") { in JsClosureScopeTest()
121 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
127 if (ret != Result::SUCCESS) { in JsClosureScopeTest()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/inlining_test/
Dinlining_order_2.sts18 //! EVENT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::cold,.*,STATIC,SUCCESS/
19 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_4th,.*,STATIC,SUCCESS/
20 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_not_4th,.*,STATIC,SUCCESS/
21 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_2nd,.*,STATIC,SUCCESS/
22 //!# EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::hot_catch,.*,STATIC,SUCCESS/ (Inlining …
23 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::hot,.*,STATIC,SUCCESS/
27 //! EVENT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::hot,.*,STATIC,SUCCESS/
28 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_not_4th,.*,STATIC,SUCCESS/
29 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_2nd,.*,STATIC,SUCCESS/
30 //! EVENT_NEXT /Inline,ETSGLOBAL::test_loops,ETSGLOBAL::if_4th,.*,STATIC,SUCCESS/
[all …]
/arkcompiler/runtime_core/static_core/tests/checked/
Dinline_small.pa20 #! EVENTS_COUNT /Inline,C::Set,D::Set,.*STATIC,SUCCESS/, 1
21 #! EVENTS_COUNT /Inline,B::Set,C::Set,.*STATIC,SUCCESS/, 1
22 #! EVENTS_COUNT /Inline,A::Set,B::Set,.*STATIC,SUCCESS/, 1
23 #! EVENTS_COUNT /Inline,A::main,A::Set,.*STATIC,SUCCESS/, 1
24 #! EVENTS_COUNT /Inline,C::Get,D::Get,.*STATIC,SUCCESS/, 1
25 #! EVENTS_COUNT /Inline,B::Get,C::Get,.*STATIC,SUCCESS/, 1
26 #! EVENTS_COUNT /Inline,A::Get,B::Get,.*STATIC,SUCCESS/, 1
27 #! EVENTS_COUNT /Inline,A::main,A::Get,.*STATIC,SUCCESS/, 1
31 #! EVENTS_COUNT /Inline,C::Set,D::Set,.*STATIC,SUCCESS/, 1
32 #! EVENTS_COUNT /Inline,B::Set,C::Set,.*STATIC,SUCCESS/, 1
[all …]

12345678910>>...33