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

Unified Diff: tests/compiler/dart2js/simple_inferrer_test.dart

Issue 2815543003: Work-around for issue 29309 (Closed)
Patch Set: comment out test Created 3 years, 8 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/compiler/lib/src/inferrer/builder.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/simple_inferrer_test.dart
diff --git a/tests/compiler/dart2js/simple_inferrer_test.dart b/tests/compiler/dart2js/simple_inferrer_test.dart
index f3dbf3e174a9c98a796c2db9490c783d443895da..0058bd93830f7aab12905e4705eb1889b86a9639 100644
--- a/tests/compiler/dart2js/simple_inferrer_test.dart
+++ b/tests/compiler/dart2js/simple_inferrer_test.dart
@@ -776,7 +776,8 @@ void main() {
checkReturn('testIsCheck12', commonMasks.dynamicType);
checkReturn('testIsCheck13', intType);
checkReturn('testIsCheck14', commonMasks.dynamicType);
- checkReturn('testIsCheck15', intType);
+ // TODO(29309): Re-enable when 29309 is fixed.
+ // checkReturn('testIsCheck15', intType);
checkReturn('testIsCheck16', commonMasks.dynamicType);
checkReturn('testIsCheck17', intType);
checkReturn('testIsCheck18', commonMasks.dynamicType);
« no previous file with comments | « pkg/compiler/lib/src/inferrer/builder.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698