| Index: dart/tests/lib/lib.status
|
| ===================================================================
|
| --- dart/tests/lib/lib.status (revision 31466)
|
| +++ dart/tests/lib/lib.status (working copy)
|
| @@ -89,6 +89,7 @@
|
| [ $runtime == safari ]
|
| typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| +mirrors/to_string_test.dart: Fail # Safari bug TODO(ahe): Add bug number if able to submit bug.
|
|
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
| @@ -141,6 +142,7 @@
|
|
|
| [ $compiler == dart2js && $checked ]
|
| convert/utf85_test: Pass, Slow # Issue 12029.
|
| +async/stream_transform_test: Fail # https://code.google.com/p/v8/issues/detail?id=3084
|
|
|
| [ $compiler == dart2js ]
|
| convert/chunked_conversion_utf88_test: Slow, Pass
|
| @@ -199,6 +201,7 @@
|
| typed_data/setRange_1_test: Fail # Issue 15413
|
| typed_data/setRange_2_test: Fail # Issue 15413
|
| typed_data/setRange_3_test: Fail # Issue 15413
|
| +mirrors/syntax_error_test/01: Fail # Issue 15886
|
|
|
| [ $compiler == none ]
|
| mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
|
|
|