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

Unified Diff: pkg/kernel/test/reify/testing.json

Issue 2756693002: Add generic-methods 'golden' tests for 'reify' transformation (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | pkg/kernel/testcases/reify/generic_methods_bounds_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/reify/testing.json
diff --git a/pkg/kernel/test/reify/testing.json b/pkg/kernel/test/reify/testing.json
index 7b9fcaa3955b61a9f05dbe47632577a118f1b2f1..f297abcd5a69ffee0ef94a8698d67486b5080d93 100644
--- a/pkg/kernel/test/reify/testing.json
+++ b/pkg/kernel/test/reify/testing.json
@@ -15,7 +15,19 @@
],
"exclude": [
"/test/reify/suite\\.dart$",
- "/testcases/reify/test_base\\.dart$"
+ "/testcases/reify/test_base\\.dart$",
+ "/testcases/reify/generic_methods_closure_test\\.dart$",
+ "/testcases/reify/generic_methods_generic_class_tearoff_test\\.dart$",
+ "/testcases/reify/generic_methods_local_variable_declaration_test\\.dart$",
+ "/testcases/reify/generic_methods_named_parameters_test\\.dart$",
+ "/testcases/reify/generic_methods_optional_parameters_test\\.dart$",
+ "/testcases/reify/generic_methods_recursive_bound_error_test\\.dart$",
+ "/testcases/reify/generic_methods_recursive_bound_test\\.dart$",
+ "/testcases/reify/generic_methods_reuse_type_variables_test\\.dart$",
+ "/testcases/reify/generic_methods_shadowing_test\\.dart$",
+ "/testcases/reify/generic_methods_simple_is_expression_test\\.dart$",
+ "/testcases/reify/generic_methods_tearoff_specialization_test\\.dart$",
+ "/testcases/reify/generic_methods_unused_parameter_test\\.dart$"
asgerf 2017/03/17 10:17:48 I think these should be moved to the status file '
Dmitry Stefantsov 2017/03/17 11:50:29 Good idea. Thanks! Done.
]
}
],
« no previous file with comments | « no previous file | pkg/kernel/testcases/reify/generic_methods_bounds_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698