Home
last modified time | relevance | path

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

12345678910>>...47

/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/annotation_tests/
Dambient_annotations_bad_type03.sts21 …iArray' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
22 …'color' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
23 …tBools' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
24 …iewers' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
25 …rColor' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
26 …stBool' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
27 …ersAge' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
28 …horAge' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
29 …orName' in annotation 'ClassAuthor' is declared in the ambient declaration but missing in the impl…
DannotationUsage_bad_param09.sts38 …e provided for annotation 'MyAnno' field 'testProperty1' is of type 'int', but expected type is 'S…
39 …rovided for annotation 'MyAnno' field 'testProperty2' is of type 'String', but expected type is 'b…
42 …vided for annotation 'MyAnno' field 'testProperty3' is of type 'double[]', but expected type is 'i…
43 … provided for annotation 'MyAnno' field 'testProperty4' is of type 'Size', but expected type is 'C…
46 …vided for annotation 'MyAnno' field 'testProperty5' is of type 'double[]', but expected type is 'S…
DannotationUsage_unordered_params.sts24 …rovided for annotation 'MyAnno' field 'testProperty2' is of type 'String', but expected type is 'd…
25 …e provided for annotation 'MyAnno' field 'testProperty1' is of type 'int', but expected type is 'S…
DannotationUsage_bad_param07.sts24 …e provided for annotation 'MyAnno' field 'testProperty1' is of type 'int', but expected type is 'S…
25 …rovided for annotation 'MyAnno' field 'testProperty2' is of type 'String', but expected type is 'd…
/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/test/aottest/class_method_signature/
Dexpect_output.txt28 test one signature but no body
30 test multi-signatures but one body
32 test multi-signatures but no body
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";
/arkcompiler/runtime_core/static_core/plugins/ets/tests/sts_ts_subset/std/core/
DPromiseAnySequence4.sts18 …console.log("Test failed. Expected sequence length " + expectedLength + ", but got " + actual.leng…
23 … console.log("Test failed. Expected element at " + i + " to be " + i + ", but got " + actual[i]);
48 console.log("Test failed. Expected number of errors 2, but got " + err.errors.length);
52 console.log("Test failed. Expected the first error is 'abc', but got " + err.errors[0]);
56 console.log("Test failed. Expected the first error is 'def', but got " + err.errors[1]);
DPromiseRaceSequence1.sts18 …console.log("Test failed. Expected sequence length " + expectedLength + ", but got " + actual.leng…
23 … console.log("Test failed. Expected element at " + i + " to be " + i + ", but got " + actual[i]);
38 console.log("Test failed. Expected value 'abc', but got '" + value + "'");
DPromiseAllSettledRejectIgnored.sts31 …console.log("Test failed. Expected a string array of length 2 but got length " + values.length + "…
40 console.log("Test failed. Expected the first elements has value 'abc' but got ' + v + '.");
45 console.log("Test failed. Expected the first elements has value 'abc' but got ' + v + '.");
DPromiseAllSettledRejectIgnoredDeferred.sts35 …console.log("Test failed. Expected a string array of length 2 but got length " + values.length + "…
44 console.log("Test failed. Expected the first elements has value 'abc' but got ' + v + '.");
49 console.log("Test failed. Expected the first elements has value 'abc' but got ' + v + '.");
/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/interop_js/tests/timer/
Dtimer_tests.sts27 …console.log("Test failed. Expected " + this.numCheckpoints + " checkpoints, but got " + this.seque…
33 …console.log("Test failed. Expected " + i + "-th checkpoint to be " + i + ", but got " + this.seque…
73 …d libuv uses clock_gettime under the hood, but with different parameters. Date.now() uses CLOCK_RE…
106 …d libuv uses clock_gettime under the hood, but with different parameters. Date.now() uses CLOCK_RE…
/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/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/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/ets_frontend/ets2panda/test/ast/parser/ets/
DspreadExpressionNotArrayType.sts23 /* @@? 19:13 Error TypeError: Spread expression can be applied only to array or tuple type, but 'Ob…
24 /* @@? 19:13 Error TypeError: Spread expression can be applied only to array or tuple type, but 'Ob…
Dgenerics_type_param_no_typeargs_no_default.sts24 /* @@? 18:11 Error TypeError: Type 'Base<T>' is generic but type argument were not provided. */
25 /* @@? 22:23 Error TypeError: Type 'Base<T>' is generic but type argument were not provided. */
/arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_6/
Dpackage_module_2.sts21 // If it's clear that a file belongs to a package, but contains type error, compilation is aborted
23 // NOTE (mmartin): error message will always mark the main compiled file, but it's not the correct …
/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/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/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…

12345678910>>...47