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

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

Issue 11231069: Remove reference to ObjectNotClosureException in dart2js. (Closed) Base URL: http://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/List/filter_A03_t01: Fail, OK # co19 issue 274
ahe 2012/10/23 07:19:27 This is the perfect place to add this comment. Tha
146 LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 274
147 LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 274
148 LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 274
149 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
150 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
151 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
152 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
153 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
154 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
155 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
156
157
145 [ $compiler == dart2js && $unchecked ] 158 [ $compiler == dart2js && $unchecked ]
146 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(ahe): Please triage this failure. 159 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. 160 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(ahe): Please triage this failure.
148 161
149 162
150 [ $compiler == dart2js && $checked ] 163 [ $compiler == dart2js && $checked ]
151 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 164 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
152 165
153 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 166 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. 167 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined 345 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Runtim e error: TypeError: Cannot call method '$call$0' of undefined
333 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 346 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
334 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 347 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
335 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 348 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
336 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 349 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
337 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 350 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
338 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 351 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
339 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 352 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
340 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 353 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
341 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined 354 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # Runtime error: TypeError: Cannot call method '$call$0' of undefined
342 LibTest/core/Future/handleException_A01_t07: Fail # Runtime error: TypeError: Ca nnot call method '$call$1' of undefined
343 LibTest/core/Future/then_A01_t05: Fail # Runtime error: TypeError: Cannot call m ethod '$call$1' of undefined
344 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined 355 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # Runtime error: TypeError: Cannot call method '$call$2' of undefined
345 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # Runtime error: TypeError: Object has no method '$call$2'
346 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0' 356 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail # Runtime error: TypeError: Object #<A> has no method '$call$0'
347 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
348 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0' 357 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # Runtime error: TypeError: Object 1 has no method '$call$0'
349 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail # Runtime error: TypeError: Object 1 has no method '$call$3'
350 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # Runtime error: TypeError: Object a1 has no method '$call$2'
351 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 358 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
352 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 359 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
353 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 360 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
354 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 361 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
355 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers. 362 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedO perationException: Currently spawnUri is not supported without web workers.
356 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined. 363 LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot c all method 'toSendPort$0' of undefined.
357 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails. 364 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect. throws() fails.
358 365
359 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation. 366 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Expects negative result from b it-operation.
360 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints. 367 LibTest/core/int/operator_XOR_A01_t01: Fail, OK # Requires bigints.
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
772 779
773 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/5713 780 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/5713
774 781
775 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714 782 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/5714
776 783
777 784
778 # 785 #
779 # Unexpected runtime errors. 786 # Unexpected runtime errors.
780 # 787 #
781 [ $compiler == dart2js ] 788 [ $compiler == dart2js ]
782 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
783 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
784 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted') 789 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastError expe cted')
785 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G 790 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastError: Casting value of type Number to incompatible type G
786 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G 791 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastError: Casting value of type Number to incompatible type G
787 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 792 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
788 793
789 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 794 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
790 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 795 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
791 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 796 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
792 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 797 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
793 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 798 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
794 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 799 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
795 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 800 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
796 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 801 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
797 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 802 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
798 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 803 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
799 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 804 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
800 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 805 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | tests/language/call_through_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698