Skip to content

Dromaeo breaking on Windows Dartium #2736

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

Closed
vsmenon opened this issue Apr 25, 2012 · 4 comments
Closed

Dromaeo breaking on Windows Dartium #2736

vsmenon opened this issue Apr 25, 2012 · 4 comments
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures

Comments

@vsmenon
Copy link
Member

vsmenon commented Apr 25, 2012

The Windows dartium is reliably crashing (Aw, Snap) on Dartium when I run:

index-js.html?dart&dom&query

I've isolated what I think is a similar fragment. This is crashing for me in Dartium playground:

import('dart:dom');

void main() {
  final message = 'Hello from Dart!';
  final node = document.createElement('div');
  node.innerHTML = '<b>Hello</b>';
  document.body.appendChild(node);
  var nodes = document.getElementsByTagName('*');
  print('Open the Dev Tools Console to see this. ${nodes[nodes.length-1]}');
}

@vsmenon
Copy link
Member Author

vsmenon commented Apr 25, 2012

Note, to run Dromaeo (via index-js.html), you need to run samples/third_party/dromaeo/generate_frog_tests.py. It will create index-js.html in that same directory.

We should also be able to run:
index.html?dart&dom&query

That also crashes, but earlier. It may be a different bug.

I'm running: DartVM r6956

@DartBot
Copy link

DartBot commented Apr 27, 2012

This comment was originally written by [email protected]


Fix is under review.


Set owner to [email protected].
Added Started label.

@DartBot
Copy link

DartBot commented Apr 27, 2012

This comment was originally written by [email protected]


Added Fixed label.

@DartBot
Copy link

DartBot commented Apr 28, 2012

This comment was originally written by [email protected]


Issue #2784 has been merged into this issue.

@vsmenon vsmenon added Type-Defect P1 A high priority bug; for example, a single project is unusable or has many test failures labels Apr 28, 2012
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 A high priority bug; for example, a single project is unusable or has many test failures
Projects
None yet
Development

No branches or pull requests

2 participants