| /arkcompiler/ets_runtime/test/moduletest/elements_kind_generic/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 16 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/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 14 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/ |
| D | expect_output.txt | 14 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/ |
| D | debugger_events_test.cpp | 72 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", ¶ms), 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", ¶ms), 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/ |
| D | expect_output.txt | 20 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 …]
|
| D | sharedcheck.ts | 147 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/ |
| D | someSimilarGrammars1.js | 22 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 …]
|
| D | someSimilarGrammars1_expected.txt | 19 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 …]
|
| D | someSimilarGrammars2.ts | 23 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');
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | someSimilarGrammars_expected.txt | 19 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 …]
|
| D | someSimilarGrammars.js | 22 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 …]
|
| D | someSimilarGrammars2.ts | 23 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/ |
| D | expect_output.txt | 14 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/ |
| D | GlobalTest.sts | 16 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 …]
|
| D | ArrayGet.sts | 16 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/ |
| D | expect_output.txt | 14 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/ |
| D | js_closure_scope_test.h | 54 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/ |
| D | inlining_order_2.sts | 18 //! 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/ |
| D | inline_small.pa | 20 #! 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 …]
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/rename_file_name/esm-module-ts/ |
| D | import_ts_assert.ts | 21 assert(classObj.classProp1 === 0, 'success'); 26 assert(namespace01.function01() === 10, 'success'); 29 assert(value01 === 1, 'success'); 31 assert(generator.next().value['age'] === 20, 'success'); 35 assert(value03Alias === 3, 'success'); 39 assert(var1 === 1, 'success'); 40 assert(alias2 === 2, 'success'); 44 assert(value05 === 11, 'success'); 45 assert(bar === 'jack', 'success');
|