We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproduce:
pub run test test/tokenizer_test.dart -N '65-bit' works on Dart stable fails on Dart 2.0.0-dev.15
pub run test test/tokenizer_test.dart -N '65-bit'
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
DART_VM_OPTIONS='--no_limit_ints_to_64_bits' pub run test test/tokenizer_test.dart -N '65-bit'
See failures: Before: https://travis-ci.org/dart-lang/html/jobs/326615035 After: https://travis-ci.org/dart-lang/html/jobs/327414723
The text was updated successfully, but these errors were encountered:
Remove tests expecting >64-bit ints
79b4449
Fixes https://github.com/dart-lang/html/issues/64
Remove tests expecting >64-bit ints (#65)
50e04c7
Remove tests expecting >64-bit ints (dart-archive/html#65)
29c8475
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: