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

Side by Side Diff: tests/co19/co19-dart2dart.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: Apply suggestions. 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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team ): Please triage this crash. 6 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash # TODO(dart2dart-team ): Please triage this crash.
7 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team ): Please triage this crash. 7 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash # TODO(dart2dart-team ): Please triage this crash.
8 8
9 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure. 9 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please triage this failure.
10 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please triage this failure.
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 109
110 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 110 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
111 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 111 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
112 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 112 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
113 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 113 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
114 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 114 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
115 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 115 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
116 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 116 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
117 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 117 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
118 118
119 # The following tests use function calls instead of getters.
120 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK
121 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK
122 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK
123 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK
124 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK
125 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK
126 LibTest/core/Stopwatch/start_A01_t01: Fail, OK
127 LibTest/core/Stopwatch/start_A01_t02: Fail, OK
128 LibTest/core/Stopwatch/start_A01_t03: Fail, OK
129 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK
130 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK
131
132
119 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294 133 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294
120 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294 134 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294
121 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294 135 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294
122 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 136 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
123 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294 137 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294
124 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294 138 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294
125 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 139 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
126 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c o19 issue 294 140 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c o19 issue 294
127 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c o19 issue 294 141 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c o19 issue 294
128 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c o19 issue 294 142 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c o19 issue 294
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 # Partially implemented redirecting constructors makes this fail. 596 # Partially implemented redirecting constructors makes this fail.
583 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail 597 Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
584 598
585 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242 599 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # htt p://dartbug.com/6242
586 600
587 601
588 [ $compiler == dart2dart && $system == windows ] 602 [ $compiler == dart2dart && $system == windows ]
589 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 603 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
590 LibTest/core/double/round_A01_t01: Fail # Result is NaN 604 LibTest/core/double/round_A01_t01: Fail # Result is NaN
591 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 605 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698