dart-sdk/pkg/kernel/pubspec.yaml
Konstantin Shcheglov e94a8e1367 Start adding unit tests for ClassHierarchy.
I need these tests in order to be sure that I understand expectations
of the ClassHierarchy interface, and to be able to test a lazy
implementation I'm going to create for incremental kernel generator.

I moved lub_test tests into this wider test suite.

Tests for forEachOverridePair() are not complete yet, just one path
is tested.

If there are any additional cases that you think should be covered,
please let me know.

R=ahe@google.com, kmillikin@google.com, paulberry@google.com, sigmund@google.com
BUG=

Review-Url: https://codereview.chromium.org/2912173002 .
2017-05-31 11:31:36 -07:00

24 lines
547 B
YAML

name: kernel
version: 0.3.0-alpha.1
author: Dart Team <misc@dartlang.org>
description: Dart IR (Intermediate Representation)
homepage: https://github.com/dart-lang/kernel
environment:
sdk: ">=1.8.0"
dependencies:
path: ^1.3.9
args: ^0.13.4
logging: ^0.11.2
package_config: ^1.0.0
dev_dependencies:
analyzer: ^0.30.0
front_end: 0.1.0-alpha.4
test: ^0.12.15+6
stack_trace: ^1.6.6
ansicolor: ^0.0.9
test_reflective_loader: ^0.1.0
testing:
git:
url: https://github.com/peter-ahe-google/testing.git
ref: 2e196d5