Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index b66ee923ffde0dc936eabe971accab0664a2fa40..96f7c7c30dd6a7e59787de305fbec1c44723c47f 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -81,6 +81,9 @@ multiple_timer_test: Pass, Fail |
| timer_isolate_test: Pass, Fail |
| timer_test: Pass, Fail |
| +[ $runtime == ie9 ] |
| +typed_data/typed_list_iterable_test: Fail # Issue 11036 |
| + |
| [ $runtime == opera ] |
| async/multiple_timer_test: Pass, Fail |
| @@ -106,8 +109,8 @@ async/run_async6_test: Fail # Issue 10910 |
| utf/utf8_test: Fail # Issue 11030 |
| [ $compiler == none && $runtime == drt && $system == windows ] |
| -async/multiple_timer_test: Fail # See Issue 10982 |
| -async/timer_test: Fail # See Issue 10982 |
| +async/multiple_timer_test: Fail, Pass # See Issue 10982 |
|
Anton Muhin
2013/06/03 07:40:27
do you have any idea what goes on here?
|
| +async/timer_test: Fail, Pass # See Issue 10982 |
| [ $arch == arm ] |
| *: Skip |