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

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

Issue 11368138: Add some support for the code-point code-unit distinction. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Implemented feedback from patch set 3 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 # 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. 186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
187 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. 187 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
188 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. 188 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
189 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. 189 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
190 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 190 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
191 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 191 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
192 192
193 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 193 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
194 194
195 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284
196 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284
197 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284
198
199 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 195 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
200 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 196 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
201 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_t01: Fail # iss ue 6085
202 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_t02: Fail # iss ue 6085
203 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
204 200
205 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 201 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
206 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 202 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
207 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 203 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
208 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 204 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
276 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 272 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
277 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 273 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
278 274
279 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 275 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 276 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 277 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 278 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
284 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 280 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
285 281
282 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail, OK # Fixed in co19 version 443
284 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail, OK # Fixed in co19 version 443
285 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail, OK # Fixed in co19 version 443
286 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A05_t01: F ail, OK # Fixed in co19 version 443
287
286 # New failures 288 # New failures
287 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 289 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
288 290
289 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315 291 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315
290 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 292 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315
291 293
292 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290 294 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290
293 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0 295 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0
294 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 296 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
295 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 297 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 448
447 449
448 [ $compiler == none && $runtime == vm && $mode == debug ] 450 [ $compiler == none && $runtime == vm && $mode == debug ]
449 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 451 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
450 452
451 [ $compiler == none && $arch == simarm ] 453 [ $compiler == none && $arch == simarm ]
452 *: Skip 454 *: Skip
453 455
454 [ $compiler == none && $arch == arm ] 456 [ $compiler == none && $arch == arm ]
455 *: Skip 457 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698