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

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

Issue 11318018: - Represent strings internally in UTF-16 format, this makes it (Closed) Base URL: http://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
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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 198 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
199 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. 199 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
200 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. 200 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
201 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. 201 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
202 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. 202 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
203 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 203 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
204 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 204 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
205 205
206 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 206 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
207 207
208 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284
209 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284
210 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284
211
208 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 212 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
209 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 213 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
210 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 214 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
211 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 215 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
212 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 216 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
213 217
214 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276 218 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
215 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276 219 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
216 220
217 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 221 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 446
443 447
444 [ $compiler == none && $runtime == vm && $mode == debug ] 448 [ $compiler == none && $runtime == vm && $mode == debug ]
445 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 449 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
446 450
447 [ $compiler == none && $arch == simarm ] 451 [ $compiler == none && $arch == simarm ]
448 *: Skip 452 *: Skip
449 453
450 [ $compiler == none && $arch == arm ] 454 [ $compiler == none && $arch == arm ]
451 *: Skip 455 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698