Home
last modified time | relevance | path

Searched full:but (Results 1 – 25 of 1044) sorted by relevance

12345678910>>...42

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/coroutines/
Dlaunch_instruction.sts36 console.println("Test 'onearg': expected argument '1' but was " + x);
45 console.println("Test 'twoargs': expected first argument '1' but was " + x);
49 console.println("Test 'twoargs': expected second argument '2' but was " + y);
58 console.println("Test 'threeargs': expected first argument '1' but was " + x);
62 console.println("Test 'threeargs': expected second argument '2' but was " + y);
66 console.println("Test 'threeargs': expected third argument '3' but was " + z);
75 console.println("Test 'fourargs': expected first argument '1' but was " + x1);
79 console.println("Test 'fourargs': expected second argument '2' but was " + x2);
83 console.println("Test 'fourargs': expected third argument '3' but was " + x3);
87 console.println("Test 'fourargs': expected fourth argument '4' but was " + x4);
[all …]
Dlaunch_exception.sts34 console.println("No exceptions thrown by coro_stack_overflow() but should be!")
38 console.println("Expected StackOverflowError but another exception has been thrown!");
48 console.println("No exceptions thrown by coro_error() but should be!")
52 console.println("Expected Error but another exception has been thrown!");
Dlaunch_return.sts68 errorMessage = "Expected -3 but got " + value;
82 errorMessage = "Expected 'x' but got " + value;
96 errorMessage = "Expected 32767 but got " + value;
110 errorMessage = "Expected 5 but got " + value;
124 errorMessage = "Expected 777 but got " + value;
139 errorMessage = "Expected " + FLOAT_PI + " but got " + value;
154 errorMessage = "Expected 2.71 but got " + value;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp281 Error("expect [ for array type but get "); in ParseArrayType()
291 Error("expect int value parsing array type after [ but get "); in ParseArrayType()
301 Error("expect ] after int value parsing array type but get "); in ParseArrayType()
327 Error("expect : parsing field type but get "); in ParseBitFieldType()
331 Error("expect int const val parsing field type but get "); in ParseBitFieldType()
338 Error("expect primitive type but get "); in ParseBitFieldType()
342 Error("syntax error bit field should be integer type but get "); in ParseBitFieldType()
355 Error("parsing pragma error: expecting [ but get "); in ParsePragmaElementForArray()
360 Error("parsing pragma error: expecting int but get "); in ParsePragmaElementForArray()
366 Error("parsing pragma error: expecting , but get "); in ParsePragmaElementForArray()
[all …]
Dmir_parser.cpp26 Error("expect intconst in switch but get "); in ParseSwitchCase()
31 Error("expect : in switch but get "); in ParseSwitchCase()
35 Error("expect goto in switch case but get "); in ParseSwitchCase()
39 Error("expect label in switch but get "); in ParseSwitchCase()
110 Error("expect dassign/regassign but get "); in ParseCallReturns()
213 Error("expect intconst in LOC but get "); in ParseLoc()
218 Error("expect intconst in LOC but get "); in ParseLoc()
326 Error("expect integer after frameSize but get "); in ParseStmtBlockForFrameSize()
339 Error("expect integer after upFormalSize but get "); in ParseStmtBlockForUpformalSize()
352 Error("expect integer after moduleid but get "); in ParseStmtBlockForModuleID()
[all …]
/arkcompiler/ets_runtime/test/aottest/class_method_signature/
Dclass_method_signature.ts103 // one signature but no body
110 return "test one signature but no body";
117 // multi-signatures but one body
130 return "test multi-signatures but one body";
138 // multi-signature but no body.
149 return "test multi-signatures but no body";
Dexpect_output.txt28 test one signature but no body
30 test multi-signatures but one body
32 test multi-signatures but no body
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/07.function_and_method_overloading/04.declaration_distinguishable_by_signatures/
Ddist.sts20 - They are functions with the same name, but their signatures are not override-equivalent.
21 - They are methods with the same name, but their signatures are not override-equivalent.
22 - They are constructors of the same class, but their signatures are not override-equivalent.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/escompat/
DJsonParseTest.sts222 assert __runtimeSameValueZero(expected, actual) : `expected ${expected} but was ${actual}`
226 … assert __runtimeIsSameReference(expected, actual) : `expected "${expected}" but was "${actual}"`
230 assert actual : "expected true but was false"
235 assert actual === null : `expected 'null' but was [${actual}]`
237 assert actual === undefined : `expected 'undefined' but was [${actual}]`
239 assert actual !== null : `expected [${expected}] but was 'null'`
240 assert actual !== undefined : `expected [${expected}] but was 'udefined'`
245 … assert expected.length == actual.length : `expected [${expected}] but was [${actual}]`
249 assert false : `expected [${expected}] but was [${actual}]`
/arkcompiler/runtime_core/tests/cts-coverage-tool/
DREADME.md26 --full_md (-F) - same as --full, but in markdown format
28 --uncovered_md (-U) - same as --uncovered, but in markdown format
30 --orphaned_md (-O) - same as --orphaned, but in markdown format
/arkcompiler/runtime_core/static_core/tests/cts-coverage-tool/
DREADME.md26 --full_md (-F) - same as --full, but in markdown format
28 --uncovered_md (-U) - same as --uncovered, but in markdown format
30 --orphaned_md (-O) - same as --orphaned, but in markdown format
/arkcompiler/runtime_core/compiler/docs/
Dplt.md8 but not always.
25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i…
118 …re filled with zeroes and after resolving they both store `Class pointer`, but have different mean…
156 It stores gathered `Class pointer` into `ThirdSlot`, and also does the same for `SecondSlot` but un…
175 in 3 Resolvers (all but CallStatic) is actually a caller-saved for `arm64`, but callee-saved for `x…
184 It actually copies the `SlowPath` behavior of usual `BoundaryFrame` class constructor, but with one…
185 for 3 out of 4 Resolvers (all but CallStatic) "return address" and "previous frame" values which ar…
203 AOT file, but distance to `.aot_got` section can be calculated in the same way like for usual code …
/arkcompiler/runtime_core/static_core/compiler/docs/
Dplt.md8 but not always.
25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i…
118 …re filled with zeroes and after resolving they both store `Class pointer`, but have different mean…
156 It stores gathered `Class pointer` into `ThirdSlot`, and also does the same for `SecondSlot` but un…
175 in 3 Resolvers (all but CallStatic) is actually a caller-saved for `arm64`, but callee-saved for `x…
184 It actually copies the `SlowPath` behavior of usual `BoundaryFrame` class constructor, but with one…
185 for 3 out of 4 Resolvers (all but CallStatic) "return address" and "previous frame" values which ar…
203 AOT file, but distance to `.aot_got` section can be calculated in the same way like for usual code …
/arkcompiler/runtime_core/static_core/docs/
Dimport-export.md41 … ```import * as M from "..."``` it would be necessary to specify an alias, but it is allowed inter…
208 …bjects is a solution, to remove 'export' flag when variables are imported, but it could significan…
228 …ore parsing, for example non-existent, incorrectly specified import paths, but not errors that can…
240 …It is mandatory to add importAlias, but there is a temporary exception due to stdlib sources, whic…
254 but not the
294 …ept for reexport declarations. This is a shortcoming that would be useful, but requires a major ov…
338 * The original name of the default export can also be used when importing, but it is not necessary:
366 Renaming should be optional, but it is not supported currently.
410 …or will be thrown, if something is being imported using its original name, but it was exported wit…
456 When re-exporting, new names can be given. This action is similar to importing but with the opposit…
[all …]
/arkcompiler/ets_runtime/test/aotjsperftest/
DREADME_en.md53 "ZLIB_PATH": "", # you can let this value be empty,but dont delete this key
54 "LIB_PATH": "", # you can let this value be empty,but dont delete this key
71 But after run, perftest case will be deleted too.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/
DFakeNativeTest.sts36 …throw new Error("ERROR: nativeFake method was successfully called, but does not have a definition"…
49 …throw new Error("ERROR: nativeFakeCritical method was successfully called, but does not have a def…
/arkcompiler/toolchain/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
56 to the Licensor or its representatives, including but not limited to
59 Licensor for the purpose of discussing and improving the Work, but
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/static_core/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
56 to the Licensor or its representatives, including but not limited to
59 Licensor for the purpose of discussing and improving the Work, but
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_runtime/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
56 to the Licensor or its representatives, including but not limited to
59 Licensor for the purpose of discussing and improving the Work, but
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/
Dallure_reporter.rb111 set_failure('Test is compiled, but should be rejected.')
126 set_failure("Exit code: #{status}, but expected failure.")
131 set_failure("Verifier exit code: #{status}, but expected failure.")
/arkcompiler/runtime_core/
DLICENSE28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
56 to the Licensor or its representatives, including but not limited to
59 Licensor for the purpose of discussing and improving the Work, but
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/ets_frontend/ets2panda/
DLICENSE.txt28 including but not limited to software source code, documentation
32 transformation or translation of a Source form, including but
56 to the Licensor or its representatives, including but not limited to
59 Licensor for the purpose of discussing and improving the Work, but
161 Work (including but not limited to damages for loss of goodwill,
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
DREADME.md36 … of error stated in the specification. If the error type is not specified, but the code should not…
74 **Every snippet in .rst should be marked with ".. code-block-meta:"**, but there is cases when snip…
105 …nto several separate code (such as code block - explanation - code block), but they should be test…
168 During development, not only the support status of a feature may change, but also the type of compi…
185 Subset code should be tested not only with es2panda but also with tsc. Not subset - shouldn't
/arkcompiler/runtime_core/tests/cts-generator/runner/reporters/
Dallure_reporter.rb111 set_failure('Test is compiled, but should be rejected.')
126 set_failure("Exit code: #{status}, but expected failure.")
131 set_failure("Verifier exit code: #{status}, but expected failure.")
/arkcompiler/ets_frontend/es2panda/test/parser/binder/
Dnamespace-scope-name-js-expected.txt2 The size of programs is expected to be 1, but is 0

12345678910>>...42