 Chromium Code Reviews
 Chromium Code Reviews Issue 11235054:
  Removed IllegalAccessException and UnsupportedOperationException.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
    
  
    Issue 11235054:
  Removed IllegalAccessException and UnsupportedOperationException.  (Closed) 
  Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart| Index: tests/co19/co19-dart2dart.status | 
| diff --git a/tests/co19/co19-dart2dart.status b/tests/co19/co19-dart2dart.status | 
| index 42f4fb69cec87ec6dc7912ea134ac44ffe19c43f..a2227c65706e3b22c31e93ab931f2242b879531e 100644 | 
| --- a/tests/co19/co19-dart2dart.status | 
| +++ b/tests/co19/co19-dart2dart.status | 
| @@ -85,6 +85,20 @@ LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 | 
| LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 | 
| LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272 | 
| +LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail | 
| 
Lasse Reichstein Nielsen
2012/10/23 07:33:20
Will add co19 issue when I get OK on change.
 | 
| +LibTest/core/IllegalAccessException/toString_A01_t01: Fail | 
| +LibTest/core/List/add_A02_t01: Fail | 
| +LibTest/core/List/addAll_A02_t01: Fail | 
| +LibTest/core/List/addLast_A02_t01: Fail | 
| +LibTest/core/List/clear_A02_t01: Fail | 
| +LibTest/core/List/insertRange_A02_t01: Fail | 
| +LibTest/core/List/length_A04_t01: Fail | 
| +LibTest/core/List/List_A01_t02: Fail | 
| +LibTest/core/List/removeLast_A02_t01: Fail | 
| +LibTest/core/List/removeRange_A02_t01: Fail | 
| +LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail | 
| +LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01: Fail | 
| + | 
| Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE | 
| Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js |