Index: tests/co19/co19-runtime.status |
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
index 61095c4291f960dab6663a05e8a7afee67f8bbc1..c1336ff979bcaeadb143d491999e0a36427dffd0 100644 |
--- a/tests/co19/co19-runtime.status |
+++ b/tests/co19/co19-runtime.status |
@@ -463,6 +463,10 @@ LibTest/core/List/insertRange_A05_t01: Fail # insertRange is removed. Issue 403 |
LibTest/core/List/insertRange_A06_t01: Fail # insertRange is removed. Issue 403 |
LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403 |
+LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
+LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
+LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
+ |
[ $compiler == none && $runtime == vm && $checked ] |
LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
@@ -475,6 +479,11 @@ LibTest/core/Match/pattern_A01_t01: fail # Issue 400 |
LibTest/core/Match/str_A01_t01: fail # Issue 400 |
LibTest/core/RegExp/allMatches_A01_t01: fail # Issue 400 |
+LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Issue 407 |
+LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 407 |
+LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
+LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 |
+ |
[ $compiler == none && $runtime == vm && $unchecked ] |
LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issue 402 |