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

Unified Diff: tests/html/xhr_test.dart

Issue 13647005: Disable some tests due to Chrome roll. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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/html/canvas_test.dart ('K') | « tests/html/canvas_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/xhr_test.dart
diff --git a/tests/html/xhr_test.dart b/tests/html/xhr_test.dart
index 6214581348fa2f52c81539eae33689163c6e5af5..67faa55fd5f25974a119af320162292b316c9c99 100644
--- a/tests/html/xhr_test.dart
+++ b/tests/html/xhr_test.dart
@@ -142,6 +142,8 @@ main() {
}));
});
+ // TODO(antonm): enable again.
+ if (false)
test('XHR.request responseType arraybuffer', () {
if (ArrayBuffer.supported) {
HttpRequest.request(url, responseType: 'arraybuffer').then(
@@ -165,6 +167,8 @@ main() {
});
group('xhr_requestBlob', () {
+ // TODO(antonm): enable again.
+ if (false)
test('XHR.request responseType blob', () {
if (ArrayBuffer.supported) {
return HttpRequest.request(url, responseType: 'blob').then(
« tests/html/canvas_test.dart ('K') | « tests/html/canvas_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698