Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(711)

Side by Side Diff: tests/co19/co19-dart2dart.status

Issue 11235054: Removed IllegalAccessException and UnsupportedOperationException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 6
7 # The following tests use hashCode() (function) instead of hashCode (getter). 7 # The following tests use hashCode() (function) instead of hashCode (getter).
8 # co19 issue 273 8 # co19 issue 273
9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK 9 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK 10 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 78
79 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263 79 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
80 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 80 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
81 81
82 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 82 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271
83 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 83 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271
84 84
85 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 85 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
86 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 86 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
87 87
88 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.
89 LibTest/core/IllegalAccessException/toString_A01_t01: Fail
90 LibTest/core/List/add_A02_t01: Fail
91 LibTest/core/List/addAll_A02_t01: Fail
92 LibTest/core/List/addLast_A02_t01: Fail
93 LibTest/core/List/clear_A02_t01: Fail
94 LibTest/core/List/insertRange_A02_t01: Fail
95 LibTest/core/List/length_A04_t01: Fail
96 LibTest/core/List/List_A01_t02: Fail
97 LibTest/core/List/removeLast_A02_t01: Fail
98 LibTest/core/List/removeRange_A02_t01: Fail
99 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail
100 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail
101
88 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE 102 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TRIAGE
89 103
90 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js 104 Language/03_Overview/1_Scoping_A02_t05: Fail # inherited from dart2js
91 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 105 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519
92 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 106 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519
93 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 107 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519
94 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 108 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
95 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js 109 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js
96 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js 110 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js
97 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax 111 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 LibTest/core/Future/handleException_A01_t04: Fail, OK 663 LibTest/core/Future/handleException_A01_t04: Fail, OK
650 LibTest/core/Future/handleException_A01_t05: Fail, OK 664 LibTest/core/Future/handleException_A01_t05: Fail, OK
651 665
652 [ $compiler == dart2dart && $system == windows ] 666 [ $compiler == dart2dart && $system == windows ]
653 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 667 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
654 LibTest/core/double/round_A01_t01: Fail # Result is NaN 668 LibTest/core/double/round_A01_t01: Fail # Result is NaN
655 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN 669 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN
656 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN 670 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN
657 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 671 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
658 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN 672 LibTest/core/Math/atan2_A01_t03: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698