dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.2k stars 1.57k forks source link

dart2dart fails on assert on 6 tests #5819

Closed DartBot closed 9 years ago

DartBot commented 12 years ago

This issue was originally filed by @aam


As of r13585 following 6 tests fail when running dart2dart in checked mode with same internal error:

Internal error: 'file:///C:/dart_bleeding/dart-repo.9/dart/lib/compiler/implementation/dart_backend/placeholder_collector.dart': Failed assertion: line 397 pos 16: 'element is VariableElement || element.isAccessor()' is not true.

language/assign_top_method_negative_test language/call_nonexistent_static_test/09 language/getter_no_setter_test/01 language/syntax_test/10 co19/Language/06_Functions/1_Function_Declaration_A02_t02 co19/Language/06_Functions/1_Function_Declaration_A03_t02

DartBot commented 12 years ago

This comment was originally written by antonm@google.com


Roma, may you, please, have a look?


Set owner to smok@google.com. Added this to the M2 milestone. Added Triaged label.

DartBot commented 12 years ago

This comment was originally written by smok@google.com


Added Fixed label.