From 2f9b2d10ccb404fb409667371d87876b595eae7d Mon Sep 17 00:00:00 2001 From: "Sergey G. Grekhov" Date: Mon, 13 Dec 2021 09:39:49 +0000 Subject: [PATCH] [co19] HttpRequestUpload tests enabled in status files Change-Id: Ied7cdc131541711f80cd1d053660438bfcdc55ce Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/223421 Reviewed-by: Alexander Thomas Commit-Queue: Alexander Thomas --- tests/co19/co19-dart2js.status | 1 - tests/co19/co19-dartdevc.status | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index 26b06476d15..277a778d50e 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -54,7 +54,6 @@ LibTest/core/int/operator_truncating_division_A01_t02: SkipByDesign # Division b LibTest/core/int/parse_A01_t02: SkipByDesign # uses integer literal not representable as JavaScript number LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript LibTest/ffi/*: SkipByDesign # dart:ffi is not supported -LibTest/html/HttpRequestUpload/*: Skip # https://github.com/dart-lang/co19/issues/932 LibTest/io/*: SkipByDesign # dart:io not supported. LibTest/isolate/*: SkipByDesign # dart:isolate not supported. LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported diff --git a/tests/co19/co19-dartdevc.status b/tests/co19/co19-dartdevc.status index 4fa6538fb3b..3458c5cb403 100644 --- a/tests/co19/co19-dartdevc.status +++ b/tests/co19/co19-dartdevc.status @@ -50,7 +50,6 @@ LibTest/core/int/operator_truncating_division_A01_t02: SkipByDesign # Division b LibTest/core/int/parse_A01_t02: SkipByDesign # big integers cannot be represented in JavaScript LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript LibTest/ffi/*: SkipByDesign # dart:ffi is not supported -LibTest/html/HttpRequestUpload/*: Skip # https://github.com/dart-lang/co19/issues/932 LibTest/io/*: SkipByDesign # dart:io not supported. LibTest/isolate/*: SkipByDesign # dart:isolate not supported. LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported