Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: pkg/kernel/test/baseline_strong_mode_test.dart

Issue 2548833002: Re-enable kernel unit tests on platforms where they are supported. (Closed)
Patch Set: Also enable hashcode test Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 import 'package:kernel/class_hierarchy.dart'; 4 import 'package:kernel/class_hierarchy.dart';
5 import 'package:kernel/core_types.dart'; 5 import 'package:kernel/core_types.dart';
6 import 'package:kernel/kernel.dart'; 6 import 'package:kernel/kernel.dart';
7 import 'package:kernel/transformations/mixin_full_resolution.dart'; 7 import 'package:kernel/transformations/mixin_full_resolution.dart';
8 import 'package:kernel/type_checker.dart'; 8 import 'package:kernel/type_checker.dart';
9 import 'package:path/path.dart' as pathlib; 9 import 'package:path/path.dart' as pathlib;
10 10
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 } else { 54 } else {
55 locationString = '(no location)'; 55 locationString = '(no location)';
56 } 56 }
57 errors.add('$message $locationString'); 57 errors.add('$message $locationString');
58 } 58 }
59 } 59 }
60 60
61 void main() { 61 void main() {
62 runBaselineTests('strong-mode', new StrongModeTest()); 62 runBaselineTests('strong-mode', new StrongModeTest());
63 } 63 }
OLDNEW
« no previous file with comments | « pkg/kernel/test/baseline_spec_mode_test_disabled.dart ('k') | pkg/kernel/test/baseline_strong_mode_test_disabled.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698