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

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

Issue 10947024: Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporated Peter's comments and feedback. 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/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017 9 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c om/5017
10 10
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 244
245 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 245 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
246 LibTest/core/Math/acos_A01_t01: Fail, OK 246 LibTest/core/Math/acos_A01_t01: Fail, OK
247 LibTest/core/Math/asin_A01_t01: Fail, OK 247 LibTest/core/Math/asin_A01_t01: Fail, OK
248 LibTest/core/Math/atan_A01_t01: Fail, OK 248 LibTest/core/Math/atan_A01_t01: Fail, OK
249 249
250 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 250 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
251 LibTest/core/double/operator_remainder_A01_t04: Fail 251 LibTest/core/double/operator_remainder_A01_t04: Fail
252 252
253 [ $compiler == dart2js ] 253 [ $compiler == dart2js ]
254 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red irecting constructors can not use initializing formals. This bug was previously masked - compilation failed, but for different, wrong reason.
255
254 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 256 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
255 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 257 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
256 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 258 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
257 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 259 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
258 260
259 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 261 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
260 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 262 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
261 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 263 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
262 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 264 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
263 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 265 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 392 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194
391 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 393 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
392 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 394 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
393 395
394 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 396 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
395 397
396 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 398 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
397 399
398 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 400 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
399 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 401 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
400 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
401 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
402 402
403 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 403 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
404 404
405 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244 405 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244
406 406
407 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246 407 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246
408 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246 408 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246
409 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246 409 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246
410 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246 410 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246
411 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail, OK # co19 issue 246 411 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail, OK # co19 issue 246
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 757 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
758 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 758 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
759 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 759 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
760 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 760 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
761 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
762 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
763 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
764 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
765 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 765 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
766 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 766 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « lib/compiler/implementation/universe/universe.dart ('k') | tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698