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

Side by Side Diff: tests/corelib/corelib.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 reg_exp_unicode_2_test: Fail # Bug 6592
6
5 [ $compiler == none ] 7 [ $compiler == none ]
6 unicode_test: Fail # Bug 5163868 8 unicode_test: Fail # Bug 5163868
7 *dartc_test: Skip 9 *dartc_test: Skip
8 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
9 null_test: Fail # Bug 5511 11 null_test: Fail # Bug 5511
10 null_nosuchmethod_test: Fail # Bug 5518 12 null_nosuchmethod_test: Fail # Bug 5518
11 apply_test: Fail # Bug 5670 13 apply_test: Fail # Bug 5670
12 apply2_test: Fail # Bug 5670 14 apply2_test: Fail # Bug 5670
13 15
14 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] 16 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 big_integer_vm_test: Fail, OK 79 big_integer_vm_test: Fail, OK
78 collection_to_string_test: Fail, OK 80 collection_to_string_test: Fail, OK
79 exception_implementation_test: Fail, OK 81 exception_implementation_test: Fail, OK
80 futures_test: Fail, OK 82 futures_test: Fail, OK
81 map_test: Fail, OK 83 map_test: Fail, OK
82 maps_test: Fail, OK 84 maps_test: Fail, OK
83 queue_test: Fail, OK 85 queue_test: Fail, OK
84 splay_tree_test: Fail, OK 86 splay_tree_test: Fail, OK
85 string_base_vm_test: Fail, OK 87 string_base_vm_test: Fail, OK
86 stopwatch_test: Fail, OK 88 stopwatch_test: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698