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

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

Issue 1902753002: Serialize more native data. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
Index: tests/compiler/dart2js/serialization_model_test.dart
diff --git a/tests/compiler/dart2js/serialization_model_test.dart b/tests/compiler/dart2js/serialization_model_test.dart
index 071d8032551b56dbe8bb393343990fbdb79083df..52547ae638c8cd942fbdf3fb229646fa5f089b20 100644
--- a/tests/compiler/dart2js/serialization_model_test.dart
+++ b/tests/compiler/dart2js/serialization_model_test.dart
@@ -40,11 +40,6 @@ main(List<String> args) {
} else {
Uri entryPoint = Uri.parse('memory:main.dart');
for (Test test in TESTS) {
- if (test.sourceFiles['main.dart']
- .contains('main(List<String> arguments)')) {
- // TODO(johnniwinther): Check this test.
- continue;
- }
print('==============================================================');
print(test.sourceFiles);
await check(

Powered by Google App Engine
This is Rietveld 408576698