Home
last modified time | relevance | path

Searched full:check (Results 1 – 25 of 3286) sorted by relevance

12345678910>>...132

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/
DruleSet.json3 "@ArkTS-eslint/require-await-check": 2,
4 "@ArkTS-eslint/triple-slash-reference-check": 2,
5 "@ArkTS-eslint/restrict-template-expressions-check": 2,
6 "@ArkTS-eslint/restrict-plus-operands-check": 2,
7 "@ArkTS-eslint/switch-exhaustiveness-check": 2,
8 "@ArkTS-eslint/unified-signatures-check": 2,
9 "@ArkTS-eslint/no-regex-spaces-check": 2,
10 "@ArkTS-eslint/valid-typeof-check": 2,
11 "@ArkTS-eslint/array-type-check": 2,
12 "@ArkTS-eslint/no-useless-backreference-check": 2,
[all …]
/arkcompiler/ets_runtime/test/aottest/ts_inline_accessor_symbol/
Dexpected_output.txt14 [trace] Check Type: PrototypeChanged2
15 [trace] Check Type: InconsistentHClass8
16 [trace] Check Type: InconsistentHClass13
17 [trace] Check Type: InconsistentHClass8
18 [trace] Check Type: InconsistentHClass13
19 [trace] Check Type: InconsistentHClass8
20 [trace] Check Type: InconsistentHClass13
21 [trace] Check Type: InconsistentHClass8
22 [trace] Check Type: InconsistentHClass13
23 [trace] Check Type: InconsistentHClass8
[all …]
/arkcompiler/ets_runtime/test/aottest/builtin_constructor/
Dexpect_output.txt14 [trace] Check Type: NewBuiltinCtorBoolean
15 [trace] Check Type: NewBuiltinCtorFail1
16 [trace] Check Type: NewBuiltinCtorFail1
17 [trace] Check Type: NewBuiltinCtorDate
18 [trace] Check Type: NewBuiltinCtorArray
19 [trace] Check Type: NewBuiltinCtorSet
20 [trace] Check Type: NewBuiltinCtorMap
21 [trace] Check Type: NewBuiltinCtorObject
22 [trace] Check Type: NewBuiltinCtorError
23 [trace] Check Type: NewBuiltinCtorFail1
[all …]
/arkcompiler/ets_runtime/test/jittest/builtin_constructor/
Dexpect_output.txt34 [trace] Check Type: NewBuiltinCtorBoolean
35 [trace] Check Type: NewBuiltinCtorFail1
36 [trace] Check Type: NewBuiltinCtorFail1
37 [trace] Check Type: NewBuiltinCtorDate
38 [trace] Check Type: NewBuiltinCtorArray
39 [trace] Check Type: NewBuiltinCtorSet
40 [trace] Check Type: NewBuiltinCtorMap
41 [trace] Check Type: NewBuiltinCtorObject
42 [trace] Check Type: NewBuiltinCtorError
43 [trace] Check Type: NewBuiltinCtorFail1
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::ETSAnalyzer
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check() function in ark::es2panda::checker::ETSAnalyzer
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ETSModule *node) const in Check() function in ark::es2panda::checker::ETSAnalyzer
[all …]
DTSAnalyzerUnreachable.cpp21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check() function in ark::es2panda::checker::TSAnalyzer
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check() function in ark::es2panda::checker::TSAnalyzer
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
66 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::TemplateElement *expr) const in Check() function in ark::es2panda::checker::TSAnalyzer
[all …]
/arkcompiler/runtime_core/taihe/test/ani_primitives/user/
Dmain.ets1277 suite.addTest("check funcMultiply", testMultiply);
1278 suite.addTest("check testFunC1", testFunC1);
1279 suite.addTest("check testFunC2", testFunC2);
1280 suite.addTest("check testFunA1", testFunA1);
1281 suite.addTest("check testFunA2", testFunA2);
1282 suite.addTest("check testFunB1", testFunB1);
1283 suite.addTest("check testFunB2", testFunB2);
1284 suite.addTest("check testFunD1", testFunD1);
1285 suite.addTest("check testFunD2", testFunD2);
1286 suite.addTest("check testFunE", testFunE);
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-assembly/
Dfloatcast-test-0.pa16 # f32toi32 (NaN to 0 check)
22 # f64toi64 (NaN to 0 check)
28 # f32tou32 (NaN to 0 check)
34 # f64tou64 (NaN to 0 check)
40 # f32toi64 (NaN to 0 check)
46 # f32tou64 (NaN to 0 check)
52 # f32toi32 (MAX_INT32 + 1F to MAX_INT32 check)
58 # f32toi32 (MIN_INT32 + 1F to MIN_INT32 (0x80000000) check)
66 # f32tou32 (MAX_UINT32 + 1F to MAX_UINT32 check)
72 # f32tou32 (-1 to 0 check)
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/19.union_types/03.keyof_types/
Dkeyof_class.params.yaml23 check:
28 check:
38 check:
48 check:
54 check:
63 check:
72 check:
77 check:
83 check:
92 check:
[all …]
Dkeyof_interface.params.yaml18 check:
27 check:
37 check:
43 check:
52 check:
63 check:
67 - check:
70 # Different types check
73 check:
80 check:
[all …]
/arkcompiler/runtime_core/common_interfaces/objects/
Dbase_object_dispatcher.h71 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty()
75 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty()
79 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedProperty()
83 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedProperty()
94 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty()
97 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty()
102 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetBoxedProperty()
105 // fix(hewei): exceptions may occur, check here and return default value. in GetBoxedProperty()
115 // fix(hewei): exceptions may occur, check here and return default value. in GetTaggedElementByIdx()
119 …// fix(hewei): exceptions may occur, check here and return. Also, check exceptions in Wrap functio… in GetTaggedElementByIdx()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accessible/
Dtype_name_const.params.yaml20 check: |-
28 check: |-
36 check: |-
44 check: |-
52 check: |-
60 check: |-
68 check: |-
76 check: |-
84 check: |-
93 check: |-
[all …]
Dtype_name_variable.params.yaml19 check: |-
27 check: |-
35 check: |-
43 check: |-
51 check: |-
59 check: |-
67 check: |-
75 check: |-
83 check: |-
92 check: |-
[all …]
Dtype_name_params.params.yaml19 check: |-
27 check: |-
35 check: |-
43 check: |-
51 check: |-
59 check: |-
67 check: |-
75 check: |-
83 check: |-
92 check: |-
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dfcmpg.64.yaml30 description: Check fcmpg.64 compares zero with other zero values.
36 check-type: check-positive
57 description: Check fcmpg.64 compares NaN values.
60 # test - check binary representation and comparison of FP literals - NaN
64 check-type: check-acc-1
81 description: Check fcmpg.64 compares NaN with +Inf
85 description: Check fcmpg.64 compares NaN with -Inf
93 description: Check fcmpg.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-1
[all …]
Dfcmpl.64.yaml30 description: Check fcmpl.64 compares zero with other zero values.
36 check-type: check-positive
59 # test - check binary representation and comparison of FP literals - NaN
63 check-type: check-acc-minus-1
64 description: Check fcmpl.64 compares NaN values.
81 description: Check fcmpl.64 compares NaN with +Inf
85 description: Check fcmpl.64 compares NaN with -Inf
93 description: Check fcmpl.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-minus-1
[all …]
Dfcmpl.yaml30 description: Check fcmpl compares zero with other zero values.
37 check-type: check-positive
61 # test - check binary representation and comparison of FP literals - NaN
65 check-type: check-acc-minus-1
66 description: Check fcmpl compares NaN values.
83 description: Check fcmpl compares NaN with +Inf
87 description: Check fcmpl compares NaN with -Inf
97 description: Check fcmpl compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-minus-1
[all …]
Dfcmpg.yaml30 description: Check fcmpg compares zero with other zero values.
37 check-type: check-positive
59 description: Check fcmpg compares NaN values.
62 # test - check binary representation and comparison of FP literals - NaN
66 check-type: check-acc-1
83 description: Check fcmpg compares NaN with +Inf
87 description: Check fcmpg compares NaN with -Inf
96 description: Check fcmpg compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-1
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dfcmpg.64.yaml30 description: Check fcmpg.64 compares zero with other zero values.
36 check-type: check-positive
57 description: Check fcmpg.64 compares NaN values.
60 # test - check binary representation and comparison of FP literals - NaN
64 check-type: check-acc-1
81 description: Check fcmpg.64 compares NaN with +Inf
85 description: Check fcmpg.64 compares NaN with -Inf
93 description: Check fcmpg.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-1
[all …]
Dfcmpl.64.yaml30 description: Check fcmpl.64 compares zero with other zero values.
36 check-type: check-positive
59 # test - check binary representation and comparison of FP literals - NaN
63 check-type: check-acc-minus-1
64 description: Check fcmpl.64 compares NaN values.
81 description: Check fcmpl.64 compares NaN with +Inf
85 description: Check fcmpl.64 compares NaN with -Inf
93 description: Check fcmpl.64 compares NaN with various values.
96 # test - check comparison of NaN with values
100 check-type: check-acc-minus-1
[all …]
Dfcmpg.yaml30 description: Check fcmpg compares zero with other zero values.
37 check-type: check-positive
59 description: Check fcmpg compares NaN values.
62 # test - check binary representation and comparison of FP literals - NaN
66 check-type: check-acc-1
83 description: Check fcmpg compares NaN with +Inf
87 description: Check fcmpg compares NaN with -Inf
96 description: Check fcmpg compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-1
[all …]
Dfcmpl.yaml30 description: Check fcmpl compares zero with other zero values.
37 check-type: check-positive
61 # test - check binary representation and comparison of FP literals - NaN
65 check-type: check-acc-minus-1
66 description: Check fcmpl compares NaN values.
83 description: Check fcmpl compares NaN with +Inf
87 description: Check fcmpl compares NaN with -Inf
97 description: Check fcmpl compares NaN with various values.
99 # test - check comparison of NaN with values
103 check-type: check-acc-minus-1
[all …]
/arkcompiler/runtime_core/taihe/test/ani_namespace/user/
Dmain.ets1370 suite.addTest("check testCasebaseFunctionTest1", testCasebaseFunctionTest1);
1371 suite.addTest("check testCasebaseFunctionTest2", testCasebaseFunctionTest2);
1372 suite.addTest("check testCasebaseFunctionTest3", testCasebaseFunctionTest3);
1373 suite.addTest("check testCasebaseFunctionTest4", testCasebaseFunctionTest4);
1374 suite.addTest("check testCasebaseFunctionTest5", testCasebaseFunctionTest5);
1375 suite.addTest("check testCasebaseFunctionTest6", testCasebaseFunctionTest6);
1376 suite.addTest("check testCasebaseFunctionTest7", testCasebaseFunctionTest7);
1377 suite.addTest("check testCasebaseFunctionTest8", testCasebaseFunctionTest8);
1378 suite.addTest("check testCasebaseFunctionTest9", testCasebaseFunctionTest9);
1380 "check testCasebaseFunctionTest10", testCasebaseFunctionTest10);
[all …]
/arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/forUpdate/
Dfor-update-continue-break-body-decl-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true
Dfor-update-continue-break-head-decl-head-body-outer-expected.txt1 check enter loop, len == 6: true
2 check enter loop, len == 6: true
3 check enter loop, len == 6: true
4 check enter loop, len == 6: true
5 check enter loop, len == 6: true
6 check exit loop, len == 6: true

12345678910>>...132