-
Notifications
You must be signed in to change notification settings - Fork 1.7k
dart2js fails language/built_in_identifier_prefix_test #6972
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
Labels
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dart2js
Comments
Added TriageForM5 label. |
Removed TriageForM5 label. |
Also fails on dart2dart |
Marked this as blocking #12967. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
Proposed fix in CL 2876813002. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P3
A lower priority bug or feature request
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
web-dart2js
FAILED: dart2js-d8 release_ia32 language/built_in_identifier_prefix_test
Expected: pass
Actual: fail
Unexpected compile-time error.
stdout:
tests/language/built_in_identifier_prefix_test.dart:45:12: unexpected token '_abstract'
abstract.A _abstract = new abstract.A();
^^^^^^^^^
Error: Compilation failed.
stderr:
test.dart: Compilation failed (step 1 of 2), exit code 1
Compilation command: xcodebuild/ReleaseIA32/dart2js --allow-mock-compilation --package-root=xcodebuild/ReleaseIA32/packages/ /Users/ahe/Dart/all/dart/tests/language/built_in_identifier_prefix_test.dart --out=/Users/ahe/Dart/all/dart/xcodebuild/ReleaseIA32/generated_tests/dart2js-d8/tests_language_built_in_identifier_prefix_test/out.js
Command line: xcodebuild/ReleaseIA32/d8 /Users/ahe/Dart/all/dart/xcodebuild/ReleaseIA32/generated_tests/dart2js-d8/tests_language_built_in_identifier_prefix_test/out.js
The text was updated successfully, but these errors were encountered: