-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Test language/ToplevelCollision2Test fails on dartc #647
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This comment was originally written by @mhausner Test cases ToplevelCollision2/00 and ToplevelCollision2/01 currently pass, but for the wrong reason. They are negative tests that produce the compile-time error described above. |
This comment was originally written by [email protected] Set owner to @scheglov. |
Fixed as http://code.google.com/p/dart/issues/detail?id=519 Added Fixed label. |
Re-open, causes problem in release mode. Added Triaged label. |
Failure log: === releaseia32 dartc language/ToplevelCollision2Test/none === Probably code generation/optimization problem. |
This comment was originally written by [email protected] Release mode is now a no-op. No more code generation at all in dartc - closing. Added WontFix label. |
…ions) https://dart.googlesource.com/protobuf/+log/3105588b8e51..3149f6f2d323 2022-06-16 [email protected] Use `dart compile js` instead of `dart2js` in bench builders 2022-06-16 [email protected] Remove `ProtobufContainer` superclass of `CodeGenerator` (#647) 2022-06-16 [email protected] Remove redundant reserved names (#679) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-protobuf-dart-sdk Please CC [email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Dart Protobuf Support: https://github.com/dart-lang/protobuf/issues To file a bug in Dart SDK: https://github.com/dart-lang/sdk/issues To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: [email protected] Change-Id: I89162783f5edcea85ed56ee2258b71ac390bca7b Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/248761 Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Nate Bosch <[email protected]>
This issue was originally filed by @mhausner
The test defines a top-level getter and setter with the same name, which is ok. However, dartc reports that the name is already defined.
The text was updated successfully, but these errors were encountered: