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

Update/remove 65-bit tests for Dart2 #1007

Closed
Tracked by #31870
kevmoo opened this issue Jan 11, 2018 · 0 comments
Closed
Tracked by #31870

Update/remove 65-bit tests for Dart2 #1007

kevmoo opened this issue Jan 11, 2018 · 0 comments

Comments

@kevmoo
Copy link
Member

kevmoo commented Jan 11, 2018

Reproduce:

pub run test test/tokenizer_test.dart -N '65-bit'
works on Dart stable
fails on Dart 2.0.0-dev.15

DART_VM_OPTIONS='--no_limit_ints_to_64_bits' pub run test test/tokenizer_test.dart -N '65-bit'
Works on Dart 2.0.0-dev.15

See failures:
Before: https://travis-ci.org/dart-lang/html/jobs/326615035
After: https://travis-ci.org/dart-lang/html/jobs/327414723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants