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

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

Issue 174973002: More test as slow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 LibTest/core/Uri/Uri_A06_t03: Slow, Pass 118 LibTest/core/Uri/Uri_A06_t03: Slow, Pass
119 Language/13_Statements/09_Switch_A09_t01: RuntimeError # Issue 16089 119 Language/13_Statements/09_Switch_A09_t01: RuntimeError # Issue 16089
120 120
121 [ $compiler == dart2js ] 121 [ $compiler == dart2js ]
122 LibTest/core/int/operator_GT_A01_t01: RuntimeError, OK # co19 issue 200 122 LibTest/core/int/operator_GT_A01_t01: RuntimeError, OK # co19 issue 200
123 LibTest/core/int/operator_LT_A01_t01: RuntimeError, OK # co19 issue 200 123 LibTest/core/int/operator_LT_A01_t01: RuntimeError, OK # co19 issue 200
124 LibTest/core/int/operator_addition_A01_t01: RuntimeError, OK # co19 issue 200 124 LibTest/core/int/operator_addition_A01_t01: RuntimeError, OK # co19 issue 200
125 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # co19 issue 200 125 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # co19 issue 200
126 126
127 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish. 127 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
128 LibTest/collection/LinkedList/add_A01_t01: Pass, Slow # Slow tests that needs ex tra time to finish.
128 129
129 LibTest/core/List/getRange_A03_t01: RuntimeError, OK # Tests that fail because t hey use the legacy try-catch syntax. co19 issue 184. 130 LibTest/core/List/getRange_A03_t01: RuntimeError, OK # Tests that fail because t hey use the legacy try-catch syntax. co19 issue 184.
130 131
131 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258: 132 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258:
132 133
133 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, OK # co19 issue 293 Passes on IE 134 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, OK # co19 issue 293 Passes on IE
134 135
135 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294 136 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294
136 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294 137 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294
137 138
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble. 241 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble.
241 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double. 242 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double.
242 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int. 243 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int.
243 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double. 244 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double.
244 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int. 245 LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int.
245 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes. 246 LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect .fail, Expect.throws, assumes case of result, and uses unsupported radixes.
246 247
247 [ $compiler == dart2js && $runtime == ie9 ] 248 [ $compiler == dart2js && $runtime == ie9 ]
248 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure 249 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr or # co19-roll r607: Please triage this failure
249 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure 250 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r 607: Please triage this failure
250 LibTest/collection/LinkedList/add_A01_t01: Pass, Timeout # co19-roll r607: Plea se triage this failure
251 LibTest/core/Uri/Uri_A06_t03: Timeout # Issue 13511 251 LibTest/core/Uri/Uri_A06_t03: Timeout # Issue 13511
252 LibTest/math/cos_A01_t01: Fail # co19 issue 44 252 LibTest/math/cos_A01_t01: Fail # co19 issue 44
253 253
254 # 254 #
255 # The following tests are failing. Please add the error message 255 # The following tests are failing. Please add the error message
256 # (either a compiler error or exception message). The error messages 256 # (either a compiler error or exception message). The error messages
257 # may sometime be out of date. 257 # may sometime be out of date.
258 # 258 #
259 [ $compiler == dart2js ] 259 [ $compiler == dart2js ]
260 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T 260 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or # compiler cancelled: cannot resolve type T
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 657 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
658 658
659 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 659 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
660 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 660 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
661 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 661 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
662 662
663 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 663 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
664 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 664 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
665 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 665 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
666 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 666 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698