Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index e7c7f0d18341b3dc254cfdca83624be8ba60e2a4..f4d828f3455b6af6e638d0b977911f1f2a1f160a 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -558,6 +558,15 @@ Language/11_Expressions/11_Instance_Creation_A04_t02: Fail # co19 issue 466 |
| Language/11_Expressions/11_Instance_Creation_A04_t03: Fail # co19 issue 466 |
| Language/11_Expressions/11_Instance_Creation_A04_t04: Fail # co19 issue 466 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # 481 |
|
ahe
2013/07/29 12:33:19
Fail, OK?
|
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # 481 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail # 481 |
| + |
| [ $compiler == dart2js && $checked ] |
| Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463 |
| @@ -567,6 +576,8 @@ Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463 |
| Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463 |
| Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463 |
| +Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # 481 |
| + |
| [ $compiler == dart2js && $unchecked ] |
| LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there aren't enough elements in the iterable. Issue 402 |