Skip to content
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

DartVM crash: empty factory name #968

Closed
DartBot opened this issue Dec 26, 2011 · 3 comments
Closed

DartVM crash: empty factory name #968

DartBot opened this issue Dec 26, 2011 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@DartBot
Copy link

DartBot commented Dec 26, 2011

This issue was originally filed by [email protected]


What steps will reproduce the problem?
consider the following test:

interface I default {
  I();
}

main() {}

What is the expected output? What do you see instead?
Expected: compile-time error
Actual: runtime/vm/parser.cc:1908: error: expected: CurrentToken() == Token::kIDENT

What version of the product are you using? On what operating system?
DartVM r2810

Please provide any additional information below.
co19 test:
LangSpecTest/08_Interfaces/3/Factories/and/Constructors/A01/t01

@dgrove
Copy link
Contributor

dgrove commented Jan 2, 2012

Added Area-VM, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Jan 3, 2012

This comment was originally written by @mhausner


Set owner to @mhausner.

@DartBot
Copy link
Author

DartBot commented Jan 4, 2012

This comment was originally written by @mhausner


Fixed in CL 2930


Added Fixed label.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels Jan 4, 2012
dart-bot pushed a commit that referenced this issue Nov 25, 2020
2020-11-25 [email protected] Fixes #968: missing testing options added back.
2020-11-25 [email protected] #969. Line numbers where we expect an error fixed
2020-11-25 [email protected] #969. Stdout tests failures on Windows fixed. Don't pass executable arguments to the Process
2020-11-24 [email protected] Fixes #968: non-nullable shared option removed.
2020-11-23 [email protected] #932. HttpRequest tests fixed to work with cross origin
2020-11-20 [email protected] #926.Tryjob failures fixed

Cq-Include-Trybots: dart/try:analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-nnbd-win-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try,vm-kernel-precomp-nnbd-win-release-x64-try
Change-Id: I32eaa75a0fcf4b5b7d8c4855b311a46948afb6f6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173964
Reviewed-by: William Hesse <[email protected]>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

2 participants