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

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

Issue 10911143: Remove some exceptions from mock.dart. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Forgot file. Created 8 years, 3 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 | « pkg/dartdoc/dartdoc.dart ('k') | tests/standalone/standalone.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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(ahe): Please triage this failure. 6 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(ahe): Please triage this failure.
7 Language/06_Functions/06_Functions_A01_t23: Fail # TODO(ahe): Please triage this failure. 7 Language/06_Functions/06_Functions_A01_t23: Fail # TODO(ahe): Please triage this failure.
8 Language/06_Functions/06_Functions_A01_t31: Fail # TODO(ahe): Please triage this failure. 8 Language/06_Functions/06_Functions_A01_t31: Fail # TODO(ahe): Please triage this failure.
9 Language/06_Functions/1_Function_Declaration_A01_t01: Fail # TODO(ahe): Please t riage this failure. 9 Language/06_Functions/1_Function_Declaration_A01_t01: Fail # TODO(ahe): Please t riage this failure.
10 Language/06_Functions/1_Function_Declaration_A02_t02: Fail # TODO(ahe): Please t riage this failure. 10 Language/06_Functions/1_Function_Declaration_A02_t02: Fail # TODO(ahe): Please t riage this failure.
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/int/operator_addition_A01_t01: Fail, OK 232 LibTest/core/int/operator_addition_A01_t01: Fail, OK
233 LibTest/core/int/operator_GE_A01_t01: Fail, OK 233 LibTest/core/int/operator_GE_A01_t01: Fail, OK
234 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK 234 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK
235 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK 235 LibTest/core/Expect/approxEquals_A01_t04: Fail, OK
236 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK 236 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK
237 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK 237 LibTest/core/Expect/approxEquals_A01_t02: Fail, OK
238 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK 238 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK
239 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK 239 LibTest/core/Expect/approxEquals_A01_t01: Fail, OK
240 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK 240 LibTest/core/Expect/approxEquals_A01_t03: Fail, OK
241 241
242 LibTest/core/InternalError/*: Fail, OK # InternalError is not part of the SDK.
243
242 # The #resource tag has been removed. 244 # The #resource tag has been removed.
243 # http://code.google.com/p/co19/issues/detail?id=181 245 # http://code.google.com/p/co19/issues/detail?id=181
244 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail, OK 246 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t01: Fail, OK
245 247
246 # Rename "BadNumberFormatException" to "FormatException" 248 # Rename "BadNumberFormatException" to "FormatException"
247 # TODO(rnystrom): These can be enabled when 249 # TODO(rnystrom): These can be enabled when
248 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 250 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
249 LibTest/core/double/toInt_A01_t03: Fail 251 LibTest/core/double/toInt_A01_t03: Fail
250 LibTest/core/double/toInt_A01_t04: Fail 252 LibTest/core/double/toInt_A01_t04: Fail
251 LibTest/core/Math/parseInt_A02_t01: Fail 253 LibTest/core/Math/parseInt_A02_t01: Fail
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 1225 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
1224 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 1226 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
1225 1227
1226 1228
1227 [ $compiler == dart2dart ] 1229 [ $compiler == dart2dart ]
1228 *: Skip 1230 *: Skip
1229 1231
1230 1232
1231 [ $compiler == dart2js && $browser ] 1233 [ $compiler == dart2js && $browser ]
1232 *: Skip 1234 *: Skip
OLDNEW
« no previous file with comments | « pkg/dartdoc/dartdoc.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698