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

Side by Side Diff: pkg/analyzer/test/generated/compile_time_error_code_driver_test.dart

Issue 2628143005: Fix assert constructor initializer tests. (Closed)
Patch Set: Created 3 years, 11 months 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
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/file_state.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2017, 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 4
5 import 'package:test_reflective_loader/test_reflective_loader.dart'; 5 import 'package:test_reflective_loader/test_reflective_loader.dart';
6 6
7 import 'compile_time_error_code_test.dart'; 7 import 'compile_time_error_code_test.dart';
8 8
9 main() { 9 main() {
10 defineReflectiveSuite(() { 10 defineReflectiveSuite(() {
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 26
27 @failingTest 27 @failingTest
28 @override 28 @override
29 test_fromEnvironment_bool_badDefault_whenDefined() { 29 test_fromEnvironment_bool_badDefault_whenDefined() {
30 return super.test_fromEnvironment_bool_badDefault_whenDefined(); 30 return super.test_fromEnvironment_bool_badDefault_whenDefined();
31 } 31 }
32 32
33 @failingTest 33 @failingTest
34 @override 34 @override
35 test_nonConstValueInInitializer_assert_condition() {
36 return super.test_nonConstValueInInitializer_assert_condition();
37 }
38
39 @failingTest
40 @override
41 test_nonConstValueInInitializer_assert_message() {
42 return super.test_nonConstValueInInitializer_assert_message();
43 }
44
45 @failingTest
46 @override
47 test_prefixCollidesWithTopLevelMembers_functionTypeAlias() { 35 test_prefixCollidesWithTopLevelMembers_functionTypeAlias() {
48 return super.test_prefixCollidesWithTopLevelMembers_functionTypeAlias(); 36 return super.test_prefixCollidesWithTopLevelMembers_functionTypeAlias();
49 } 37 }
50 38
51 @failingTest 39 @failingTest
52 @override 40 @override
53 test_prefixCollidesWithTopLevelMembers_topLevelFunction() { 41 test_prefixCollidesWithTopLevelMembers_topLevelFunction() {
54 return super.test_prefixCollidesWithTopLevelMembers_topLevelFunction(); 42 return super.test_prefixCollidesWithTopLevelMembers_topLevelFunction();
55 } 43 }
56 44
(...skipping 20 matching lines...) Expand all
77 test_uriDoesNotExist_import_appears_after_deleting_target() { 65 test_uriDoesNotExist_import_appears_after_deleting_target() {
78 return super.test_uriDoesNotExist_import_appears_after_deleting_target(); 66 return super.test_uriDoesNotExist_import_appears_after_deleting_target();
79 } 67 }
80 68
81 @failingTest 69 @failingTest
82 @override 70 @override
83 test_uriWithInterpolation_nonConstant() { 71 test_uriWithInterpolation_nonConstant() {
84 return super.test_uriWithInterpolation_nonConstant(); 72 return super.test_uriWithInterpolation_nonConstant();
85 } 73 }
86 } 74 }
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/dart/analysis/file_state.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698