| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 77edb53d9be5f69942696527f1223f83f863dad4..785eed9db34be6329f2bd7985ec4f32d8f1d223e 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -41,6 +41,8 @@ unicode_test: Fail
|
|
|
| [ $runtime == vm ]
|
| string_trim_unicode_test: Fail # Bug 6569
|
| +error_stack_trace_test: Fail # Bug http://dartbug.com/11680
|
| +error_stack_trace2_test: Fail # Bug 5802
|
|
|
| [ $compiler == dart2js ]
|
| math_parse_double_test: Fail # Expect.equals(expected: <78187493520>, actual: <0>)
|
| @@ -53,6 +55,9 @@ string_base_vm_test: Fail, OK # VM specific test.
|
|
|
| string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
|
|
|
| +error_stack_trace_test: Fail # Bug http://dartbug.com/11681
|
| +error_stack_trace2_test: Fail # Bug http://dartbug.com/11681
|
| +
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
|