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

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

Issue 11411092: Revert "Add some support for the code-point code-unit distinction." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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-dart2js.status ('k') | tests/corelib/corelib.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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 184 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
185 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. 185 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
186 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. 186 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
187 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. 187 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
188 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. 188 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
189 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 189 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
190 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 190 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
191 191
192 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 192 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
193 193
194 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284
195 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284
196 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284
197
194 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 198 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
195 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 199 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
196 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 200 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
197 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 201 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
198 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 202 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
199 203
200 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 204 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
201 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 205 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
202 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 206 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
203 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 207 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 274 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
271 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 275 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
272 276
273 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 277 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
274 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 278 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
275 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
276 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 280 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
277 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
278 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
279 283
280 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail, OK # Fixed in co19 version 443
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail, OK # Fixed in co19 version 443
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail, OK # Fixed in co19 version 443
284 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail, OK # Fixed in co19 version 443
285
286 # New failures 284 # New failures
287 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 285 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
288 286
289 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315 287 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315
290 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 288 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315
291 289
292 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290 290 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290
293 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0 291 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0
294 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 292 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
295 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 293 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 542
545 543
546 [ $compiler == none && $runtime == vm && $mode == debug ] 544 [ $compiler == none && $runtime == vm && $mode == debug ]
547 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 545 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
548 546
549 [ $compiler == none && $arch == simarm ] 547 [ $compiler == none && $arch == simarm ]
550 *: Skip 548 *: Skip
551 549
552 [ $compiler == none && $arch == arm ] 550 [ $compiler == none && $arch == arm ]
553 *: Skip 551 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698