Home
last modified time | relevance | path

Searched full:missing (Results 1 – 25 of 194) sorted by relevance

12345678

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/07.while_statements_and_do_statements/
Dneg.params.yaml17 // missing parentheses
21 // missing right parenthesis
25 // missing left parenthesis
29 // missing parentheses
33 // missing right parenthesis
37 // missing left parenthesis
41 // missing statement
45 // missing right curly bracket
49 // missing left curly bracket
53 // missing curly braces, multiple statements
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/05.if_statements/
Dif_neg.params.yaml17 // missing statement in then branch
25 // missing statement in else branch
33 // missing parentheses
37 // missing right parenthesis
41 // missing left parenthesis
45 // multiple statements, missing curly braces
50 // missing left curly bracket in then branch
54 // missing left curly bracket in else branch
58 // missing right curly bracket in then branch
62 // missing right curly bracket in else branch
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/
D.pylintrc20 # C0114: Missing module docstring (missing-module-docstring)
21 # C0115: Missing class docstring (missing-class-docstring)
22 # C0116: Missing function or method docstring (missing-function-docstring)
29 disable=missing-module-docstring,
30 missing-class-docstring,
31 missing-function-docstring,
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
Dambient_annotations_bad_type03.sts21 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
22 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
23 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
24 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
25 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
26 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
27 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
28 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
29 …' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the implementa…
DannotationUsage_as_type12.sts21 /* @@? 19:9 Error TypeError: Annotation missing '@' symbol before annotation name. */
23 /* @@? 19:9 Error TypeError: Annotation missing '@' symbol before annotation name. */
DannotationUsage_as_type11.sts21 /* @@? 19:9 Error TypeError: Annotation missing '@' symbol before annotation name. */
23 /* @@? 19:9 Error TypeError: Annotation missing '@' symbol before annotation name. */
DannotationUsage_missing_AT01.sts26 /* @@? 19:1 Error TypeError: Annotation missing '@' symbol before annotation name. */
28 /* @@? 22:1 Error TypeError: Annotation missing '@' symbol before annotation name. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/08.for_statements/
Dfor_loop_incorrect_params.params.yaml17 - doc: missing parentheses
21 - doc: missing right parentheses
25 - doc: missing left parentheses
29 - doc: missing opening curly bracket
33 - doc: missing closing curly bracket
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/
D.pylintrc23 missing-docstring,
24 missing-function-docstring,
25 missing-module-docstring,
26 missing-class-docstring,
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/08.function_declarations/
Dfunction_decl_neg.params.yaml16 # missing return type
19 # missing name
27 # missing parameters
32 # missing colon
35 # missing body
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/01.for-of_type_annotation/
Dfor_of_n.params.yaml54 // missing right parenthesis
59 // missing left parenthesis
64 // missing both parentheses
69 // missing semicolon separating type
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/02.lexical_elements/09.literals/03.bigint_literals/
Dbigint_func_n.params.yaml16 - 'BigInt() // missing argument'
22 - 'BigInt.asIntN() // missing arguments'
28 - 'BigInt.asUintN() // missing arguments'
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dcatch_or_finally_1.ts22 /* @@? 16:8 Error SyntaxError: Missing catch or finally clause. */
24 /* @@? 17:8 Error SyntaxError: Missing catch or finally clause. */
33 /* @@? 34:1 Error SyntaxError: Missing catch or finally clause. */
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/04.array_literal/
Darr_n.params.yaml17 let a: (number|undefined)[] = [ 1, 2, 3, , 4, ] // missing elements not allowed in ets
19 let a: undefined[] = [,] // missing elements not allowed in ets
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/models/
Doptions.test.ts35 it('should handle missing fields by setting defaults', () => {
39 // missing `values` and `default` fields
52 it('should return an empty array if compileOptions is missing', () => {
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/bin/
Dspectrac.rb63 # check that required arguments aren't missing
64 missing = %i[spec testdir testglob].select { |param| options[param].nil? }
65 raise OptionParser::MissingArgument, missing.join(', ') unless missing.empty?
/arkcompiler/runtime_core/tests/cts-coverage-tool/bin/
Dspectrac.rb63 # check that required arguments aren't missing
64 missing = %i[spec testdir testglob].select { |param| options[param].nil? }
65 raise OptionParser::MissingArgument, missing.join(', ') unless missing.empty?
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/08.statements/09.for_of_statements/
Dfor_of_neg.params.yaml59 // missing right parenthesis
64 // missing left parenthesis
69 // missing both parentheses
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/class_extension/
Dindex.ts16 //@ts-ignore -- to avoid @types/node missing
18 //@ts-ignore -- to avoid @types/node missing
29 //@ts-ignore -- to avoid @types/node missing
Dindex.js27 //@ts-ignore -- to avoid @types/node missing
29 //@ts-ignore -- to avoid @types/node missing
36 //@ts-ignore -- to avoid @types/node missing
/arkcompiler/ets_frontend/test262/
DREADME.md3 es5_tests.txt: This file contains a list of ES5 test cases. If useful cases are found missing, you…
4 … ES2015 except those filtered out with'es6id'. If useful cases are found missing, you can add them…
5 … ES2021 except those filtered out with'es6id'. If useful cases are found missing, you can add them…
6 …ains a list of internationalization test cases. If you find useful cases missing, you can add them…
7 …f use cases that do not meet the requirements. If useful cases are found missing, you can add them…
8 …ompliant internationalization use cases. If useful cases are found to be missing, they can be adde…
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-constructor4-expected.txt1 SyntaxError: Constructor implementation is missing. [test-class-constructor4.ts:18:5]
Dtest-class-constructor1-expected.txt1 SyntaxError: Constructor implementation is missing. [test-class-constructor1.ts:20:5]
Dtest-class-constructor2-expected.txt1 SyntaxError: Constructor implementation is missing. [test-class-constructor2.ts:21:5]
Dtest-class-constructor6-expected.txt1 SyntaxError: Constructor implementation is missing. [test-class-constructor6.ts:19:5]

12345678