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

Side by Side Diff: tests/corelib/corelib.status

Issue 12391073: Revert "Implement missing functions on ListBase." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 months 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
« no previous file with comments | « sdk/lib/_collection_dev/list.dart ('k') | tests/corelib/string_codeunits_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5 reg_exp_unicode_2_test: Fail # Bug 6592
6 6
7 [ $compiler == none ] 7 [ $compiler == none ]
8 unicode_test: Fail # Bug 6706 8 unicode_test: Fail # Bug 6706
9 *dartc_test: Skip 9 *dartc_test: Skip
10 compare_to2_test: Fail # Bug 4018 10 compare_to2_test: Fail # Bug 4018
(...skipping 24 matching lines...) Expand all
35 math_test: Fail # issue 3333 35 math_test: Fail # issue 3333
36 surrogate_pair_toUpper_test: Fail # Issue 6707 36 surrogate_pair_toUpper_test: Fail # Issue 6707
37 37
38 big_integer_vm_test: Fail, OK # VM specific test. 38 big_integer_vm_test: Fail, OK # VM specific test.
39 compare_to2_test: Fail, OK # Requires bigint support. 39 compare_to2_test: Fail, OK # Requires bigint support.
40 string_base_vm_test: Fail, OK # VM specific test. 40 string_base_vm_test: Fail, OK # VM specific test.
41 41
42 string_replace_func_test: Skip # Bug 6554 - doesn't terminate. 42 string_replace_func_test: Skip # Bug 6554 - doesn't terminate.
43 43
44 [ $compiler == dart2js && $checked ] 44 [ $compiler == dart2js && $checked ]
45 string_codeunits_test: Fail # Issue 8904
46
47 [ $compiler == dart2js && $runtime == none ] 45 [ $compiler == dart2js && $runtime == none ]
48 *: Fail, Pass # TODO(ahe): Triage these tests. 46 *: Fail, Pass # TODO(ahe): Triage these tests.
49 47
50 [ $compiler == dart2js && $runtime == ie9 ] 48 [ $compiler == dart2js && $runtime == ie9 ]
51 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 49 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
52 json_strict_test: Fail # IE parses slightly harmless no-standard JSON. 50 json_strict_test: Fail # IE parses slightly harmless no-standard JSON.
53 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 51 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
54 52
55 [ $compiler == dart2dart ] 53 [ $compiler == dart2dart ]
56 compare_to2_test: Fail # inherited from VM 54 compare_to2_test: Fail # inherited from VM
(...skipping 16 matching lines...) Expand all
73 *: Skip 71 *: Skip
74 72
75 [ $arch == simarm ] 73 [ $arch == simarm ]
76 *: Skip 74 *: Skip
77 75
78 [ $arch == mips ] 76 [ $arch == mips ]
79 *: Skip 77 *: Skip
80 78
81 [ $arch == simmips ] 79 [ $arch == simmips ]
82 *: Skip 80 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/_collection_dev/list.dart ('k') | tests/corelib/string_codeunits_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698