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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart

Issue 3006973002: Resynthesize ?? expressions from Kernel. (Closed)
Patch Set: Created 3 years, 4 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 | « pkg/analyzer/lib/src/kernel/resynthesize.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
index 0106280f6e4a24d89a844c1af8d2a6fde8482e56..b75832f8365e39082775cabea47456bc76620261 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_kernel_test.dart
@@ -113,6 +113,7 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
}
@failingTest
+ @fastaProblem
test_class_constructor_field_formal_multiple_matching_fields() async {
// Fasta does not generate the class.
// main() with a fatal error is generated instead.
@@ -236,11 +237,6 @@ class ResynthesizeKernelStrongTest extends ResynthesizeTest {
await super.test_const_reference_unresolved_prefix2();
}
- @failingTest
- test_const_topLevel_ifNull() async {
- await super.test_const_topLevel_ifNull();
- }
-
@failingTest
@fastaProblem
test_const_topLevel_super() async {
« no previous file with comments | « pkg/analyzer/lib/src/kernel/resynthesize.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698