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

Unified Diff: pkg/dev_compiler/test/compile_error_tests.dart

Issue 2991063002: fix DDC travis bot (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: pkg/dev_compiler/test/compile_error_tests.dart
diff --git a/pkg/dev_compiler/test/compile_error_tests.dart b/pkg/dev_compiler/test/compile_error_tests.dart
index 04029b4b31c0296ea633b60f2b5273abbd3dbb93..0410f479bb8eb8153d145331e8c44bafa8e76e14 100644
--- a/pkg/dev_compiler/test/compile_error_tests.dart
+++ b/pkg/dev_compiler/test/compile_error_tests.dart
@@ -21,6 +21,9 @@ final compileErrorTests = new HashSet<String>.from([
'language/accessor_conflict_import_prefixed_test',
'language/accessor_conflict_import_test',
'language/argument_definition_test_01_multi',
+ 'language/assertion_initializer_const_error2_test_none_multi',
+ 'language/assertion_initializer_const_function_test_01_multi',
+ 'language/assertion_initializer_test',
'language/assign_static_type_test_01_multi',
'language/assign_static_type_test_02_multi',
'language/assign_static_type_test_03_multi',
@@ -48,7 +51,6 @@ final compileErrorTests = new HashSet<String>.from([
'language/assignable_expression_test_42_multi',
'language/assignable_expression_test_43_multi',
'language/assignable_expression_test_50_multi',
- 'language/assignable_expression_test_none_multi',
'language/async_await_syntax_test_a01b_multi',
'language/async_await_syntax_test_a01c_multi',
'language/async_await_syntax_test_a01d_multi',
@@ -2373,7 +2375,6 @@ final compileErrorTests = new HashSet<String>.from([
'language/unresolved_top_level_var_negative_test',
'corelib/file_resource_test',
'corelib/regexp/global_test',
- 'corelib/regexp/regexp_test',
'lib/convert/chunked_conversion_json_encode1_test',
'lib/convert/chunked_conversion_utf84_test',
'lib/convert/chunked_conversion_utf88_test',

Powered by Google App Engine
This is Rietveld 408576698