Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index caef24c9d11a3ffe5416cb999c596ea530057ecb..ac5764d58788df9b4d2203a9abc75eaa7ac07840 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -57,7 +57,7 @@ mirrors/library_imports_shown_test: RuntimeError # Issue 6490 |
| mirrors/library_imports_hidden_test: RuntimeError # Issue 6490 |
| mirrors/library_imports_prefixed_test: RuntimeError # Issue 6490 |
| mirrors/library_imports_prefixed_show_hide_test: RuntimeError # Issue 6490 |
| -mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. |
| +mirrors/library_uri_io_test: SkipByDesign # Not intended for dart2js as it uses dart:io. |
| mirrors/local_function_is_static_test: RuntimeError # Issue 6335 |
| mirrors/lru_test: Skip # dart2js_native/lru_test is used instead |
| mirrors/metadata_allowed_values_test/01: MissingCompileTimeError # Issue 14548 |
| @@ -319,7 +319,7 @@ convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. |
| convert/utf85_test: Skip # Pass, Slow Issue 12644. |
| [ $compiler == dart2js ] |
| -profiler/metrics_num_test: Skip # Because of a int / double type test. |
| +profiler/metrics_num_test: SkipByDesign # Because of a int / double type test. |
|
Bill Hesse
2015/02/23 08:53:25
Isn't there an issue number for this (the dart2js
kevmoo
2015/02/23 21:30:17
Agreed. I'm going to leave this Skip – and mark it
|
| [ $arch == simarm64 ] |
| convert/utf85_test: Skip # Pass, Slow Issue 20111. |