Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index 1b886b504adf49bd24d1d7cc4544642d20185b94..80d774d9fb413ec5964e695a9ccaaecae62531ca 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -35,3 +35,17 @@ crypto/hmac_sha256_test: Fail |
| [ $runtime == vm && $arch == x64 ] |
| async/slow_consumer2_test: Fail # Issue 7726 |
| + |
| +[ $compiler == dart2js && $runtime == jsshell ] |
| +async/future_delayed_error_test: Fail # TODO(ngeoaffray): Please triage these failure. |
|
ngeoffray
2013/01/10 14:19:34
ditto
|
| +async/futures_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/future_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/merge_stream_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/slow_consumer2_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/slow_consumer3_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/slow_consumer_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/stream_controller_async_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/stream_from_iterable_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/stream_min_max_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/stream_single_test: Fail # TODO(ngeoaffray): Please triage these failure. |
| +async/stream_single_to_multi_subscriber_test: Fail # TODO(ngeoaffray): Please triage these failure. |