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

core Symbol: ArgumentError not thrown on documented cases #13715

Closed
DartBot opened this issue Oct 1, 2013 · 3 comments
Closed

core Symbol: ArgumentError not thrown on documented cases #13715

DartBot opened this issue Oct 1, 2013 · 3 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Oct 1, 2013

This issue was originally filed by Ilya.Va...@gmail.com


ArgumentError is not thrown on co19 tests:

LibTest/core/Symbol/Symbol_A01_t03
LibTest/core/Symbol/Symbol_A01_t04
LibTest/core/Symbol/Symbol_A01_t05

"An ArgumentError is thrown if name starts with an underscore, or if name is not a String. An ArgumentError is thrown if name is not an empty string and is not a valid qualified identifier optionally followed by '='"

    new Symbol('_foo');
    new Symbol(null);
    new Symbol(new Symbol(''));
    new Symbol('+++');
    new Symbol('2013year');

@sethladd
Copy link
Contributor

sethladd commented Oct 2, 2013

Added Area-VM, Triaged labels.

@ghost
Copy link

ghost commented Mar 12, 2014

Issue #17360 has been merged into this issue.


cc @lrhn.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, FFI, and the AOT and JIT backends. labels Mar 12, 2014
@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
@zanderso zanderso added the closed-duplicate Closed in favor of an existing report label Jan 5, 2017
@zanderso
Copy link
Member

zanderso commented Jan 5, 2017

This looks like a duplicate of #11669

@zanderso zanderso closed this as completed Jan 5, 2017
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, FFI, and the AOT and JIT backends. closed-duplicate Closed in favor of an existing report type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

4 participants