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

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

Issue 11368138: Add some support for the code-point code-unit distinction. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Implemented feedback from patch set 3 Created 8 years, 1 month 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/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 # Tests that fail because they use the legacy try-catch syntax. 268 # Tests that fail because they use the legacy try-catch syntax.
269 # See co19 issue 184. 269 # See co19 issue 184.
270 LibTest/core/List/getRange_A03_t01: Fail, OK 270 LibTest/core/List/getRange_A03_t01: Fail, OK
271 LibTest/core/List/setRange_A05_t01: Fail, OK 271 LibTest/core/List/setRange_A05_t01: Fail, OK
272 272
273 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 273 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
274 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 274 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
275 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK 275 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
276 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 276 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
277 277
278 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
279
280 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 278 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297
281 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 279 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297
282 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 280 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297
283 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 281 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297
284 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 282 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297
285 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 283 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297
286 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 284 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297
287 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 285 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297
288 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 286 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297
289 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 287 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 # can understand so he can file a bug later. 381 # can understand so he can file a bug later.
384 # 382 #
385 [ $compiler == dart2js ] 383 [ $compiler == dart2js ]
386 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241 384 Language/11_Expressions/11_Instance_Creation/1_New_A01_t04: Fail, OK # co19 issu e 241
387 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241 385 Language/11_Expressions/22_Equality_A01_t19: Fail, OK # co19 issue 241
388 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241 386 Language/11_Expressions/22_Equality_A01_t20: Fail, OK # co19 issue 241
389 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241 387 Language/11_Expressions/32_Type_Cast_A01_t04: Fail, OK # co19 issue 241
390 388
391 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 389 Language/11_Expressions/22_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
392 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 390 Language/11_Expressions/28_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
393 LibTest/core/String/String_class_A02_t01: Pass, Fail, OK # issue 6418 compiler c ancelled: Unhandled non-BMP character: U+10000 391 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443
394 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 392 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail, OK # Fixed in co19 version 443
395 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 393 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail, OK # Fixed in co19 version 443
394 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail, OK # Fixed in co19 version 443
395 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail, OK # Fixed in co19 version 443
396
396 397
397 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210 398 Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
398 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210 399 Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
399 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 400 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
400 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 401 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
401 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 402 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
402 403
403 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 404 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
404 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 405 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
405 406
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 692 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
692 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 693 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
693 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 694 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
694 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 695 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
695 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 696 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
696 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 697 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
697 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 698 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
698 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 699 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
699 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 700 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
700 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 701 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698