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

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

Issue 11827018: Status file update: corelib/reg_exp_all_matches_test is passing now (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 51
52 [ $compiler == dart2js && $runtime == none ] 52 [ $compiler == dart2js && $runtime == none ]
53 *: Fail, Pass # TODO(ahe): Triage these tests. 53 *: Fail, Pass # TODO(ahe): Triage these tests.
54 54
55 [ $compiler == dart2js && $runtime == safari ] 55 [ $compiler == dart2js && $runtime == safari ]
56 null_nosuchmethod_test: Fail # Issue: 7414 56 null_nosuchmethod_test: Fail # Issue: 7414
57 core_runtime_types_test: Fail 57 core_runtime_types_test: Fail
58 58
59 [ $compiler == dart2js && $runtime == ie9 ] 59 [ $compiler == dart2js && $runtime == ie9 ]
60 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? 60 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out?
61 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out?
62 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? 61 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out?
63 62
64 [ $compiler == dart2dart ] 63 [ $compiler == dart2dart ]
65 compare_to2_test: Fail # inherited from VM 64 compare_to2_test: Fail # inherited from VM
66 unicode_test: Fail # inherited from VM 65 unicode_test: Fail # inherited from VM
67 66
68 # Library changes 67 # Library changes
69 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] 68 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ]
70 map_keys2_test: Fail # Generic types aren't right. 69 map_keys2_test: Fail # Generic types aren't right.
71 70
72 [ $compiler == dart2js ] 71 [ $compiler == dart2js ]
73 map_values2_test: Fail # Generic types aren't right 72 map_values2_test: Fail # Generic types aren't right
74 73
75 ## Tests failing after merge of experimental library branch. 74 ## Tests failing after merge of experimental library branch.
76 [ $compiler == dart2js ] 75 [ $compiler == dart2js ]
77 # Tests fail due to bug in generics on constants, issue 6827 76 # Tests fail due to bug in generics on constants, issue 6827
78 iterable_to_list_test: Fail 77 iterable_to_list_test: Fail
79 iterable_to_set_test: Fail 78 iterable_to_set_test: Fail
80 79
81 # Issue 7734. 80 # Issue 7734.
82 string_replace_all_test: Crash 81 string_replace_all_test: Crash
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698