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

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

Issue 11265024: Make methods in Stopwatch getters and rename to be more consistent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files with co19 issue number. 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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('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/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash 9 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash 10 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 LibTest/core/List/setRange_A05_t01: Fail, OK 302 LibTest/core/List/setRange_A05_t01: Fail, OK
303 303
304 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 304 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
305 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 305 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
306 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK 306 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
307 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK 307 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
308 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 308 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
309 309
310 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 310 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
311 311
312 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297
313 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297
314 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297
315 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297
316 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297
317 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297
318 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297
319 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297
320 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297
321 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297
322 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK # co19 issue 297
323
312 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 324 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
313 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 325 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
314 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 326 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
315 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 327 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
316 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 328 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
317 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 329 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
318 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 330 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
319 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 331 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
320 332
321 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294 333 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 756 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
745 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 757 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
746 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 758 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
747 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 759 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
748 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 760 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
749 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 761 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
750 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 762 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
751 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 763 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
752 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 764 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
753 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 765 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/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698