Skip to content

Update/remove 65-bit tests for Dart2 #1007

Closed
@kevmoo

Description

@kevmoo

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions