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

Side by Side Diff: tests/co19/co19-dart2js.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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/11_Statements/05_For_A01_t07: Crash 9 Language/11_Statements/05_For_A01_t07: Crash
10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 10 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 135
136 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263 136 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail, OK # co19 issue 263
137 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263 137 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail, OK # co19 issue 263
138 138
139 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 139 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271
140 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 140 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271
141 141
142 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 142 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
143 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 143 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272
144 144
145 LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail
146 LibTest/core/IllegalAccessException/toString_A01_t01: Fail
147 LibTest/core/List/add_A02_t01: Fail
148 LibTest/core/List/addAll_A02_t01: Fail
149 LibTest/core/List/addLast_A02_t01: Fail
150 LibTest/core/List/clear_A02_t01: Fail
151 LibTest/core/List/insertRange_A02_t01: Fail
152 LibTest/core/List/length_A04_t01: Fail
153 LibTest/core/List/List_A01_t02: Fail
154 LibTest/core/List/removeLast_A02_t01: Fail
155 LibTest/core/List/removeRange_A02_t01: Fail
156 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail
157 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01 : Fail
158
145 [ $compiler == dart2js && $unchecked ] 159 [ $compiler == dart2js && $unchecked ]
146 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 160 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure.
147 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure. 161 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
148 162
149 163
150 [ $compiler == dart2js && $checked ] 164 [ $compiler == dart2js && $checked ]
151 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 165 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
152 166
153 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 167 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
154 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 168 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 394 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
381 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined 395 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined
382 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined 396 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined
383 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined 397 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
384 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2' 398 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
385 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' 399 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
386 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 400 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
387 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 401 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
388 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3' 402 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
389 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2' 403 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
390 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 404 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers.
391 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 405 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers.
392 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 406 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers.
393 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 407 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers.
394 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 408 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: StateError: Currently spawnUri is not supported without web workers.
395 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 409 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
396 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 410 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
397 411
398 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 412 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
399 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 413 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
400 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints. 414 LibTest/core/int/operator_AND_A01_t01: Fail, OK # Requires bigints.
401 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation. 415 LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul t from bit-operation.
402 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints. 416 LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
403 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints. 417 LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
404 418
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
830 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 844 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
831 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 845 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
832 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 846 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
833 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 847 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
834 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 848 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
835 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 849 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
836 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 850 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
837 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 851 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
838 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 852 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
839 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 853 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698