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

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

Issue 11418115: Fix Unicode issues in dart2js and dart2dart. (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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 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)
275 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)
276 276
277 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 277 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
278 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 278 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
279 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 279 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 280 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
283 283
284 LibTest/core/String/String_class_A02_t01: Fail, OK # Fixed in co19 version 443
285
284 # New failures 286 # New failures
285 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 287 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
286 288
287 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315 289 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315
288 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 290 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315
289 291
290 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290 292 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290
291 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0 293 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29 0
292 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 294 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290
293 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 295 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 544
543 545
544 [ $compiler == none && $runtime == vm && $mode == debug ] 546 [ $compiler == none && $runtime == vm && $mode == debug ]
545 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 547 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
546 548
547 [ $compiler == none && $arch == simarm ] 549 [ $compiler == none && $arch == simarm ]
548 *: Skip 550 *: Skip
549 551
550 [ $compiler == none && $arch == arm ] 552 [ $compiler == none && $arch == arm ]
551 *: Skip 553 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698