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

Unified Diff: runtime/observatory/test/coverage_test.dart

Issue 1031393003: Make sure Observatory tests run for each commit. Fix broken tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 | « runtime/observatory/test/contexts_test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/test/coverage_test.dart
diff --git a/runtime/observatory/test/coverage_test.dart b/runtime/observatory/test/coverage_test.dart
index 207b67d9c33974825c5c07283142eeccba786cd8..dae21f2f9e15a78b5f2bd6a1862f5c79de3b7725 100644
--- a/runtime/observatory/test/coverage_test.dart
+++ b/runtime/observatory/test/coverage_test.dart
@@ -121,7 +121,7 @@ var tests = [
equals([14, 1, 15, 1, 16, 0, 18, 1,
23, 1, 24, 1, 26, 0]));
expect(normalize(coverage['coverage'][1]['hits']).take(12),
- equals([32, 0, 35, 0, 36, 0, 32, 1, 35, 1, 36, 0]));
+ equals([32, 1, 35, 1, 36, 0, 31, 1, 44, 0, 45, 0]));
}));
// Script
tests.add(cls.load().then((_) {
@@ -134,7 +134,7 @@ var tests = [
equals([14, 1, 15, 1, 16, 0, 18, 1,
23, 1, 24, 1, 26, 0]));
expect(normalize(coverage['coverage'][1]['hits']).take(12),
- equals([32, 0, 35, 0, 36, 0, 32, 1, 35, 1, 36, 0]));
+ equals([32, 1, 35, 1, 36, 0, 31, 1, 44, 0, 45, 0]));
});
}));
// Isolate
« no previous file with comments | « runtime/observatory/test/contexts_test.dart ('k') | tools/testing/dart/test_options.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698