Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| =================================================================== |
| --- tests/co19/co19-runtime.status (revision 1624) |
| +++ tests/co19/co19-runtime.status (working copy) |
| @@ -245,6 +245,12 @@ |
| LibTest/core/double/remainder/double/remainder/A01/t01: Fail # Issue co19 - 36 |
| LibTest/core/double/truncate/double/truncate/A01/t01: Fail # Issue co19 - 36 |
| LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail # Issue co19 - 36 |
| +LibTest/core/Set/remove/Set/remove/A01/t03: Fail # Issue 441 |
| +LibTest/core/Set/add/Set/add/A01/t04: Fail # Issue 441 |
| +LibTest/core/Set/addAll/Set/addAll/A01/t03: Fail # Issue 441 |
| +LibTest/core/Map/A01/t03: Fail # Issue 441 |
| +LibTest/core/Map/Map/Map/A01/t01: Fail # Issue 441 |
| +LangSpecTest/13_Types/13_4_Interface_Types/A07/t03: Fail # Issue 441 |
|
srdjan
2011/11/17 21:06:10
Why issue 441? (Type check error thrown too early)
regis
2011/11/17 21:40:27
Good point. This one is different. Filed co19 issu
|
| [ $component == vm && $system == win32 ] |
| LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. |