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

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: 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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 192 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
193 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure. 193 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
194 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re. 194 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
195 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. 195 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
196 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. 196 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
197 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. 197 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
198 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. 198 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
199 199
200 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. 200 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
201 201
202 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284
203 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284
204 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284
205
206 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 202 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
207 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 203 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
208 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085 204 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
209 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085 205 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
210 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 206 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
211 207
212 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288 208 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is sue 288
213 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 209 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288
214 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 210 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
215 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288 211 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK # co19 issue 288
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 420
425 421
426 [ $compiler == none && $runtime == vm && $mode == debug ] 422 [ $compiler == none && $runtime == vm && $mode == debug ]
427 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 423 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
428 424
429 [ $compiler == none && $arch == simarm ] 425 [ $compiler == none && $arch == simarm ]
430 *: Skip 426 *: Skip
431 427
432 [ $compiler == none && $arch == arm ] 428 [ $compiler == none && $arch == arm ]
433 *: Skip 429 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698