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

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

Issue 621753002: Update co19 test suite to r786. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 3 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: dart/tools/testing/dart/http_server.dart
===================================================================
--- dart/tools/testing/dart/http_server.dart (revision 40831)
+++ dart/tools/testing/dart/http_server.dart (working copy)
@@ -128,13 +128,15 @@
"/NonExistingFile",
"/NonExistingFile.js",
"/hahaURL",
- "/UNEXISTENT",
- "/missing.png",
- "/NoSuchPart.dart",
- "/Nonexistent_library.dart",
- "/missing_file",
- "/xxx-missing.jpeg",
- "/does-not-exist.css"
+ "/IntentionallyMissingFile",
+ "/IntentionallyMissingFile.dart",
+ "/IntentionallyMissingFile.html",
+ "/IntentionallyMissingFile.png",
+ "/IntentionallyMissingFile.css",
+ "/IntentionallyMissingFile.jpg",
+ "/IntentionallyMissingFile.ttf",
+ "/IntentionallyMissingFile.otf",
+ "/IntentionallyMissingFile.jpeg"
];
List _serverList = [];

Powered by Google App Engine
This is Rietveld 408576698