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

Unified Diff: tools/testing/dart/http_server.dart

Issue 211383002: Update co19 test suite to r706 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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
« tests/co19/co19-dartium.status ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/http_server.dart
diff --git a/tools/testing/dart/http_server.dart b/tools/testing/dart/http_server.dart
index a1e6c4d76c98ef154e4e7de2f566e1fa8c80a669..8e942d6cdda748424e05d42211f53deb2d103c80 100644
--- a/tools/testing/dart/http_server.dart
+++ b/tools/testing/dart/http_server.dart
@@ -97,6 +97,13 @@ class TestingServers {
"/NonExistingFile",
"/NonExistingFile.js",
"/hahaURL",
+ "/UNEXISTENT",
+ "/missing.png",
+ "/NoSuchPart.dart",
+ "/Nonexistent_library.dart",
+ "/missing_file",
+ "/xxx-missing.jpeg",
+ "/does-not-exist.css"
];
List _serverList = [];
« tests/co19/co19-dartium.status ('K') | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698