Chromium Code Reviews| Index: dart/tests/co19/co19-runtime.status |
| diff --git a/dart/tests/co19/co19-runtime.status b/dart/tests/co19/co19-runtime.status |
| index 34c7c070ccf9b9a32f60b63a3fb9f16e9cfcc595..3c75290b490b921fdbee817241044958531f9670 100644 |
| --- a/dart/tests/co19/co19-runtime.status |
| +++ b/dart/tests/co19/co19-runtime.status |
| @@ -122,6 +122,10 @@ LibTest/core/int/remainder_A01_t02: Fail |
| LibTest/core/int/operator_remainder_A01_t02: Fail |
| LibTest/core/Stopwatch/elapsed_A01_t02: Fail |
| +[ $component == vm && $system == win32 && $checked ] |
| +LibTest/core/AssertionError/url_A01_t01: Fail |
|
Ivan Posva
2012/02/03 16:51:31
These really only fail on Windows in checked mode?
ahe
2012/02/03 16:52:51
I suspect that they check that uri's only use forw
|
| +LibTest/core/TypeError/url_A01_t01: Fail |
| + |
| [ $component == vm ] |
| LibTest/core/SendPort/send_A02_t02: Crash |