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

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

Issue 11085092: Revert "Made dart2js constructor lookup logic "private"-aware, fixed 4740 bug." and 5 subsequent at… (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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 240
241 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 241 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
242 LibTest/core/Math/acos_A01_t01: Fail, OK 242 LibTest/core/Math/acos_A01_t01: Fail, OK
243 LibTest/core/Math/asin_A01_t01: Fail, OK 243 LibTest/core/Math/asin_A01_t01: Fail, OK
244 LibTest/core/Math/atan_A01_t01: Fail, OK 244 LibTest/core/Math/atan_A01_t01: Fail, OK
245 245
246 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 246 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
247 LibTest/core/double/operator_remainder_A01_t04: Fail 247 LibTest/core/double/operator_remainder_A01_t04: Fail
248 248
249 [ $compiler == dart2js ] 249 [ $compiler == dart2js ]
250 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.
251
252 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics. 250 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD O(ahe): Enforce optional parameter semantics.
253 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics. 251 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD O(ahe): Enforce optional parameter semantics.
254 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics. 252 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD O(ahe): Enforce optional parameter semantics.
255 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics. 253 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD O(ahe): Enforce optional parameter semantics.
256 254
257 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 255 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
258 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 256 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
259 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 257 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
260 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 258 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
261 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 259 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
388 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194 386 Language/11_Statements/09_Try_A06_t03: Fail, OK # co19 issue 194
389 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 387 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
390 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 388 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
391 389
392 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 390 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
393 391
394 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 392 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
395 393
396 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 394 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
397 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198 395 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
396 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
397 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
398 398
399 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236 399 Language/10_Expressions/30_Type_Cast_A02_t03: Fail, OK # co19 issue 236
400 400
401 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244 401 Language/13_Libraries_and_Scripts/2_Imports_A03_t06: Fail, OK # co19 issue 244
402 402
403 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246 403 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail, OK # co19 issue 246
404 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246 404 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail, OK # co19 issue 246
405 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246 405 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail, OK # co19 issue 246
406 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246 406 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail, OK # co19 issue 246
407 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail, OK # co19 issue 246 407 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail, OK # co19 issue 246
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 747 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
748 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 748 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
749 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 749 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
750 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 750 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
751 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 751 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
752 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 752 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
753 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 753 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
754 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 754 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
755 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 755 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
756 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 756 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/compiler/dart2js/resolver_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698