Skip to content

New co19 failures in VM after updating to revision 290 #3442

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
peter-ahe-google opened this issue Jun 8, 2012 · 4 comments
Closed

New co19 failures in VM after updating to revision 290 #3442

peter-ahe-google opened this issue Jun 8, 2012 · 4 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant

Comments

@peter-ahe-google
Copy link
Contributor

121 new failures. Three crashes :-(

[ $runtime == vm ]
Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t02: Fail
Language/07_Classes/07_Classes_A02_t29: Fail
Language/07_Classes/07_Classes_A02_t31: Fail
Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail
Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail
Language/10_Expressions/05_Strings_A20_t01: Fail
Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail
Language/10_Expressions/13_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail
Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A02_t01: Fail
Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A03_t02: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t02: Fail
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t03: Fail
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A05_t01: Fail
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t09: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t10: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t11: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t12: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t17: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t18: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t19: Fail
Language/10_Expressions/28_Identifier_Reference_A06_t20: Fail
Language/10_Expressions/28_Identifier_Reference_A07_t03: Fail
Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail
Language/10_Expressions/29_Type_Test_A05_t01: Fail
Language/10_Expressions/29_Type_Test_A05_t02: Fail
Language/10_Expressions/29_Type_Test_A05_t03: Fail
Language/11_Statements/08_Switch_A02_t01: Fail
Language/11_Statements/08_Switch_A05_t01: Fail
Language/11_Statements/08_Switch_A05_t02: Fail
Language/11_Statements/08_Switch_A06_t01: Fail
Language/11_Statements/08_Switch_A06_t02: Fail
Language/11_Statements/08_Switch_A06_t03: Fail
Language/11_Statements/08_Switch_A06_t04: Fail
Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail
Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail
Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail
LibTest/core/Future/chain_A01_t07: Fail
LibTest/core/Future/chain_A03_t01: Fail
LibTest/core/Future/handleException_A01_t07: Fail
LibTest/core/Future/then_A01_t05: Fail
LibTest/core/Future/transform_A01_t06: Fail
LibTest/core/Future/transform_A03_t01: Fail
LibTest/core/Futures/wait_A01_t02: Fail
LibTest/isolate/ReceivePort/receive_A01_t02: Fail
LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash

'case' or '}' expected

Language/11_Statements/08_Switch_A01_t01: Fail

'foo' is already defined

Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail

class '?' overrides function '?' of super class '?' with incompatible parameters

Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail
Language/10_Expressions/15_Getter_Invocation_A04_t01: Fail
Language/10_Expressions/15_Getter_Invocation_A04_t02: Fail
Language/10_Expressions/16_Assignment_A05_t02: Fail
Language/10_Expressions/16_Assignment_A05_t04: Fail
Language/10_Expressions/16_Assignment_A05_t05: Fail
Language/10_Expressions/16_Assignment_A08_t04: Fail

duplicate formal parameter 'f'

Language/13_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail

function '?' not found in super class

Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t01: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t01: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A06_t02: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail
Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail

function '?' of class '?' conflicts with getter 'f' of super class '?'

Language/07_Classes/1_Instance_Methods_A05_t02: Fail

function '?' of class '?' conflicts with setter 'f' of super class '?'

Language/07_Classes/1_Instance_Methods_A05_t03: Fail

identifier expected

Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t01: Fail
Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A02_t02: Fail

initializer must be a compile time constant

Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A01_t01: Fail
Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A01_t02: Fail
Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A01_t03: Fail
Language/10_Expressions/28_Identifier_Reference_A05_t08: Fail
Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail
Language/10_Expressions/28_Identifier_Reference_A05_t10: Fail

invalid operator overloading

Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail
Language/07_Classes/1_Instance_Methods/2_Operators_A09_t01: Fail
Language/08_Interfaces/1_Methods/1_Operators_A01_t01: Fail
Language/10_Expressions/01_Constants_A18_t03: Fail
Language/10_Expressions/14_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail
Language/10_Expressions/20_Equality_A02_t02: Fail
Language/10_Expressions/20_Equality_A02_t03: Fail
Language/10_Expressions/20_Equality_A02_t04: Fail
Language/10_Expressions/20_Equality_A03_t01: Fail
Language/10_Expressions/20_Equality_A03_t02: Fail
Language/10_Expressions/20_Equality_A03_t03: Fail

keyword 'const' not allowed in field declaration

Language/07_Classes/4_Instance_Variables_A02_t01: Fail
Language/07_Classes/4_Instance_Variables_A02_t06: Fail
Language/07_Classes/7_Static_Variables_A01_t01: Fail
Language/07_Classes/7_Static_Variables_A01_t05: Fail

missing 'var', 'final' or type in field declaration

Language/07_Classes/4_Instance_Variables_A03_t01: Fail
Language/07_Classes/7_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A01_t04: Fail
Language/07_Classes/7_Static_Variables_A02_t01: Fail

parameter name or type expected

Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail
Language/07_Classes/5_Constructors/1_Generative_Constructors_A15_t07: Fail

prefix should be an identifier

Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail

unexpected token 'const'

Language/05_Variables/05_Variables_A01_t01: Fail
Language/05_Variables/05_Variables_A04_t09: Fail
Language/05_Variables/05_Variables_A05_t03: Fail
Language/10_Expressions/01_Constants_A05_t01: Fail
Language/10_Expressions/01_Constants_A06_t01: Fail
Language/10_Expressions/01_Constants_A18_t02: Fail

using 'x' in this context is invalid

Language/11_Statements/05_For_A01_t11: Fail

[ $runtime == vm && $unchecked ]
Language/10_Expressions/18_Logical_Boolean_Expressions_A01_t01: Fail # unexpected token '&&'
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail

[ $runtime == vm && $checked ]
Language/03_Overview/1_Scoping_A02_t30: Fail
Language/03_Overview/1_Scoping_A02_t31: Fail
Language/10_Expressions/08_Function_Expressions_A03_t02: Fail
Language/10_Expressions/08_Function_Expressions_A03_t05: Fail

[ $runtime == vm && $arch == x64 && $checked ]
Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A06_t02: Crash
Language/10_Expressions/07_Maps_A10_t05: Fail
Language/10_Expressions/06_Lists_A09_t01: Fail
Language/10_Expressions/06_Lists_A09_t04: Fail

@peter-ahe-google
Copy link
Contributor Author

Sorry, one more crash:

[ $runtime == vm && $mode == debug ]
LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash

@iposva-google
Copy link
Contributor

We need to wait for a new drop of the co19 tests which is updated to the new language specification before continuing analyzing these.


Added this to the Later milestone.

@iposva-google
Copy link
Contributor

Removed Priority-Medium label.
Added Priority-Unassigned label.

@DartBot
Copy link

DartBot commented Sep 19, 2013

This comment was originally written by @mhausner


Added AssumedStale label.

@peter-ahe-google peter-ahe-google added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant labels Sep 19, 2013
@peter-ahe-google peter-ahe-google added this to the Later milestone Sep 19, 2013
copybara-service bot pushed a commit that referenced this issue Jun 13, 2022
Changes:
```
> git log --format="%C(auto) %h %s" 51435ef..c4e9ddc
 https://dart.googlesource.com/pub.git/+/c4e9ddc8 Extend retries for file-ops on windows (#3451)
 https://dart.googlesource.com/pub.git/+/6aeb1795 Upgrade package:lints to 2.0.0 (#3445)
 https://dart.googlesource.com/pub.git/+/73ea9a98 Roll tar to 0.5.5+1 (#3447)
 https://dart.googlesource.com/pub.git/+/2dc887fe Add env var for writing golden files (#3222)
 https://dart.googlesource.com/pub.git/+/764500b8 List all files in pub publish (#3440)
 https://dart.googlesource.com/pub.git/+/0b52e6a8 Remove debug print (#3441)
 https://dart.googlesource.com/pub.git/+/ea070238 Merge pull request #3443 from jonasfj/master
 https://dart.googlesource.com/pub.git/+/bffd1267 Merge branch 'cherry-pick-for-2.17.2'
 https://dart.googlesource.com/pub.git/+/c66381c5 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/cecc8e3c Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/6c635040 Make `name` field of `_UserInfo` nullable. Fix #3424 (#3442)
 https://dart.googlesource.com/pub.git/+/6f20a94b Handle missing pubspec.lock in dependency_services list (#3439)
 https://dart.googlesource.com/pub.git/+/0ad17e84 Handle broken response from userinfo_endpoint (#3427)
 https://dart.googlesource.com/pub.git/+/153ef061 `pub add` create top-level attribute in block-style if possible. (#3423)
 https://dart.googlesource.com/pub.git/+/3b96f910 Handle error code 183 on windows (#3426)
 https://dart.googlesource.com/pub.git/+/9eb6428c Ignore `pubspec_overrides.yaml` for `publish` command (#3419)

```

Diff: https://dart.googlesource.com/pub.git/+/51435efcd574b7bc18d47a5dd620cb9759dea8f8~..c4e9ddc888c3aa89ef4462f0c4298929191e32b9/
Change-Id: I6dacb3e95c6399d3fb5cf340b5d0e5cded270684
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/247962
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
copybara-service bot pushed a commit that referenced this issue Jun 20, 2023
… webdev

Revisions updated by `dart tools/rev_sdk_deps.dart`.

bazel_worker (https://github.com/dart-lang/bazel_worker/compare/c14a268..f7b714e):
  f7b714e  2023-06-16  Jacob MacDonald  add firehose publishing workflow (#76)
  0743f11  2023-06-16  Parker Lougheed  Require protobuf 3.0.0 and prepare for 1.0.3 release (#75)

dartdoc (https://github.com/dart-lang/dartdoc/compare/5799424..793d575):
  793d575d  2023-06-14  Sam Rawlins  Remove unused coverage feature (#3444)
  19ad21a4  2023-06-14  Parker Lougheed  Replace `@sealed` meta usage with keyword (#3445)
  8e9d89e3  2023-06-12  Sam Rawlins  Remove all `@deprecated` elements. (#3250)
  2019791c  2023-06-12  dependabot[bot]  Bump actions/checkout from 3.5.2 to 3.5.3 (#3442)
  d34c7067  2023-06-12  dependabot[bot]  Bump github/codeql-action from 2.3.6 to 2.13.4 (#3443)

http (https://github.com/dart-lang/http/compare/ba7eb60..8c25057):
  8c25057  2023-06-16  Nate Bosch  Unskip a skipped test (#966)

protobuf (https://github.com/dart-lang/protobuf/compare/a9bf79f..e76bd74):
  e76bd74  2023-06-19  Ömer Sinan Ağacan  Remove protoc_plugin exe from repo, update .gitignore (#851)
  4b71e60  2023-06-16  Ömer Sinan Ağacan  Fix a change in protoc_plugin changelog (#846)
  f4ffa1d  2023-06-16  Ömer Sinan Ağacan  Fix missing protobuf import in grpc files (#845)

source_maps (https://github.com/dart-lang/source_maps/compare/dd5b5cd..58eef30):
  58eef30  2023-06-12  Kevin Moore  Require Dart 3, update lints (#79)

tools (https://github.com/dart-lang/tools/compare/8d6e8b8..02b5cc5):
  02b5cc5  2023-06-16  Brian Wilkerson  Add documentation for server events (#115)
  698bfe8  2023-06-15  Elias Yishak  Introducing new `Event` class that can be send via `analytics.send(Event event)` (#114)

webdev (https://github.com/dart-lang/webdev/compare/81ae77a..b58edb7):
  b58edb7d  2023-06-16  Elliott Brooks  Fix the DCM workflow (#2147)
  1551fe6c  2023-06-16  Elliott Brooks  Wrap VM service API methods in an error handler to convert any exceptions into type `RPCError`
(#2144)
  06abe901  2023-06-14  Elliott Brooks  Add more tests to daily testing cron job (#2138)
  5cb2dcf6  2023-06-13  Elliott Brooks  Use new error codes from package:vm_service (#2141)

Change-Id: I6779c6d20fbc69e83848f469df3e0b4d21420a9a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/310322
Auto-Submit: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
This issue was closed.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. closed-obsolete Closed as the reported issue is no longer relevant
Projects
None yet
Development

No branches or pull requests

3 participants